Windows 11 so much to complain about. Most people do not like all the mostly useless crap the Microsoft stick you with as default when you get a new computer or when you install a new copy of the OS, but it’s what we got unless you can afford to go to the Macintosh route or if you are a computer expert and go with one of the many Linux flavors.
There is more to hate Microsoft these days now that Windows 10 support has/or will soon evaporate.
I have tried a couple of the “De-Bloat” utilities that are out there and have not have had much luck. I usually end up with a crashed system or a system that just does not run right.
I have found an unattended install script that does work for me when you do a Win 11 install with Microsoft Media Creation Tool.
I buy my legitimate Window 11 Pro key from:
https://www.cdkdeals.com/software/p202110081405434367.htmlMicrosoft Media Creation Tool here:
https://www.microsoft.com/en-us/software-download/windows11And the Unattended Windows install script is here:
https://schneegans.de/windows/unattend-generator/If you are reinstalling Win 11 on a modern machine that came with Win 11 preinstalled like a Dell the Win 11 product key may be embedded in the BIOS and this script can grab it so you do not have to buy a new key. This works quite well and it save me when I had an NvMe drive fail on one of these little mico PC I got from Amazon>
If you have gone to Windows 11 here are two command line commands that can save your butt if things go awry but you can still boot.
I hope this will help someone frustrated with Windows 11
When I find any of my Windows machines acting up I run these two commands after I open a dos box in “Run as an Administrator” by right clicking on the Command icon.
SFC /scannow
Will do a fairly quick security scan of all files and correct the problems.
DISM /Online /Cleanup-Image /RestoreHealth
Will restore your windows op system image back to what it should be. You need to be connected to the internet so your system can grab files from Microsoft and replace any corrupted files.
On my main daily use computer, I do this once a month when I do my backup routine. I have done this many times with no problems and I am confident that my main system stays healthy.