Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
LeDragoX 602c1cd0dd
As this problem is Intel only, avoid to anyone else
2 weeks ago
lib Chocolatey will install CPU and GPU drivers separately 2 weeks ago
scripts As this problem is Intel only, avoid to anyone else 2 weeks ago
utils fix shutdown shortcut to force close programs 2 weeks ago
LICENSE Switch to the MIT License 2 weeks ago
OpenPowershellHere.cmd Make the execution less difficult and changes on #Resume 2 weeks ago
README.md Without* 2 weeks ago
Win10Script.ps1 Leave WinAero to the end on the CLI Script 2 weeks ago
Win10ScriptGUI.ps1 Apply Dark and Light theme for the GUI Itself 2 weeks ago

README.md

Win10 Smart Debloat

Adapted from W4RH4WK's Project

Download Latest Version

Code located in the master branch is always considered under development, but you'll probably want the most recent version anyway.

Download Should work on Build Editions Script version
Download [Zip] 20H2 and Older 19042.xxx Home/Pro/Enterprise Always Latest

Resume

This project is a modified version of another project that was made for Debloat and Tweak Windows 10 for better performance and less issues.

Roll-Back

There is a undo (if works), because i did a restoration point script before doing everything.

Use on a fresh windows install to note the differences, and if something breaks, you can rely on a pre-made restoration point and the repair-windows.ps1 file.

Usage Requirements

The Script-Win10.ps1 do not make everything automatically, follow these steps.

  • Open OpenPowershellHere.cmd (For beginners) or the Powershell as admin on its folder.
  • Enable execution of PowerShell scripts and Unblock PowerShell scripts and modules within this directory.

Easy way (Prepare and Run once):

CLI (With Output working)

  • Copy and Paste this entire line below on Powershell:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"Win10Script.ps1"

GUI ( WIP, Without Output working )

  • Copy and Paste this entire line below on Powershell:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"Win10ScriptGUI.ps1"

Script GUI

Scripts can be run individually, pick what you need.

GUI Script Features

Script Features

  • Import all necessary Modules before Executing everything; (lib folder)
  • Make a Restore Point and Backup the Hosts file; (backup-system.ps1)
  • Run WinAero Tweaker for Extra UI Customization and tell how to import my Profile; (manual-debloat-softwares.ps1)
  • Download OOShutUp10 and import my Configuration file; (all-in-one-tweaks.ps1)
  • Download AdwCleaner and Run the latest version of for Virus/Adware scan;
  • Disable Telemetry from Scheduled Tasks and Optimize it;
  • Re-Enable useful Services & Disable the Heavy ones;
  • Disable Telemetry and Data Collection via Registry;
  • Help improve the Security of Windows by a little;
  • Apply my UI Personalization tweaks via Registry;
  • Remove Bloatware Apps that comes with Windows 10, except from my choice;
  • Enable Optional Features especially for Gaming/Work (including WSL 2);
  • [Default] Fix more Privacy problems via Registry and Commands; (fix-privacy-settings.ps1)
  • Optimize the Default Windows UI to look more Clean, and fixes the Mouse; (optimize-user-interface.ps1)
  • [Default] Remove OneDrive completely from the System, re-install is possible via Win Store; (remove-onedrive.ps1)
  • [Optional] Try to Completely fix the Windows worst problems via Command Line; (repair-windows.ps1)
  • In the End it Locks Script's Usage Permission. (Win10Script.ps1)

*Default: That means i didn't Modified the File.

*Optional: Means that you decide what to do.

Known Issues

Contribute

I would be happy to extend the collection of scripts. Just open an issue or send me a pull request. (Yes, if its useful, you can).

Thanks To

Who inspired me to improve more:

Interactivity

The scripts are designed to run With/Without (GUI/CLI) any user interaction. Modify them beforehand. If you want a more interactive approach check out:

How did i find specific Tweaks?

How To (Advanced Users)

By using SysInternal Suite Procmon(64).exe i could track the SystemSettings.exe by filtering it per Process Name, then Clearing the list (Ctrl + X) (But make sure it is Capturing the Events (Ctrl + E)) and finally, applying an option of the Windows Configurations and searching the Registry Key inside Procmon(64).exe.

Grab the current tweak on registry with Procmon64.exe

After finding the right register Key, you just need to Right-Click and select Jump To... (Ctrl + J) to get on its directory.

Showing on regedit

License

MIT License

Copyright (c) 2021 Plínio Larrubia

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.