• 0 Posts
  • 39 Comments
Joined 10 months ago
cake
Cake day: June 4th, 2025

help-circle





  • I disagree, you can do almost anything with powershell. There isn’t always an exact command for it, but like 95% of Windows configuration lives in the registry. If you know what to change, you can make powershell manage any setting. Which is similar to the way that Bash controls Linux, through modifying config files.

    I do wish they had more/better tools for configuring the OS, but it works pretty well if you know the arcane magic of Windows.

    And when it comes to being a functional script, I’d take powershell over bash any day. That’s preference, obviously, but objects instead of strings makes it way easier to move data from one process to another.










  • If you sign into a Microsoft account during setup, Microsoft automatically turns on bitlocker and sends the key off to Microsoft for safe keeping. You are right, there are other ways to handle bitlocker, but that’s way beyond most people, and I don’t think Microsoft even tells you this during setup. It’s honestly a lifesaver for when bitlocker breaks(and it does), but it comes at a cost. In the business world, this is seen as a huge benefit, as we aren’t trying to protect from the US government, mostly petty theft and maybe some corporate espionage.

    As is often the case, the real solution is Linux, but that, too, is far beyond most people until manufacturers start shipping Linux machines to big box stores and even then they’d probably not enable any encryption.