|
|
|
|
|
by StoneWhisper
234 days ago
|
|
I found an Italian website that offers this and other procedures. To automate the modification, it suggests pressing SHIFT+F10 and then using the built-in Windows curl command to download a simple cmd script:
https://www.ilsoftware.it/focus/windows-11-con-account-local...
The cmd file can be run with the no-oobe username option, allowing you to choose the name of the local user account to be created. I hope this is helpful. |
|
Those sort of thing always make me nervous however because it's not easy for the average user to tell if its running any sort of malicious scripts in the process. This one seems to be safe and I'm going to give it a try to see what happens.
The article also suggests that
"reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1"
still works as well which would be even better because thats local and easier to verify its integrity. that being said I think these are both valid suggestions if they work and I'm going to give them a try.