One “simple trick” and your next Windows install will be blissfully free of bloatware.
Basically, install Windows as you normally would, but when asked for Time and Currency format, select English (World) instead of your country.
Then let the installer do its thing. Eventually, you will see a window with an ice cream cone on the floor with the words “Something went wrong” and the error message “OOBEREGION.” This cryptic message means that the “out of box experience” (OOBE) didn't launch because it didn't know which region to launch.
Click Skip, though, and Windows will install just fine. You won't be prompted to buy Microsoft 365, you won't be prompted to pay for a OneDrive subscription, and your Start menu won't be cluttered with apps.
I've created a powershell script for fresh installations that removes all the unnecessary preinstalled garbage and copies a cleaned up startmenu layout file to the appdata subfolder of my user and the default user because in a professional setting, people shouldn't see tiktok and Disney+ and shit like that.
Fuck Microsoft. In private, I've switched to Linux and couldn't be happier.
Have you tried with the newest version of powershell (whatever they’re calling it now) think you still have to go out and download it but I’m not sure.
I think it is still called PowerShell, but to differentiate the installation source, Microsoft seem to be referring to the cross-platform version you can download from GitHub or via WinGet as PowerShell Core and the version that ships with Windows as Windows PowerShell
Not quite what I’m referencing, but yeah there are two versions of powershell in this sense, I’m just talking about the latest version (7.X), windows only comes with 5.X AFAIK, but 7 has some cool new features and what not. Wasn’t sure if the 7.x reincorporated/added whatever way it might be worded to mean “working again in”
See my other comment, it's not worth posting a script for that. The garbage removal is also just using winget remove or remove-appxpackage to get rid of OneDrive, the preinstalled Teams, Xbox stuff and so on. You'll write that yourself in 5 minutes.