Skip to content

My go to settings for a new Windows 10/11 computer

License

Notifications You must be signed in to change notification settings

corintalisman/WindowsSettingsAndTweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WindowsSettingsAndTweaks

or How I Deal With The $#!T Microsoft Enables By Default

The files in this repository are my go to settings for dealing with a new computer (or new to me) and throttling the default BS that is enabled. These PowerShell scripts should work for both Windows 10 and Windows 11.

Credits

So many credits to all the websites that I go look up PowerShell and Registry things on, but a huge shout out to Disassembler0 for the Win10-Initial-Setup-Script. I learned a lot from their script. A lot.

FAQ

Q: Is this safe to run?

A: No! Are you crazy? Oh, I guess you are since you're here. While I'd like to say yes, the real answer is that you should read through the script and make sure this it will do all the things you want it to do.

 

Q: Can I run the script repeatedly?

A: Yes. The only thing it will do is constantly set the properties noted in the code comments.

 

Q: Which versions of Windows are supported?

A: Windows 10 all editions and Windows 11 all editions. I have no plans to support any other versions of Windows.

 

Q: Can I run the scripts in a multi-user environment?

A: Yes, but...

  • the System script modifies a lot of things including some Default User settings but will not affect user profiles already created
  • the User script will only affect the user that runs the script

 

Q: I've run the script and it did something I don't like. Fix it!

A: No, I will not fix your computer(s). This script is provided as is and is documented here as well as within the script files. Remember what I said when you asked if it was safe to run? Yeah. If you don't know what this is going to do, don't run it!

 

Q: How long will you support these scripts?

A: As long as I can tolerate Windows 10 and 11. I've been migrating my data and default applications to things that I can use on any OS and will be shifting to some flavor of Linux hopefully by the end of 2022. That said, I'll still support Windows 10 in my occupation and I'll carry on dealing with it there.

Usage

Right click the file and click "Run with PowerShell". If it's the system one, it'll ask you to provide admin rights to elevate.

If you want to use it in startup scripts or group policy deployment, you're on your own.

Releases

No releases published

Packages

No packages published