Skip to content

This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github.

Notifications You must be signed in to change notification settings

soumyajit-dev/win10script

 
 

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

Install

  1. Run the below command in powershell as Administrator
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/SoumyajitTech/win10script/master/win10debloat.ps1')"

2.Then Download the Win10-Initial-Setup and run the Default.cmd file with Administrative Privilages

Win10-Initial-Setup-3.10
  1. Run the Black Viper Script in Safe Mode to Stop all your unwanted services from running
Black Viper Script
  1. To Remove the Xbox gamebar from windows 10 Run the following command
Get-AppxPackage *Xbox* | Remove-AppxPackage
  1. To Remove the Microsoft Edge You can Download the uninstall_edge file and run Uninstall Edge Script
uninstall_edge >> Uninstall Edge

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 Adobe, Chocolatey, Notepad++, MPC-HC, and 7-Zip

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

This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 98.5%
  • Batchfile 1.5%