ChrisTitusTech / win10script
- пятница, 31 июля 2020 г. в 00:23:08
PowerShell
This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github.
This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github. I also added Chocolatey and other tools to the script that I install on every machine.
I encourage people to fork this project and comment out things they don't like! Here is a list of normal things people change:
Comment any thing you don't want out... Example:
########## NOTE THE # SIGNS! These disable lines This example shows UACLow being set and Disabling SMB1
### Security Tweaks ###
"SetUACLow", # "SetUACHigh",
"DisableSMB1", # "EnableSMB1",
########## NOW LETS SWAP THESE VALUES AND ENABLE SMB1 and Set UAC to HIGH
### Security Tweaks ###
"SetUACHigh",
"EnableSMB1",