Update README.md

This commit is contained in:
Jeffrey
2025-06-17 22:58:12 +02:00
committed by Raphire
parent 41b0006430
commit f5057625d8

View File

@@ -88,7 +88,7 @@ This method supports parameters to customize the behaviour of the script. Please
## Features ## Features
Below is an overview of the key features and functionality offered by Win11Debloat. For more information about which of these features are included in the default mode please click [here](#default-settings). Below is an overview of the key features and functionality offered by Win11Debloat. For more information about what features are included in the default mode please refer to [this section](#default-settings) below.
> [!Tip] > [!Tip]
> All of the changes made by Win11Debloat can easily be reverted and almost all of the apps can be reinstalled through the Microsoft Store. A full guide on how to revert changes can be found [here](https://github.com/Raphire/Win11Debloat/wiki/Reverting-Changes). > All of the changes made by Win11Debloat can easily be reverted and almost all of the apps can be reinstalled through the Microsoft Store. A full guide on how to revert changes can be found [here](https://github.com/Raphire/Win11Debloat/wiki/Reverting-Changes).
@@ -96,7 +96,7 @@ Below is an overview of the key features and functionality offered by Win11Deblo
#### App Removal #### App Removal
- Remove a wide variety of preinstalled apps. Click [here](https://github.com/Raphire/Win11Debloat/wiki/App-Removal) for more info. - Remove a wide variety of preinstalled apps. Click [here](https://github.com/Raphire/Win11Debloat/wiki/App-Removal) for more info.
- Remove or replace all pinned apps from start for the current user, or for all existing & new users. (Windows 11 only) - Remove or replace all pinned apps from start for the current user, or for all existing & new users. (W11 only)
#### Telemetry, Tracking & Suggested Content #### Telemetry, Tracking & Suggested Content
@@ -150,27 +150,28 @@ Below is an overview of the key features and functionality offered by Win11Deblo
### Default Settings ### Default Settings
Win11Debloat offers a 1-click default mode that allows you to quickly and easily apply the changes that are recommended for most people. This includes uninstalling apps that most would consider bloatware, removing many annoying distractions and disabling telemetry and tracking. Expand the section below for more information. Win11Debloat offers a default mode that allows you to quickly and easily apply the changes that are recommended for most people. This includes uninstalling apps that most would consider bloatware, removing many annoying distractions and disabling telemetry and tracking. To apply the default settings, launch the script as you normally would and select option `1` in the script menu. Alternatively, you can launch the script with the `-RunDefaults` parameter. Example:
```Powershell
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults
```
#### Changes included in the default mode
- Remove the default selection of bloatware apps. (See below for full list)
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
- Disable tips, tricks, suggestions and ads in start, settings, notifications, File Explorer, and on the lockscreen.
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
- Disable Microsoft Copilot. (W11 only)
- Disable Fast Start-up to ensure a full shutdown.
- Show file extensions for known file types.
- Hide the 3D objects folder under 'This pc' from File Explorer. (W10 only)
- Disable the widget service & hide the icon from the taskbar.
- Hide the Chat (meet now) icon from the taskbar.
#### Apps that ARE removed as part of the default mode
<details> <details>
<summary>Click to expand</summary> <summary>Click to expand</summary>
#### Default mode applies the following changes:
- Remove the default selection of bloatware apps. (See below for full list)
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
- Disable tips, tricks, suggestions and ads in start, settings, notifications, File Explorer, and on the lockscreen.
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
- Disable Microsoft Copilot. (W11 only)
- Disable Fast Start-up to ensure a full shutdown.
- Show file extensions for known file types.
- Hide the 3D objects folder under 'This pc' from File Explorer. (W10 only)
- Disable the widget service & hide the icon from the taskbar.
- Hide the Chat (meet now) icon from the taskbar.
#### Apps that ARE removed as part of the default mode
<details>
<summary>Click to expand</summary>
<blockquote> <blockquote>
Microsoft bloat: Microsoft bloat:
@@ -267,12 +268,12 @@ Win11Debloat offers a 1-click default mode that allows you to quickly and easily
- XING - XING
* App is removed when disabling Bing in Windows search. * App is removed when disabling Bing in Windows search.
</blockquote> </blockquote>
</details> </details>
#### Apps that are NOT removed as part of the default mode #### Apps that are NOT removed as part of the default mode
<details> <details>
<summary>Click to expand</summary> <summary>Click to expand</summary>
<blockquote> <blockquote>
@@ -333,8 +334,7 @@ Win11Debloat offers a 1-click default mode that allows you to quickly and easily
- Windows.DevHome* - Windows.DevHome*
* Can be removed by running the script with the relevant parameter. (Please refer to the wiki for more details) * Can be removed by running the script with the relevant parameter. (Please refer to the wiki for more details)
</blockquote> </blockquote>
</details>
</details> </details>
## License ## License