Skip to content

Instantly share code, notes, and snippets.

@jwmoss
Created October 3, 2024 21:01
Show Gist options
  • Save jwmoss/3a2b3711aaab17ebdd3ae6255286c5c4 to your computer and use it in GitHub Desktop.
Save jwmoss/3a2b3711aaab17ebdd3ae6255286c5c4 to your computer and use it in GitHub Desktop.
oobe_24h2
@(
"HideEULAPage",
"HideLocalAccountScreen",
"HideOEMRegistrationScreen",
"HideOnlineAccountScreens",
"HideWirelessSetupInOOBE",
"NetworkLocation",
"OEMAppId",
"ProtectYourPC",
"SkipMachineOOBE",
"SkipUserOOBE"
) | ForEach-Object {
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" -Name $psitem -Value 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment