diff --git a/Appslist.txt b/Appslist.txt index d50fac5..16991b0 100644 --- a/Appslist.txt +++ b/Appslist.txt @@ -99,7 +99,7 @@ XING # want to UNINSTALL by default. # # ------------------------------------------------------------------------------------------------------------- # #Microsoft.BingSearch # Web Search from Microsoft Bing (Integrates into Windows Search) -#Microsoft.Copilot # New Windows Copilot app +#Microsoft.Copilot # New Microsoft Copilot app #Microsoft.Edge # Edge browser (Can only be uninstalled in European Economic Area) #Microsoft.GetHelp # Required for some Windows 11 Troubleshooters #Microsoft.MSPaint # Paint 3D diff --git a/Assets/Menus/DefaultSettings b/Assets/Menus/DefaultSettings index 0fc66d9..db8c54d 100644 --- a/Assets/Menus/DefaultSettings +++ b/Assets/Menus/DefaultSettings @@ -7,7 +7,7 @@ Win11Debloat will make the following changes: - 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 Windows Copilot. (Windows 11 build 22621+) +- Disable Microsoft Copilot. (Windows 11 build 22621+) - 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. diff --git a/Assets/Menus/Info b/Assets/Menus/Info index c7f1817..2f156ef 100644 --- a/Assets/Menus/Info +++ b/Assets/Menus/Info @@ -20,7 +20,7 @@ Telemetry, Tracking & Suggested Content Bing, Copilot & More - Disable & remove Bing web search & Cortana from Windows search. -- Disable & remove Windows Copilot. (W11 only) +- Disable & remove Microsoft Copilot. (W11 only) - Disable Windows Recall snapshots. (W11 only) File Explorer @@ -59,7 +59,7 @@ The default mode applies the changes that are recommended for most users. This i - 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 Windows Copilot. (W11 only) +- Disable Microsoft Copilot. (W11 only) - 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. diff --git a/README.md b/README.md index 5b536c1..49fcb1d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The script also includes many features that system administrators will enjoy. Su #### Bing Web Search, Copilot & More - Disable & remove Bing web search & Cortana from Windows search. -- Disable & remove Windows Copilot. (W11 only) +- Disable & remove Microsoft Copilot. (W11 only) - Disable Windows Recall snapshots. (W11 only) #### File Explorer @@ -76,7 +76,7 @@ The script allows you to select exactly what changes you want to make, but it al - 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 Windows Copilot. (W11 only) + - Disable Microsoft Copilot. (W11 only) - 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. @@ -322,7 +322,7 @@ The quick and advanced usage methods support switch parameters. A table of all t | -DisableDesktopSpotlight | Disable the 'Windows Spotlight' desktop background option. | | -DisableLockscreenTips | Disable tips & tricks on the lockscreen. | | -DisableBing | Disable & remove Bing web search, Bing AI & Cortana in Windows search. | -| -DisableCopilot | Disable and remove Windows Copilot. (Windows 11 only) | +| -DisableCopilot | Disable and remove Microsoft Copilot. (Windows 11 only) | | -DisableRecall | Disable Windows Recall snapshots. (Windows 11 only) | | -RevertContextMenu | Restore the old Windows 10 style context menu. (Windows 11 only) | | -DisableMouseAcceleration | Turn off Enhance Pointer Precision, also known as mouse acceleration. Requires reboot to apply. | diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index cd513db..954e8b3 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -822,8 +822,8 @@ function DisplayCustomModeOptions { if ($WinVersion -ge 22621){ Write-Output "" - if ($( Read-Host -Prompt "Disable & remove Windows Copilot and Windows Recall snapshots? This applies to all users (y/n)" ) -eq 'y') { - AddParameter 'DisableCopilot' 'Disable and remove Windows Copilot' + if ($( Read-Host -Prompt "Disable & remove Microsoft Copilot and Windows Recall snapshots? This applies to all users (y/n)" ) -eq 'y') { + AddParameter 'DisableCopilot' 'Disable and remove Microsoft Copilot' AddParameter 'DisableRecall' 'Disable and remove Windows Recall snapshots' } } @@ -1450,7 +1450,7 @@ else { continue } 'DisableCopilot' { - RegImport "> Disabling & removing Windows Copilot..." "Disable_Copilot.reg" + RegImport "> Disabling & removing Microsoft Copilot..." "Disable_Copilot.reg" # Also remove the app package for copilot $appsList = 'Microsoft.Copilot'