Create new Win10 user without password:
Boot from Win10 USB
Press Shift-F10
cd /d c:\windows\system32
copy utilman.exe utilman-.exe
copy cmd.exe utilman.exe
Reboot
Press Ease of Access button in bottom right
net user useradmin /add
net localgroup Administrators useradmin /add
Reboot and login to useradmin account.
From admin cmd window:
cd /d c:\windows\system32
copy utilman-.exe utilman.exe
Over-right the file. |