Monday, 30 January 2012

Opening CMD when it is blocked.

Easy tip for schools/networks where CMD is blocked.

Open Notepad.exe
Type:
@echo off
command.com

Save this as a .bat file (just type the name of the file and add .bat eg "cmd.bat") and it will give you access to the command prompt.

-wave

No comments:

Post a Comment