hit shift+f10 to bring up the cmd
start ms-cxh:localonly
if the above dose not work
net.exe user "User Name" /add
net.exe localgroup "Administrators" "User Name" /add
cd OOBE
msoobe.exe && shutdown.exe -r
Last resort
start control
this will bring up control panel then you can add the user via the gui
then tab back to cmd
cd OOBE
msoobe.exe %% shutdown.exe -r # this will bring up the loading screen and force shutdown the pc then you can login as the user you created
Be First to Comment