We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374bcf2 commit 88e889cCopy full SHA for 88e889c
1 file changed
RemoveWindowsAi.ps1
@@ -1031,6 +1031,9 @@ function Disable-Registry-Keys {
1031
#this prop needs to be true to hide from favorites
1032
$jsonObj.profile.settingsStorage.$($hasGamingCopilot.Name).$($prop.Name) = $true
1033
}
1034
+ elseif ($prop.Name -eq 'suppressFirstLaunch') {
1035
+ $jsonObj.profile.settingsStorage.$($hasGamingCopilot.Name).$($prop.Name) = $true
1036
+ }
1037
else {
1038
$jsonObj.profile.settingsStorage.$($hasGamingCopilot.Name).$($prop.Name) = $false
1039
0 commit comments