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:
@@ -774,7 +774,7 @@ else {
|
||||
Write-Output "Script completed successfully!"
|
||||
|
||||
# Suppress prompt if Silent parameter was passed
|
||||
if(-not $Silent) {
|
||||
if (-not $Silent) {
|
||||
Write-Output ""
|
||||
Write-Output "Press any key to exit..."
|
||||
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
|
||||
|
||||
Reference in New Issue
Block a user