mirror of
https://github.com/zoicware/RemoveWindowsAI.git
synced 2025-12-17 07:06:29 +01:00
attempt to disable gaming copilot
This commit is contained in:
@@ -370,6 +370,12 @@ function Disable-Registry-Keys {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#disable gaming copilot
|
||||||
|
#found from: https://github.com/meetrevision/playbook/issues/197
|
||||||
|
#not sure this really does anything in my testing gaming copilot still appears
|
||||||
|
$command = "reg add 'HKLM\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Microsoft.Xbox.GamingAI.Companion.Host.GamingCompanionHostOptions' /v 'ActivationType' /t REG_DWORD /d 0 /f"
|
||||||
|
Run-Trusted -command $command -psversion $psversion
|
||||||
|
|
||||||
#force policy changes
|
#force policy changes
|
||||||
Write-Status -msg 'Applying Registry Changes...'
|
Write-Status -msg 'Applying Registry Changes...'
|
||||||
|
|||||||
Reference in New Issue
Block a user