Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanishine/debloat_windows
✂️ Script to debloat latest Windows images for both Windows 11 and Windows 10.
https://github.com/vanishine/debloat_windows
debloat powershell windows
Last synced: 11 days ago
JSON representation
✂️ Script to debloat latest Windows images for both Windows 11 and Windows 10.
- Host: GitHub
- URL: https://github.com/vanishine/debloat_windows
- Owner: Vanishine
- License: mit
- Created: 2023-04-22T16:50:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T13:13:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T19:42:54.898Z (2 months ago)
- Topics: debloat, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✂️ Debloat Windows
[简体中文](./README.zh-Hans.md)
Debloat the latest version of Windows.
## Principles
Do not use any third-party closed-source software other than that provided by Microsoft. The main goal is not to reduce disk space usage (e.g., installation image size and post-installation system size), but to remove unnecessary features (mainly ads) as well as to improve system performance and reduce privacy leaks.
Only the latest MSDN images for Windows 11 and Windows 10 are guaranteed to be supported, other versions may be available but are not supported.
## Steps
> 🛑 The first time you use this PowerShell script, please copy commands from it in small pieces after you have a basic understanding of the commands, otherwise it may be flawed and cause accidental file deletion or other unintended behavior. Once you know the script execution process well, you can automate the execution, grab a cup of coffee and wait for the image to finish debloating.
After starting PowerShell as Administrator, see [Optimize.ps1](Optimize.ps1).
## Tips
### Using a ram disk
You can use [ImDisk](https://sourceforge.net/projects/imdisk-toolkit/) to speed up the build, at least 8GB of space is sufficient. Since ImDisk does not provide some metadata for the disk, you can only create a VHDX inside it to mount the Windows image.
## Questions
How to implement a [reproducible build](https://reproducible-builds.org/)?