mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
The disable bing option now also disables cortana in windows search.
Shortened the 'DisableBingSearches' argument to 'DisableBing', the old argument 'DisableBingSearches' will continue to work.
This commit is contained in:
4
Run.ps1
4
Run.ps1
@@ -12,7 +12,7 @@ PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command "& {Start-Process P
|
||||
-ExecutionPolicy Unrestricted
|
||||
-File ""$PSScriptRoot\Win10Debloat.ps1""
|
||||
-RemoveApps
|
||||
-DisableBingSearches'
|
||||
-DisableBing'
|
||||
-Verb RunAs}";
|
||||
|
||||
Supported Arguments:
|
||||
@@ -20,7 +20,7 @@ Supported Arguments:
|
||||
-RunWin11Defaults | Run the script with windows 11 default settings.
|
||||
-RemoveApps | Remove all bloatware apps from the list found in README.md.
|
||||
-DisableTelemetry | Disable telemetry, diagnostic data & targeted ads.
|
||||
-DisableBingSearches | Disable bing in windows search.
|
||||
-DisableBing | Disable bing & cortana in windows search.
|
||||
-DisableLockscreenTips | Disable tips & tricks on the lockscreen.
|
||||
-DisableWindowsSuggestions | Disable tips, tricks and suggestions in the startmenu and settings, and ads in windows explorer.
|
||||
-DisableOnedrive | Hide the onedrive folder in the windows explorer sidepanel.
|
||||
|
||||
Reference in New Issue
Block a user