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 69139fba88
Fix the remove One Drive New_FolderForced
2 weeks ago
Windows Debloater Programs update the ShutUp10 tweaks file 2 weeks ago
lib force-mkdir.psm1 changed to New-FolderForced.psm1 by Zoran-Jankov 2 weeks ago
scripts Fix the remove One Drive New_FolderForced 2 weeks ago
utils better folder identation and task manager setup 2 weeks ago
.gitattributes Fix lineendings 8 years ago
LICENSE Update LICENSE 2 weeks ago
OLD-Script-Win10.bat rename lib file, add imports, comment functions 2 weeks ago
README.md Fix powershell execution (again) 2 weeks ago
Script-Win10.ps1 Add -Force to Set-ExecutionPolicy on README.MD 2 weeks ago

README.md

Debloat-Win10-One-Click

Original Project from W4RH4WK

Warning

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

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 won't annoy by unninstalled apps, and keeps stability for games and daily drive.

There is (if works) a undo, 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.

Usage

This is kinda simple, on the Script-Win10.ps1 file,

  • Right click on it
  • Select "Run with Powershell"
  • Put your password and click yes, and there you go. But, if you're seeing errors, then stop and do whats in Execution.

Scripts can be run individually, pick what you need.

Execution

If the Script-Win10.ps1 or OLD-Script-Win10.bat do not make that automatically, follow these steps.

Open the Powershell as admin and Enable execution of PowerShell scripts:

PS> Set-ExecutionPolicy Unrestricted -Scope CurrentUser

Unblock PowerShell scripts and modules within this directory:

PS> ls -Recurse *.ps*1 | Unblock-File

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

Interactivity

The scripts are designed to run without any user interaction. Modify them beforehand. If you want a more interactive approach check out:

License

"The Unlicense License"

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

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

For more information, please refer to <http://unlicense.org/>