Ways to open command line
Slick
Upstate New York
With the school year fast aproaching I am looking for more ways to do net sends and other annoying things on the school network. Last year quite a few people figured out how to do it, so now they have tried to block our access to the command line. How many other ways are their to launch one on an NT or 2000 windows based system. The little ms-dos prompt things now yields a, "You do not have proper permission to execute this program" message, so we started typeing, 'cmd' or 'command'. Eventually those gave a message saying, your admininstrator has disabled this function. So my question is what other ways can we open the command lines .
0
Comments
c:\winnt\system32\cmd.exe
You can also do that in windows explorer. Also you can make a bat file on your desktop:
c:
cd winnt
cd system 32
cmd.exe
Which will change the drive to c:\, navigate to winnt, then system32 and launch cmd.exe
Just type "net send [MACHINE] text" into the RUN dialog found on the start menu.
Most places disable the Run command anyway, so that wouldn't work.
Not sure if Thraxs' idea will work if they have actually dissallowed opening the prompt entirely (sure I have seen options to do that...)
NS
Thrax's way is definitely the easiest if access to explorer isn't blocked, but I was just mentioning using the run dialog to issue the net send in case running explorer was blocked.
Also, if both explorer.exe and run are disabled, then you can try to bring up the task manager ctrl+shift+esc in W2K and alt+ctrl+del in WXP. Then using the run from there.
Open up IE. In the address bar type this: X:\windows\system32\progman.exe or X:\winnt\system32\progman.exe where X = drive letter.
This will open the Program Manager (not task manager). You can invoke the Run thing from this program, via file run, then type in cmd.
Program manager can be run from windows explorer too.
Anything run from windows explorer can be run from IE
Make a text file with nothing but the word command in it. save it as command.bat, and double click it. The command prompt should appear.
Oh and holy thread necromancy batman.