From 1e90e941a81c1e63d78ce5e243c6e6556b448336 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:22:34 +0200 Subject: [PATCH] Added more information about game DVR to README & script prompts --- README.md | 2 +- Win11Debloat.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39f564f..93d4f5c 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ The quick and advanced method support parameters to tailor the behaviour of the | -RemoveW11Outlook | Remove the new Outlook for Windows app. | | -RemoveDevApps | Remove developer-related apps such as Remote Desktop, DevHome and Power Automate. | | -RemoveGamingApps | Remove the Xbox App and Xbox Gamebar. | -| -DisableDVR | Disable Xbox game DVR. | +| -DisableDVR | Disable Xbox game/screen recording feature & stop gaming overlay popups. | | -ClearStart | Remove all pinned apps from the start menu. NOTE: This applies to all existing and new users. (Windows 11 update 22H2 or later only) | | -DisableTelemetry | Disable telemetry, diagnostic data & targeted ads. | | -DisableBing | Disable & remove bing search, bing AI & cortana in Windows search. | diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 53040b4..b082d46 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -700,7 +700,7 @@ if ((-not $global:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or ($SPP AddParameter 'RemoveW11Outlook' 'Remove the new Outlook for Windows app' AddParameter 'RemoveDevApps' 'Remove developer-related apps' AddParameter 'RemoveGamingApps' 'Remove the Xbox App and Xbox Gamebar' - AddParameter 'DisableDVR' 'Disable Xbox game DVR' + AddParameter 'DisableDVR' 'Disable Xbox game/screen recording' } '3' { Write-Output "You have selected $($global:SelectedApps.Count) apps for removal" @@ -709,8 +709,8 @@ if ((-not $global:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or ($SPP Write-Output "" - if ($( Read-Host -Prompt "Disable Xbox game DVR? (y/n)" ) -eq 'y') { - AddParameter 'DisableDVR' 'Disable Xbox game DVR' + if ($( Read-Host -Prompt "Disable Xbox game/screen recording? Also stops gaming overlay popups (y/n)" ) -eq 'y') { + AddParameter 'DisableDVR' 'Disable Xbox game/screen recording' } } } @@ -1073,7 +1073,7 @@ else { continue } 'DisableDVR' { - RegImport "> Disabling Xbox game DVR..." $PSScriptRoot\Regfiles\Disable_DVR.reg + RegImport "> Disabling Xbox game/screen recording..." $PSScriptRoot\Regfiles\Disable_DVR.reg continue } 'ClearStart' {