mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Disabling suggestions now also disables Phone Link suggestions
This commit is contained in:
@@ -154,10 +154,8 @@ You can pick and choose exactly which modifications you want the script to make,
|
|||||||
- Microsoft.GetHelp (Required for some Windows 11 Troubleshooters)
|
- Microsoft.GetHelp (Required for some Windows 11 Troubleshooters)
|
||||||
- Microsoft.MSPaint (Paint 3D)
|
- Microsoft.MSPaint (Paint 3D)
|
||||||
- Microsoft.OutlookForWindows*** (New mail app)
|
- Microsoft.OutlookForWindows*** (New mail app)
|
||||||
- Microsoft.PowerAutomateDesktop****
|
|
||||||
- Microsoft.Paint (Classic Paint)
|
- Microsoft.Paint (Classic Paint)
|
||||||
- Microsoft.People** (Required for & included with Mail & Calendar)
|
- Microsoft.People** (Required for & included with Mail & Calendar)
|
||||||
- Microsoft.RemoteDesktop****
|
|
||||||
- Microsoft.ScreenSketch (Snipping Tool)
|
- Microsoft.ScreenSketch (Snipping Tool)
|
||||||
- Microsoft.Whiteboard (Only preinstalled on devices with touchscreen and/or pen support)
|
- Microsoft.Whiteboard (Only preinstalled on devices with touchscreen and/or pen support)
|
||||||
- Microsoft.Windows.Photos
|
- Microsoft.Windows.Photos
|
||||||
@@ -169,7 +167,6 @@ You can pick and choose exactly which modifications you want the script to make,
|
|||||||
- Microsoft.YourPhone (Phone Link)
|
- Microsoft.YourPhone (Phone Link)
|
||||||
- Microsoft.Xbox.TCUI (UI framework, removing this may break MS store, photos and certain games)
|
- Microsoft.Xbox.TCUI (UI framework, removing this may break MS store, photos and certain games)
|
||||||
- Microsoft.ZuneMusic (Modern Media Player)
|
- Microsoft.ZuneMusic (Modern Media Player)
|
||||||
- Windows.DevHome****
|
|
||||||
|
|
||||||
Apps that are required or useful for gaming:
|
Apps that are required or useful for gaming:
|
||||||
- Microsoft.GamingApp* (Modern Xbox Gaming App, required for installing some games)
|
- Microsoft.GamingApp* (Modern Xbox Gaming App, required for installing some games)
|
||||||
@@ -178,6 +175,11 @@ You can pick and choose exactly which modifications you want the script to make,
|
|||||||
- Microsoft.XboxIdentityProvider (Xbox sign-in framework, required for some games)
|
- Microsoft.XboxIdentityProvider (Xbox sign-in framework, required for some games)
|
||||||
- Microsoft.XboxSpeechToTextOverlay (Might be required for some games, NOTE: This app cannot be reinstalled!)
|
- Microsoft.XboxSpeechToTextOverlay (Might be required for some games, NOTE: This app cannot be reinstalled!)
|
||||||
|
|
||||||
|
Apps that are required or useful for developers:
|
||||||
|
- Microsoft.PowerAutomateDesktop****
|
||||||
|
- Microsoft.RemoteDesktop****
|
||||||
|
- Windows.DevHome****
|
||||||
|
|
||||||
* Can be removed in custom mode or by running the script with the '-RemoveGamingApps' parameter.
|
* Can be removed in custom mode or by running the script with the '-RemoveGamingApps' parameter.
|
||||||
** Can be removed in custom mode or by running the script with the '-RemoveCommApps' parameter.
|
** Can be removed in custom mode or by running the script with the '-RemoveCommApps' parameter.
|
||||||
*** Can be removed in custom mode or by running the script with the '-RemoveW11Outlook' parameter.
|
*** Can be removed in custom mode or by running the script with the '-RemoveW11Outlook' parameter.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -774,7 +774,7 @@ else {
|
|||||||
Write-Output "Script completed successfully!"
|
Write-Output "Script completed successfully!"
|
||||||
|
|
||||||
# Suppress prompt if Silent parameter was passed
|
# Suppress prompt if Silent parameter was passed
|
||||||
if(-not $Silent) {
|
if (-not $Silent) {
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "Press any key to exit..."
|
Write-Output "Press any key to exit..."
|
||||||
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
|
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
|
||||||
|
|||||||
Reference in New Issue
Block a user