Update README.md

This commit is contained in:
Jeffrey
2024-12-18 17:14:06 +01:00
committed by GitHub
parent 5e9cd8a7e7
commit 0a8c714fbe

View File

@@ -58,27 +58,25 @@ The script also includes many features that system administrators will enjoy. Su
- Disable Xbox game/screen recording. (Also stops gaming overlay popups) - Disable Xbox game/screen recording. (Also stops gaming overlay popups)
- Sysprep mode to apply changes to the Windows Default user profile. - Sysprep mode to apply changes to the Windows Default user profile.
## Default Mode ### Default Settings
The default mode applies the changes that are recommended for most users, expand the section below for more info. The default mode allows you to easily and quickly apply the changes that are recommended for most users, expand the section below for more info.
<details> <details>
<summary>Click to expand</summary> <summary>Click to expand</summary>
<blockquote>
Default mode applies the following changes: #### Default mode applies the following changes:
- Remove the default selection of bloatware apps. (See below for full list) - Remove the default selection of bloatware apps. (See below for full list)
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. - 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 tips, tricks, suggestions and ads in start, settings, notifications, File Explorer, and on the lockscreen.
- Disable & remove Bing web search & Cortana from Windows search. - Disable & remove Bing web search & Cortana from Windows search.
- Disable Windows Copilot. (Windows 11 only) - Disable Windows Copilot. (Windows 11 only)
- Show file extensions for known file types. - Show file extensions for known file types.
- Hide the 3D objects folder under 'This pc' from File Explorer. (Windows 10 only) - Hide the 3D objects folder under 'This pc' from File Explorer. (Windows 10 only)
- Disable the widget service & hide the icon from the taskbar. - Disable the widget service & hide the icon from the taskbar.
- Hide the Chat (meet now) icon from the taskbar. - Hide the Chat (meet now) icon from the taskbar.
</blockquote>
#### Apps that ARE removed by default #### Apps that ARE removed as part of the default mode
<details> <details>
<summary>Click to expand</summary> <summary>Click to expand</summary>
@@ -180,7 +178,7 @@ The default mode applies the changes that are recommended for most users, expand
</blockquote> </blockquote>
</details> </details>
#### Apps that are NOT removed by default #### Apps that are NOT removed as part of the default mode
<details> <details>
<summary>Click to expand</summary> <summary>Click to expand</summary>
@@ -232,9 +230,9 @@ The default mode applies the changes that are recommended for most users, expand
### Quick method ### Quick method
Download & run the script automatically via PowerShell. All traces of the script are removed automatically after execution. Download & run the script automatically via PowerShell. All files related to the script are saved to `%temp%/Win11Debloat`, if you wish to inspect them. The script automatically cleans up the files after execution.
1. Open PowerShell as an administrator. 1. Open PowerShell, preferably as an administrator.
2. Copy and paste the code below into PowerShell, press enter to run the script: 2. Copy and paste the code below into PowerShell, press enter to run the script:
```PowerShell ```PowerShell