Rename references to Windows Copilot to Microsoft Copilot

This commit is contained in:
Raphire
2025-04-19 21:07:43 +02:00
parent 9f0a331582
commit 03f4606c0e
5 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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. |

View File

@@ -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'