Tidying up README, script info screens, etc.

This commit is contained in:
Raphire
2025-06-11 12:16:55 +02:00
parent 34addd3425
commit 352e6db5a1
7 changed files with 22 additions and 23 deletions

View File

@@ -1,14 +1,14 @@
Win11Debloat will make the following changes: Win11Debloat will make the following changes:
- Remove the default selection of apps, the list can be found in the 'Appslist.txt' file. - Remove the default selection of apps, the list can be found in the 'Appslist.txt' file.
- Disable telemetry, diagnostic data, app-launch tracking & targeted ads. - Disable telemetry, diagnostic data, app-launch tracking & targeted ads.
- Disable & remove Bing search & Cortana in Windows search.
- Disable tips & tricks on the lockscreen. (This may change your lockscreen wallpaper)
- Disable tips, tricks, suggestions and ads in start, settings, notifications and more. - Disable tips, tricks, suggestions and ads in start, settings, notifications and more.
- Disable tips & tricks on the lockscreen. (This may change your lockscreen wallpaper)
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
- Disable Microsoft Copilot. (Windows 11 build 22621+) - Disable Microsoft Copilot. (Windows 11 build 22621+)
- Disable Fast Start-up to ensure a full shutdown. - Disable Fast Start-up to ensure a full shutdown.
- Show file extensions for known file types. - Show file extensions for known file types.
- Disable the widget service & hide the icon from the taskbar.
- Hide the Chat (meet now) icon from the taskbar.
- Hide the 3D objects folder in Windows Explorer. (Windows 10 only) - Hide the 3D objects folder in Windows Explorer. (Windows 10 only)
- Disable the widget service & hide the icon from the taskbar.
- Hide the Chat (meet now) icon from the taskbar.

View File

@@ -1,7 +1,6 @@
Win11Debloat is a simple, easy to use and lightweight PowerShell script that can remove Win11Debloat is a lightweight and easy to use PowerShell script that allows you to quickly
pre-installed Windows bloatware apps, disable telemetry and declutter the experience by declutter and improve your Windows experience. It can remove pre-installed bloatware apps,
disabling or removing intrusive interface elements, ads and more. No need to go through disable telemetry, remove intrusive interface elements and much more.
all the settings yourself, or remove apps one by one.
------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------
All Features All Features
@@ -17,7 +16,7 @@ Telemetry, Tracking & Suggested Content
- Disable & hide the recommended section in the start menu. (W11 only) - Disable & hide the recommended section in the start menu. (W11 only)
Bing, Copilot & More Bing, Copilot & More
- Disable & remove Bing web search & Cortana from Windows search. - Disable & remove Bing web search, Bing AI and Cortana from Windows search.
- Disable & remove Microsoft Copilot. (W11 only) - Disable & remove Microsoft Copilot. (W11 only)
- Disable Windows Recall snapshots. (W11 only) - Disable Windows Recall snapshots. (W11 only)
@@ -54,15 +53,15 @@ Other
------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------
The default mode applies the changes that are recommended for most users. This includes: The default mode applies the changes that are recommended for most users. This includes:
- Remove the default selection of apps, the list can be found in the 'Appslist.txt' file. - Remove the default selection of apps, the list can be found in the 'Appslist.txt' file.
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. - Disable telemetry, diagnostic data, app-launch tracking & targeted ads.
- Disable & remove Bing web search & Cortana from Windows search. - Disable tips, tricks, suggestions and ads in start, settings, notifications and more.
- Disable tips, tricks, suggestions & ads across Windows. - Disable tips & tricks on the lockscreen. (This may change your lockscreen wallpaper)
- Disable Microsoft Copilot. (W11 only) - Disable & remove Bing web search, Bing AI and Cortana from Windows search.
- Disable Microsoft Copilot. (Windows 11 build 22621+)
- Disable Fast Start-up to ensure a full shutdown. - Disable Fast Start-up to ensure a full shutdown.
- Show file extensions for known file types. - Show file extensions for known file types.
- Disable the widget service & hide the icon from the taskbar. - Hide the 3D objects folder in Windows Explorer. (Windows 10 only)
- 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.
- Hide the 3D objects folder under 'This pc' from File Explorer. (W10 only)
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only)

View File

@@ -107,7 +107,7 @@ Below is an overview of the key features and functionality offered by Win11Deblo
#### Bing Web Search, Copilot & More #### Bing Web Search, Copilot & More
- Disable & remove Bing web search & Cortana from Windows search. - Disable & remove Bing web search, Bing AI and Cortana from Windows search.
- Disable & remove Microsoft Copilot. (W11 only) - Disable & remove Microsoft Copilot. (W11 only)
- Disable Windows Recall snapshots. (W11 only) - Disable Windows Recall snapshots. (W11 only)
@@ -154,7 +154,7 @@ Win11Debloat offers a 1-click default mode that allows you to quickly and easily
- 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, Bing AI and Cortana from Windows search.
- Disable Microsoft Copilot. (W11 only) - Disable Microsoft Copilot. (W11 only)
- Disable Fast Start-up to ensure a full shutdown. - Disable Fast Start-up to ensure a full shutdown.
- Show file extensions for known file types. - Show file extensions for known file types.

View File

@@ -882,8 +882,8 @@ function DisplayCustomModeOptions {
Write-Output "" Write-Output ""
if ($( Read-Host -Prompt "Disable & remove bing web search, bing AI & cortana in Windows search? (y/n)" ) -eq 'y') { if ($( Read-Host -Prompt "Disable & remove Bing web search, Bing AI and Cortana from Windows search? (y/n)" ) -eq 'y') {
AddParameter 'DisableBing' 'Disable & remove bing web search, bing AI & cortana in Windows search' AddParameter 'DisableBing' 'Disable & remove Bing web search, Bing AI and Cortana from Windows search'
} }
# Only show this option for Windows 11 users running build 22621 or later # Only show this option for Windows 11 users running build 22621 or later
@@ -1535,9 +1535,9 @@ switch ($script:Params.Keys) {
continue continue
} }
{$_ -in "DisableBingSearches", "DisableBing"} { {$_ -in "DisableBingSearches", "DisableBing"} {
RegImport "> Disabling bing web search, bing AI & cortana in Windows search..." "Disable_Bing_Cortana_In_Search.reg" RegImport "> Disabling Bing web search, Bing AI and Cortana from Windows search..." "Disable_Bing_Cortana_In_Search.reg"
# Also remove the app package for bing search # Also remove the app package for Bing search
$appsList = 'Microsoft.BingSearch' $appsList = 'Microsoft.BingSearch'
RemoveApps $appsList RemoveApps $appsList
continue continue
@@ -1545,7 +1545,7 @@ switch ($script:Params.Keys) {
'DisableCopilot' { 'DisableCopilot' {
RegImport "> Disabling & removing Microsoft Copilot..." "Disable_Copilot.reg" RegImport "> Disabling & removing Microsoft Copilot..." "Disable_Copilot.reg"
# Also remove the app package for copilot # Also remove the app package for Copilot
$appsList = 'Microsoft.Copilot' $appsList = 'Microsoft.Copilot'
RemoveApps $appsList RemoveApps $appsList
continue continue