Skip to content

imabhaysutar/Win10-SetupScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

win10script

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.

My Additions

  • Dark Mode
  • One Command to launch and run
  • Chocolatey Install
  • O&O Shutup10 CFG and Run
  • Added Install Programs
  • Added Debloat Microsoft Store Apps
  • Added Office and other apps
  • Added Bit check.

Modifications

I encourage people to fork this project and comment out things they don't like! Here is a list of normal things people change:

  • Uninstalling OneDrive (This is on in my script)
  • Installing Chocolatey, 7Zip, BackupandSync, Figma, Microsoft Office (Only select apps), Spotify, Telegram, VLCPlayer, VS Code and lot more, I highly recommend that you go through the entire list and select the once you want.

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",

About

The fast and ultimate way to setup 💽 Windows 10. It does Optimisations, debloat and installs essential apps.

Topics

Resources

Stars

Watchers

Forks

Languages

  • PowerShell 100.0%