You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+37-35Lines changed: 37 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ I need to change these files:
8
8
- WinDebloatTools.ps1 (Window Title)
9
9
-->
10
10
11
+
# ⚠️ This project is now archived
12
+
13
+
**Final words:** Thank you all for participating in this project. It was a small project at first, but over time it became my graduation project. Now, it's big enough for me to be proud of. However, I couldn't handle the project's size. I apologize if I disappointed anyone or caused any headaches due to the script's functionality. But this time, I'm formally ending the project. Feel free to fork it and modify it however you like. I started to prioritized other things in my personal life, and as I didn't felt motivated to change other parts or solve the problems, I decided to close the project and be responsible. Take care!
***Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.***
30
+
**_Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality._**
27
31
28
-
> [!WARNING]
29
-
> **DISCLAIMER:***You're doing this at your own risk, I am not responsible for any data loss or damage that may occur. It's not guaranteed that every feature removed from the system can be easily restored.*
32
+
> [!WARNING] > **DISCLAIMER:**_You're doing this at your own risk, I am not responsible for any data loss or damage that may occur. It's not guaranteed that every feature removed from the system can be easily restored._
30
33
31
34
## 🚀 Download Latest Version
32
35
33
36
Code located in the `main` branch is considered bleeding-edge, but big features/reworks will be implemented in a separate branch.
34
37
35
-
> [!IMPORTANT]
36
-
> *Use on a fresh Windows install to notice the differences. Using an admin account is recommended to avoid any compatibility issues.*
38
+
> [!IMPORTANT] > _Use on a fresh Windows install to notice the differences. Using an admin account is recommended to avoid any compatibility issues._
37
39
38
40
<divalign="center">
39
41
<table>
@@ -51,7 +53,7 @@ Code located in the `main` branch is considered bleeding-edge, but big features/
**This part is also valid to the *Apply Tweaks* button on the GUI.**
110
+
**This part is also valid to the _Apply Tweaks_ button on the GUI.**
109
111
110
-
- Import all necessary *modules* before executing everything ([Source](./src/lib/));
112
+
- Import all necessary _modules_ before executing everything ([Source](./src/lib/));
111
113
- Logs both script runs on `C:\Users\<<USERNAME>>\AppData\Local\Temp\Win-DT-Logs`;
112
114
- Make a Restore Point and Backup the Hosts file ([Source](./src/scripts/Backup-System.ps1));
113
-
- Download AdwCleaner and Run the latest version for *Virus/Adware* scan and from OOShutUp10 and import all Recommended settings from a file ([Source](./src/scripts/Invoke-DebloatSoftware.ps1));
114
-
- Disable *non-essential***Telemetry** from **Scheduled Tasks** and Optimize it ([Source](./src/scripts/Optimize-TaskScheduler.ps1));
115
-
- Disable *heavy***Services**, but enable some on SSDs for optimum performance ([Source](./src/scripts/Optimize-ServicesRunning.ps1));
115
+
- Download AdwCleaner and Run the latest version for _Virus/Adware_ scan and from OOShutUp10 and import all Recommended settings from a file ([Source](./src/scripts/Invoke-DebloatSoftware.ps1));
116
+
- Disable _non-essential_**Telemetry** from **Scheduled Tasks** and Optimize it ([Source](./src/scripts/Optimize-TaskScheduler.ps1));
117
+
- Disable _heavy_**Services**, but enable some on SSDs for optimum performance ([Source](./src/scripts/Optimize-ServicesRunning.ps1));
116
118
- Remove some of the legacy system components called as "**Capabilities**", except the most popular ones ([Source](./src/scripts/Remove-CapabilitiesList.ps1));
117
119
- Remove **Bloatware UWP Apps** that comes with Windows 10+, except from my choice ([Source](./src/scripts/Remove-BloatwareAppsList.ps1));
118
120
- Optimize **Privacy** by disabling more **telemetry** parts and changing **GPOs**, all through changing **registry keys** ([Source](./src/scripts/Optimize-Privacy.ps1));
#### Customize System Features ([Can be found here](src/utils/Individual-Tweaks.psm1))
134
136
135
-
-`Enable/Disable Dark Theme`: Apply *Dark Theme* or *Light Theme* on Windows;
137
+
-`Enable/Disable Dark Theme`: Apply _Dark Theme_ or _Light Theme_ on Windows;
136
138
-`Enable/Disable Activity History`: Manages the **Activity History** setting;
137
-
-`Enable/Disable Background Apps`: Manages *ALL* the **Background Apps** settings;
139
+
-`Enable/Disable Background Apps`: Manages _ALL_ the **Background Apps** settings;
138
140
-`Enable/Disable Clipboard History`: Manages the **Clipboard History** setting, that keeps a history from your clipboard pressing `Windows + V` key;
139
141
-`Enable/Disable Clipboard Sync Across Devices`: Manages the **Clipboard Sync Across Devices** setting, which allows to use the same clipboard for multiple devices (must be using a MS account);
140
142
-`Enable/Disable Cortana`: Manages the **Cortana** setting;
-`Enable/Disable Old Volume Control`: Manages the **Old Volume Control (Win 7/8.1)** setting;
146
148
-`Enable/Disable Online Speech Recognition`: Manages the **Online Speech Recognition** setting, by pressing the keys `Windows + H` you can speak through your mic, then use it to type text using your voice;
147
149
-`Enable/Disable Phone Link`: Manages the **Phone Link** setting, which can link your Android/iPhone devices notifications to Windows;
148
-
-`Enable/Disable Photo Viewer`: [*Enables*](./src/utils/enable-photo-viewer.reg) or [*Disables*](src/utils/disable-photo-viewer.reg) the old **Photo Viewer (Win 7/8.1)**;
150
+
-`Enable/Disable Photo Viewer`: [_Enables_](./src/utils/enable-photo-viewer.reg) or [_Disables_](src/utils/disable-photo-viewer.reg) the old **Photo Viewer (Win 7/8.1)**;
149
151
-`Enable/Disable Search App for Unknown Ext.`: When running a unknown extension file, be able to search through **MS Store** for an App that can open it.
150
152
-`Enable/Disable Telemetry`: Manages the **Windows Telemetry Level** setting;
151
153
-`Enable/Disable WSearch Service`: Manages the **Windows Search Service** setting;
-`Apply Tweaks`: Run every Common Tweak scripts ([Go To **☑️ Common Script Features** section](#%EF%B8%8F-common-script-features));
158
-
-`Undo Tweaks`: Re-apply some tweaks and *Revert* all possible ones, covering the, `ShutUp10 settings`, `Scheduled Tasks`, `Services`, `Privacy and Performance`, `Personal` and `Optional Features` tweaks, then try to `Reinstall Pre-Installed Apps`;
160
+
-`Undo Tweaks`: Re-apply some tweaks and _Revert_ all possible ones, covering the, `ShutUp10 settings`, `Scheduled Tasks`, `Services`, `Privacy and Performance`, `Personal` and `Optional Features` tweaks, then try to `Reinstall Pre-Installed Apps`;
159
161
-[`Remove Microsoft Edge`](./src/scripts/Remove-MSEdge.ps1): uninstalls **Microsoft Edge**, disables Scheduled Tasks and Services related to Edge, then remove the remaining files, **Edge Web View** files will remain untouched, but apps which depends on **WebView2** will not install unless you install Microsoft Edge;
160
162
-[`Remove OneDrive`](./src/scripts/Remove-OneDrive.ps1): completely removes OneDrive from the System, re-install is possible via Win Store;
161
163
-[`Remove Xbox`](./src/scripts/Remove-Xbox.ps1): wipe Xbox Apps, disable Services related to Xbox and GameBar/GameDVR;
162
164
163
165
#### Install System Apps ([Can be found here](src/utils/Install-Individual-System-Apps.psm1))
164
166
165
-
*This section contains options to restore the system apps, by downloading them from the **MS Store** (mostly) and doing **Stock configurations** (for some Apps).*
167
+
_This section contains options to restore the system apps, by downloading them from the **MS Store** (mostly) and doing **Stock configurations** (for some Apps)._
166
168
167
169
> The Xbox button uses a script to restore functionalities and reinstall the Xbox Apps available on MS Store.
168
170
169
171
#### Other Tools
170
172
171
-
*This section contains tools to solve some Windows problems and get info about how much debloated the system is.*
173
+
_This section contains tools to solve some Windows problems and get info about how much debloated the system is._
172
174
173
175
-[`Randomize System Color`](./src/scripts/other-scripts/New-SystemColor.ps1): Changes the Windows color pallette to a random generated hex color;
174
176
-[`Reinstall Pre-Installed Apps`](./src/scripts/Install-DefaultAppsList.ps1): Rebloat Windows with all the Pre-Installed Apps;
#### Optional Features/Task Scheduler/Services/Windows Capabilities ([Can be found here](src/utils/Individual-Tweaks.psm1))
183
185
184
-
*These sections can manually adjust **Features** from the system, working as a ON/OFF toggle.*
186
+
_These sections can manually adjust **Features** from the system, working as a ON/OFF toggle._
185
187
186
188
#### Miscellaneous Features ([Can be found here](src/utils/Individual-Tweaks.psm1))
187
189
188
-
-`Enable/Disable Encrypted DNS`: Sets the DNS Client Servers to **Cloudflare's** and **Google's** (ipv4 and ipv6), and enables **DNS Over HTTPS** on *Windows 11*.
190
+
-`Enable/Disable Encrypted DNS`: Sets the DNS Client Servers to **Cloudflare's** and **Google's** (ipv4 and ipv6), and enables **DNS Over HTTPS** on _Windows 11_.
189
191
-`Enable/Disable God Mode`: Manages the hidden Desktop folder called "**God Mode**";
190
192
-`Enable/Disable Mouse Acceleration`: Manages the **Enhance Pointer Precision** setting from mouse settings;
-`Enable/Disable Take Ownership menu`: [*Enables*](./src/utils/enable-take-ownership-context-menu.reg) or [*Disables*](src/utils/disable-take-ownership-context-menu.reg) the **Take Ownership context menu**;
194
+
-`Enable/Disable Take Ownership menu`: [_Enables_](./src/utils/enable-take-ownership-context-menu.reg) or [_Disables_](src/utils/disable-take-ownership-context-menu.reg) the **Take Ownership context menu**;
193
195
-`Enable/Disable Shutdown PC shortcut`: Manages the **Shutdown Computer desktop shortcut**;
- Be able to install the listed software in this script! Even from System apps.
200
202
-**Importante Note:** When proceeding to install a new app, the script will automatically install the required package manager for that operation.
201
203
202
-
-[**Create** or **Remove** a Daily Upgrade Task for *Winget/Chocolatey* packages](./src/lib/package-managers/);
204
+
-[**Create** or **Remove** a Daily Upgrade Task for _Winget/Chocolatey_ packages](./src/lib/package-managers/);
203
205
204
-
- Creates a new Scheduled Job to daily upgrade all available softwares via *Winget* at **12:00** and *Chocolatey* at **13:00**;
206
+
- Creates a new Scheduled Job to daily upgrade all available softwares via _Winget_ at **12:00** and _Chocolatey_ at **13:00**;
205
207
- Register daily upgrade logs on `C:\Users\<<USERNAME>>\AppData\Local\Temp\Win-DT-Logs` and remove old log files;
206
208
207
209
-`Remove All Chocolatey Packages`: List all packages from Chocolatey which are installed and remove everything at once;
208
210
209
-
-`Upgrade All Softwares`: Upgrades all Softwares installed on your machine installed through *Winget* and *Chocolatey*.
211
+
-`Upgrade All Softwares`: Upgrades all Softwares installed on your machine installed through _Winget_ and _Chocolatey_.
210
212
- WSL will only update itself, not the distros installed.
211
213
-`Install Selected`: Install the selected apps by marking the checkbox(es);
212
214
-`Uninstall Mode`: Default as OFF, clicking this will switch the `Install Selected` button to `Uninstall Selected` and uninstall every selected apps (**Advice:** differently colored buttons may not be able to uninstall completely and WSL UWP Apps, but WSL Distros will be unregistered);
FIRST of all, if have any *questions* or *concerns* about the project, please refer to the [DISCUSSION](https://github.com/LeDragoX/Win-Debloat-Tools/discussions/new/choose) page, not the **ISSUES**, this helps keeping the project organized, thanks!
219
-
Found a *bug* or want a *new feature*? You can open a new `Issue`[here](https://github.com/LeDragoX/Win-Debloat-Tools/issues/new/choose).
220
-
Wanting to add *improvements* or *fixes*? Please check out the [CONTRIBUTING.md](CONTRIBUTING.md) file.
220
+
FIRST of all, if have any _questions_ or _concerns_ about the project, please refer to the [DISCUSSION](https://github.com/LeDragoX/Win-Debloat-Tools/discussions/new/choose) page, not the **ISSUES**, this helps keeping the project organized, thanks!
221
+
Found a _bug_ or want a _new feature_? You can open a new `Issue`[here](https://github.com/LeDragoX/Win-Debloat-Tools/issues/new/choose).
222
+
Wanting to add _improvements_ or _fixes_? Please check out the [CONTRIBUTING.md](CONTRIBUTING.md) file.
221
223
222
224
## 🤍 Credits
223
225
224
226
- Special thanks to [LowSpecGamer](https://youtu.be/IU5F01oOzQQ?t=324), he is the reason i've adapted this script.
225
227
- Special thanks to [Fabio Akita](https://youtu.be/sjrW74Hx5Po?t=318), for believing in this project and making this script famous 🤍.
226
228
-[W4RH4WK](https://github.com/W4RH4WK) - For his project ^^
227
-
-[Tester] All of *my friends and people* who trusted on me to run the script;
229
+
-[Tester] All of _my friends and people_ who trusted on me to run the script;
228
230
-[Tester][yCr-shiddy](https://github.com/yCr-shiddy) - Helped giving more ideas and fixes;
229
-
-[Code][Adamx's](https://www.youtube.com/channel/UCjidjWX76LR1g5yx18NSrLA) - by [*this video*](https://youtu.be/hQSkPmZRCjc) (and script);
230
-
-[Code][Baboo's](https://www.youtube.com/user/baboo) - by [*this video*](https://youtu.be/qWESrvP_uU8) (and commands);
231
-
-[Code][ChrisTitusTech](https://www.youtube.com/channel/UCg6gPGh8HU2U01vaFCAsvmQ) - by having taught how to mess with *PowerShell* in [this Stream](https://youtu.be/ER27pGt5wH0) (and his *open-source* debloat script);
232
-
-[Code][Daniel Persson](https://www.youtube.com/channel/UCnG-TN23lswO6QbvWhMtxpA) - by [*this video*](https://youtu.be/EfrT_Bvgles) (and script explanation);
233
-
-[Code][matthewjberger](https://gist.github.com/matthewjberger) - by [*this script*](https://gist.github.com/matthewjberger/2f4295887d6cb5738fa34e597f457b7f).
231
+
-[Code][Adamx's](https://www.youtube.com/channel/UCjidjWX76LR1g5yx18NSrLA) - by [_this video_](https://youtu.be/hQSkPmZRCjc) (and script);
232
+
-[Code][Baboo's](https://www.youtube.com/user/baboo) - by [_this video_](https://youtu.be/qWESrvP_uU8) (and commands);
233
+
-[Code][ChrisTitusTech](https://www.youtube.com/channel/UCg6gPGh8HU2U01vaFCAsvmQ) - by having taught how to mess with _PowerShell_ in [this Stream](https://youtu.be/ER27pGt5wH0) (and his _open-source_ debloat script);
234
+
-[Code][Daniel Persson](https://www.youtube.com/channel/UCnG-TN23lswO6QbvWhMtxpA) - by [_this video_](https://youtu.be/EfrT_Bvgles) (and script explanation);
235
+
-[Code][matthewjberger](https://gist.github.com/matthewjberger) - by [_this script_](https://gist.github.com/matthewjberger/2f4295887d6cb5738fa34e597f457b7f).
234
236
235
237
## 🛣️ Roadmap
236
238
@@ -244,7 +246,7 @@ The scripts are designed to run without any user interaction. Modify them before
244
246
245
247
## 📝 Legal / License
246
248
247
-
*This project is NOT associated to **MalwareBytes** and **O&O Software GmbH** in any form.*
249
+
_This project is NOT associated to **MalwareBytes** and **O&O Software GmbH** in any form._
248
250
**MalwareBytes AdwCleaner** and **O&O ShutUp10++** have their own licenses.
0 commit comments