Zyaen / MakeWindowsGreatAgain

The project aims to debloat Windows 10 and 11 and make it great again, by uninstalling bloat apps, disabling useless services, optimizing privacy and task scheduler. The name of the repository does not mean I sustain Trump, I don't even live in the USA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakeWindowsGreatAgain

This script aims to optimize Windows 10 and 11 by removing unuseful features and apps, as well as reducing idle RAM usage by disabling services you don't likely need to be running every time.

PREREQUISITES:

  1. Updating Windows FULLY (incl. optional updates)
  2. Clean-Installed drivers (for NVIDIA use NVCleanInstall, for AMD use RadeonSoftwareSlimmer; disable and remove components as you prefer)

You can download from the Releases page.

Extract the script and run "RUN ME AS ADMIN.bat", as administrator obviously.

Extreme mode notes:

This mode disables core Windows functionalities. I will not give any active help. Though, I am leaving some information regarding services that handle specific functions.

Troubleshooting services: "Diagnostic Policy Service" (DPS) and "Diagnostic Execution Service" (diagsvc)

Printing services: "Print Spooler" (Spooler), "PrintNotify" (Printer Extensions and Notifications) "Server" (LanmanServer) and "Workstation" (LanmanWorkstation); these 4 need to be set as "Automatic" to work. Manual mode will NOT trigger them to run when needed!

Some ELAN/I2C Trackpads: "ELAN Service" (ETDService)

NVIDIA Control Panel: "NVIDIA Display Container LS" (NVDisplay.ContainerLocalSystem)

Contribute

If you want to contribute, feel free to create a Pull Request in "untested" branch. Your suggestion will be tested and committed to the main branch.

About

The project aims to debloat Windows 10 and 11 and make it great again, by uninstalling bloat apps, disabling useless services, optimizing privacy and task scheduler. The name of the repository does not mean I sustain Trump, I don't even live in the USA.


Languages

Language:PowerShell 99.9%Language:Batchfile 0.1%