Created
April 17, 2020 19:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REG ADD HKLM\SYSTEM\Setup /v SetupType /t REG_DWORD /d 0 /f | |
REG ADD HKLM\SYSTEM\Setup /v SetupPhase /t REG_DWORD /d 0 /f | |
REG ADD HKLM\SYSTEM\Setup /v OOBEInProgress /t REG_DWORD /d 0 /f | |
REG ADD HKLM\SYSTEM\Setup /v CmdLine /t REG_SZ /d "" /f | |
net user administrator /active:yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment