• 0 Posts
  • 14 Comments
Joined 7 months ago
cake
Cake day: March 3rd, 2024

help-circle


  • LetsEncrypt is legit. A downside is that the certs expire after 90 days. However, that also carries an upside in that it limits the damage in case a certificate is compromised. There are procedures by which you can automatically renew/request (I forget whether they allow renewing an existing cert or require a brand new one) LE certs and apply them to your application, but that can be fiddly to configure.

    If you’re not comfortable with configuring automatic certificate cycling, a long-term paid cert would be more appropriate.



  • Desktop background (or other theme stuff) - easiest way is to just reset that to what you want.

    The arrow overlay on .lnk files, you could check regedit HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer for a “Shell Icons” key (“subfolder”), which should only be there if it was added manually, but I’d be interested in what it was if it was there.

    You could also try rebuilding the icon cache.

    I have to think that both of these have something to do with the system looking in the “old” place for the desktop background image and the icon cache, and not finding them there.


  • I am aware that on a Windows machine, turning on a OneDrive subscription (or at least an E5 license, is where I’m very specifically talking about), certain folders get moved from c:\users\[username] into c:\users\[username]\OneDrive. Then OneDrive syncs those locations up to 365.

    If you just open cmd (not as admin), it will put you at c:\users\[username] and then if you just cd desktop … yeah, that’s empy now. dir in c:\users\[username] and I bet you’ll find a OneDrive folder.

    Of note, the default user folder paths that get changed are \Attachments \Desktop \Documents \Pictures. \Downloads stays at c:\users\[username]\downloads