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 d5ecf0ad00
Make WSL 2 Intall after Enabling Features
2 weeks ago
lib Skip one line after outputing info on CaptionTemplate function 2 weeks ago
scripts Make WSL 2 Intall after Enabling Features 2 weeks ago
utils move DIY folder to utils 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 all the line should be included 2 weeks ago
Win10Script.ps1 Capitalize lib folder's modules + Demonstration and remove unused modules 2 weeks ago

README.md

Win10 Smart Debloat

Original Project from W4RH4WK

Warning

==> All scripts are provided as-is and you use them at your own risk. <==

==> The last part of fix-general-problems.ps1 will restart your internet connection for a while. <==

==> You were warned. <==

Download Latest Version

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

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, i've done some changes so it unninstall Apps that are less used, this keeps stability for games and daily drive.

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 fix-general-problems.ps1.

1. How to use

1.1 - 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.

1.1.1 - Easy way (Prepare and Run once):

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

Scripts can be run individually, pick what you need.

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 without any user interaction. Modify them beforehand. If you want a more interactive approach check out:

How did i find specific Tweaks?

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) and finally, applying an option of the Windows Configurations and searching the Registry Key inside Procmon(64).exe.

Screenshot

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... to get on its directory.

Showing on regedit

License

"The 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.