Unlocking cmd.exe When It Is Locked By Admin
Running a Locked cmd.exe
*-This actually isn't written by me. It was written by a guy by the name of CamoDeveloper in my RSTips forums. I just wanted to share it here.
Well, I had to do this earlier today actually. I was at the library and was bored so I decided to have a little fun with Windows XP. They have a fairly cheap administrator tool on the computers, I just wanted to see how cheap. So, for starters you can't even use the "Run" tool or view the C: drive, but can access it if you use cmd.exe, the only problem is that they blocked it. So, how to get around that? Here's two fairly easy ways.
First Way
- Open up 'Notepad' or a similar text editor.
- Type in "start" with no quotations.
- Save it as a .bat file. i.e. fakecmd.exe
- Double-click it to run.
Second Way
- Open up your text editor.
- Put the following:
Code:@echo off command comand.com pause
- Save it as a .bat file
- Double-click it, and voila!
Anyway, that's about it, enjoy.
0 comments:
Comment here / Ask your Query !!