cacti
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: My school blocked DOS!

  1. #1
    Join Date
    Apr 2005
    Posts
    81

    My school blocked DOS!

    How do I get into DOS at my school? When I try and open it up it says The Adminstrator has disabled this function and to click any key to exit. Now I remever Syntax gave me the code..

    "REGEDIT4
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
    "DisableCMD"=dword:0"

    That USE to work last year, but this year the techs have gotten smarter, and now it doesnt work, an error pops up when you dbl click the file.

    Anyone have other ideas?

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050

    _

    Quote Originally Posted by Whitecrow
    How do I get into DOS at my school? When I try and open it up it says The Adminstrator has disabled this function and to click any key to exit. Now I remever Syntax gave me the code..

    "REGEDIT4
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
    "DisableCMD"=dword:0"

    That USE to work last year, but this year the techs have gotten smarter, and now it doesnt work, an error pops up when you dbl click the file.

    Anyone have other ideas?
    You could try putting all your commands you want to use in a batch file, I don't know how restrictive their blocking of command prompt is, so that might work. If you just put each command on a new separate line in a text file and save it as .bat, then it will run with the same effect as typing them in to command prompt.

  3. #3
    Join Date
    Jan 2005
    Posts
    623
    The error you get is probably an access denied error because of your privledges. Any decent admin would block regular accounts from having access to the registry, command prompt, all users startup folder, etc... Maybe a lightbulb finally went off in his head. What is your purpose of using the command prompt? If you need access to the hard drive, boot from a knopix disk and manually change the registry. If the computer admin raises a fuss just tell him "Respect My Authority!".
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  4. #4
    Join Date
    Apr 2005
    Posts
    81
    lol, dunno I've always just kinda of wondered how to get in DOS, but there no urgent need.

    Also my school logs everysingle stroke and website we go to, but I dont think the admins go through each and evyones account to see what they are doing, I mean we have 4500 students..

  5. #5
    Join Date
    Feb 2006
    Posts
    12

    ?

    Quote Originally Posted by Whitecrow
    "REGEDIT4
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
    "DisableCMD"=dword:0"


    What does this do and how?

  6. #6
    Join Date
    Feb 2006
    Posts
    5
    bump...interesting thread.

  7. #7
    Join Date
    Jan 2006
    Posts
    121

    Lightbulb

    Quote Originally Posted by mike*0*
    You could try putting all your commands you want to use in a batch file, I don't know how restrictive their blocking of command prompt is, so that might work. If you just put each command on a new separate line in a text file and save it as .bat, then it will run with the same effect as typing them in to command prompt.

    they block batch scripts at all school. i know cuz i have tried it
    WAFFLES?!?!? OMFG WHERE?!!?

  8. #8
    Join Date
    Jan 2006
    Posts
    121

    Talking

    Quote Originally Posted by RamsesXIII
    What does this do and how?
    it is an script ant it open up the coomand promp or a DOS.
    WAFFLES?!?!? OMFG WHERE?!!?

  9. #9
    Join Date
    Jan 2006
    Posts
    121

    Talking

    i dont know if this will work or not. try it tho.

    open up notepad
    type start in their
    save that file anywere MAKE SURE IT SAVE IT AS A .BAT FILE!!

    good luk
    WAFFLES?!?!? OMFG WHERE?!!?

  10. #10
    Join Date
    Apr 2005
    Posts
    81
    i figured out how to get pass the DOS block.

    Just open notepad and type command.com
    then save the file as anything .bat and dbl click it, and wah la your in DOS.

  11. #11
    Join Date
    Jan 2006
    Posts
    153
    Its funny, alot of these questions I have some sort of tutorial on [url]www.informationleak.com[/url] about it.

    Anyways, here are a few ways to get around the command prompt being blocked:

    [url]http://www.informationleak.net/bypass.txt[/url]
    [url]http://www.informationleak.net/bypass.doc[/url]

    Sorry Im replying so late in the thread.

    For those too lazy to click:

    Method *:
    *. Open any folder or browser.
    2. Type the location of cmd.exe or the prompt depending on the OS.
    Example: "C:\windows\system*2\cmd.exe" or "C:\winnt\system*2
    \cmd.exe" (for NT)
    *****************************************
    Method 2:
    *. Save the cmd.exe prog to a floppy and do a "A:/cmd.exe".
    2. If you dont want to run it off the A:, then save it to the
    computer and launch it from somewhere you have access to.

    (note: ctrl-c / ctrl-v if cut and copy is blocked.)
    ****************************************
    Method *:
    *. Download QuickBASIC. [url]http://www.geocities.com/aliphax/files/qb.zip[/url]
    2. Make a program that works similar to cmd.exe, but isn't blocked.

    SHELL "cd>~cd.tmp"
    OPEN "~cd.tmp" FOR INPUT AS #*
    LINE INPUT #*, f$
    CLOSE #*
    KILL "~cd.tmp"
    f$ = f$ + "\~cd.tmp"
    DO
    SHELL "cd>" + f$
    OPEN f$ FOR INPUT AS #*
    LINE INPUT #*, cd$
    CLOSE #*
    KILL f$
    PRINT cd$ + ">";
    LINE INPUT cmd$
    SHELL cmd$
    LOOP UNTIL LCASE$(cmd$) = "exit"

    *. Save as "something.bas"
    4. Click Run
    5. Make EXE File
    6. Stand-Alone EXE File
    7. Make EXE
    8. Exit
    *. Execute "something.exe"
    ***************************************
    Method 4:

    *. If you have access to office, start word
    2. Run the vb-runtime option
    *. Add an command button and do an on-click sub which says:
    Shell "cmd"
    4. Run it
    ***************************************************
    Method 5:

    Simply open up the browser, go to view source, select New,
    type "command", and save it as dos.bat. Then just simply open up
    dos.bat to open up command prompt.

  12. #12
    Join Date
    Jan 2006
    Posts
    121

    Angry -

    NO MATTER HOW HARD U TRY THERES NOW WAY THAT THOSE LINKS WONT WORK BECAUSE I THINK THEY ACTUALLY DO SOMETHING WITH THE REGISTRY AND THERES A SPECIAL VALUE TO CHANGE THE DAM THING BUT THEY WONT EVEN LET U IN THE DAM REGISTRY.

    DAM SCHHOOOOOL SECURITY
    WAFFLES?!?!? OMFG WHERE?!!?

  13. #13
    Join Date
    Mar 2006
    Posts
    1
    hi people, im new, i saw this and thought id give a helping hand:

    here goes...
    open notepad and put this in:
    Code:
    [Version]
    
    Signature=“$CHICAGO$”
    
    [DefaultInstall]
    
    DelReg=del
    
    [del]
    
    HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\
    
    System,Disableregistrytools,
    
    *,00,00,00,00
    and save it as (put name here).inf

    right click on it, and click install
    it should show a full start menu with "Run" etc. go start>run> regedit, and find the entry (sshould be named DisableCMD i think) and change the dword to 0 , or just delete it!

    i did this at my school with novell... IT ppl there suck

  14. #14
    Join Date
    Feb 2006
    Posts
    12
    Quote Originally Posted by VelocitySnyper
    hi people, im new, i saw this and thought id give a helping hand:

    here goes...
    open notepad and put this in:
    Code:
    [Version]
    
    Signature=“$CHICAGO$”
    
    [DefaultInstall]
    
    DelReg=del
    
    [del]
    
    HKCU,Software\Microsoft\Windows\CurrentVersion\Policies\
    
    System,Disableregistrytools,
    
    *,00,00,00,00
    and save it as (put name here).inf

    right click on it, and click install
    it should show a full start menu with "Run" etc. go start>run> regedit, and find the entry (sshould be named DisableCMD i think) and change the dword to 0 , or just delete it!

    i did this at my school with novell... IT ppl there suck
    My school blocks right click :\

  15. #15
    Join Date
    Apr 2005
    Posts
    81
    Quote Originally Posted by RamsesXIII
    My school blocks right click :\
    OWNED!!!!! lol

+ Reply to Thread

Similar Threads

  1. blocked
    By gowrishankar in forum Proxies and Firewalls
    Replies: 9
    Last Post: 11-25-2016, 03:29 PM
  2. Old School
    By DATA in forum General discussion
    Replies: 1
    Last Post: 07-01-2008, 05:31 PM
  3. Getting cmd at school w/ it blocked?
    By B1i5t3r in forum Internet Privacy
    Replies: 2
    Last Post: 05-22-2006, 07:40 PM
  4. Get into DOS if its blocked at your school!
    By Whitecrow in forum Internet Privacy
    Replies: 4
    Last Post: 03-27-2006, 10:43 AM
  5. school fun
    By Unregistered in forum Viruses and Trojans
    Replies: 9
    Last Post: 05-11-2005, 12:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts