Sunday, 3 April 2011

Running a Locked cmd.exe system32

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.  
That's the easiest way, but not always guaranteed to work. Here's a better way that will work.

Second Way

  • Open up your text editor.
  • Put the following:
@echo off
  command
  comand.com
  pause
  • Save it as a .bat file
  • Double-click it, and voila!


No comments:

Post a Comment