mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Tidying up README, script info screens, etc.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
Win11Debloat will make the following changes:
|
||||
- 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 & 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 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 Fast Start-up to ensure a full shutdown.
|
||||
- Show file extensions for known file types.
|
||||
- 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 3D objects folder in Windows Explorer. (Windows 10 only)
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
Win11Debloat is a simple, easy to use and lightweight PowerShell script that can remove
|
||||
pre-installed Windows bloatware apps, disable telemetry and declutter the experience by
|
||||
disabling or removing intrusive interface elements, ads and more. No need to go through
|
||||
all the settings yourself, or remove apps one by one.
|
||||
Win11Debloat is a lightweight and easy to use PowerShell script that allows you to quickly
|
||||
declutter and improve your Windows experience. It can remove pre-installed bloatware apps,
|
||||
disable telemetry, remove intrusive interface elements and much more.
|
||||
|
||||
-------------------------------------------------------------------------------------------
|
||||
All Features
|
||||
@@ -17,7 +16,7 @@ Telemetry, Tracking & Suggested Content
|
||||
- Disable & hide the recommended section in the start menu. (W11 only)
|
||||
|
||||
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 Windows Recall snapshots. (W11 only)
|
||||
|
||||
@@ -54,15 +53,15 @@ Other
|
||||
-------------------------------------------------------------------------------------------
|
||||
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.
|
||||
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
||||
- Disable & remove Bing web search & Cortana from Windows search.
|
||||
- Disable tips, tricks, suggestions & ads across Windows.
|
||||
- Disable Microsoft Copilot. (W11 only)
|
||||
- Disable telemetry, diagnostic data, app-launch tracking & targeted ads.
|
||||
- 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 Fast Start-up to ensure a full shutdown.
|
||||
- Show file extensions for known file types.
|
||||
- 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 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)
|
||||
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ Below is an overview of the key features and functionality offered by Win11Deblo
|
||||
|
||||
#### 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 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)
|
||||
- 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 & Cortana from Windows search.
|
||||
- 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.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -882,8 +882,8 @@ function DisplayCustomModeOptions {
|
||||
|
||||
Write-Output ""
|
||||
|
||||
if ($( Read-Host -Prompt "Disable & remove bing web search, bing AI & cortana in Windows search? (y/n)" ) -eq 'y') {
|
||||
AddParameter 'DisableBing' 'Disable & remove bing web search, bing AI & cortana in Windows search'
|
||||
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 and Cortana from Windows search'
|
||||
}
|
||||
|
||||
# Only show this option for Windows 11 users running build 22621 or later
|
||||
@@ -1535,9 +1535,9 @@ switch ($script:Params.Keys) {
|
||||
continue
|
||||
}
|
||||
{$_ -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'
|
||||
RemoveApps $appsList
|
||||
continue
|
||||
@@ -1545,7 +1545,7 @@ switch ($script:Params.Keys) {
|
||||
'DisableCopilot' {
|
||||
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'
|
||||
RemoveApps $appsList
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user