This project originally started out to just make slimming down Windows much easier. However, I keep adding to it with troubleshooting, ease of installations of programs, and a variety of quality of life improvements.
If you want to just run this on any system, you can easily copy and paste this into a Admin Powershell prompt and watch it do everything for you. It does have two prompts based on user feedback. Let me know what you think below!
What this script can do
Installs any program listed that you click on using WinGet
Removed Telemetry
Disables Cortana
Deletes various schedules tasks that rebloat the system
Fixes problems that other scripts causes (lock screen and personalization options restricted)
Powershell command to copy/paste:
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4'))
Update History:
September 2021 Update: Winget bugfixes, troubleshoot addition, and status field added.
July 2021 Updates: 30+ Bug Fixes and Undo Options added
January 2021 Feature: 10 Bug Fixes and Network Optimizations added
December 2020 Feature: GUI added - Select what you want!
Video Walkthrough is available on the homepage linked below
Homepage:
https://www.christitus.com/debloat-windows-10-2020/
Source Code:
https://github.com/ChrisTitusTech/win10script
If you want to just run this on any system, you can easily copy and paste this into a Admin Powershell prompt and watch it do everything for you. It does have two prompts based on user feedback. Let me know what you think below!
What this script can do
Installs any program listed that you click on using WinGet
Removed Telemetry
Disables Cortana
Deletes various schedules tasks that rebloat the system
Fixes problems that other scripts causes (lock screen and personalization options restricted)
Powershell command to copy/paste:
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JJ8R4'))
Update History:
September 2021 Update: Winget bugfixes, troubleshoot addition, and status field added.
July 2021 Updates: 30+ Bug Fixes and Undo Options added
January 2021 Feature: 10 Bug Fixes and Network Optimizations added
December 2020 Feature: GUI added - Select what you want!
Video Walkthrough is available on the homepage linked below
Homepage:
https://www.christitus.com/debloat-windows-10-2020/
Source Code:
https://github.com/ChrisTitusTech/win10script