sync: auto-sync from HOWARD-HOME at 2026-07-17 14:14:41
Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-17 14:14:41
This commit is contained in:
6
clients/cascades-tucson/scripts/kiosk-gpo-firstrun.ps1
Normal file
6
clients/cascades-tucson/scripts/kiosk-gpo-firstrun.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
Import-Module GroupPolicy
|
||||
$gpo = 'CSC - Nurse Station Kiosk'
|
||||
Set-GPRegistryValue -Name $gpo -Key 'HKCU\Software\Policies\Microsoft\Edge' -ValueName 'HideFirstRunExperience' -Type DWord -Value 1 | Out-Null
|
||||
Set-GPRegistryValue -Name $gpo -Key 'HKCU\Software\Policies\Microsoft\Edge' -ValueName 'AutoImportAtFirstRun' -Type DWord -Value 4 | Out-Null
|
||||
Write-Output 'Added: HideFirstRunExperience=1, AutoImportAtFirstRun=4 (disabled)'
|
||||
Get-GPRegistryValue -Name $gpo -Key 'HKCU\Software\Policies\Microsoft\Edge' | ForEach-Object { Write-Output "$($_.ValueName)=$($_.Value)" }
|
||||
Reference in New Issue
Block a user