"Unblock" CMD

12,705

21

10

Introduction: "Unblock" CMD

About: Hey there! My names Mr. Pines (not really m8, but just call me that). I'm a high school student looking to get into computer programming and such. I post some simple instructables about batch files and vbs fil…

Hello there! You're probably here because your network administrator has blocked Command Prompt, one of the most useful tools a windows operating system has to offer. This is a VERRYY simple tutorial, so I wont go in depth with things.

Step 1: Batch File

This is a very short batch file to enter in notepad. Simply open notepad and type "start cmd" without quotes. Now click File, Save as, rename it to something such as "file.bat" Make sure you add .bat to the end or it won't work. Now click where it says "Text Documents" and change that to "All Files"

Step 2: ENJOY

Simply save, exit, run, and enjoy.

I may also post a batch script with fully customizable font color and background color. ENJOY YOUR SCRIPT!!

Be the First to Share

    Recommendations

    • Make It Bridge

      Make It Bridge
    • Big and Small Contest

      Big and Small Contest
    • For the Home Contest

      For the Home Contest

    10 Comments

    0
    GHOSTMAN2
    GHOSTMAN2

    6 years ago

    Use this Code: echo off

    cls

    title Command Prompt

    color 7

    :command

    set /p input=Command:

    %input%

    goto command

    0
    MADJEFF
    MADJEFF

    Reply 3 years ago

    This works! Absolute legend

    0
    hovan.paul
    hovan.paul

    4 years ago

    i does not work

    0
    hovan.paul
    hovan.paul

    4 years ago

    oh dear this is no good

    0
    garrettg7
    garrettg7

    7 years ago

    man, this is no good, when disabled by admin when I try to run this it infinitely opens cmd, which is, as i said, blocked. It states cmd is disabled by admin, press any key to continue...

    0
    NoahV17
    NoahV17

    Reply 5 years ago

    you have to open a new one in the textdoc and then name it file.bat and save the doc.

    then change the doc and add this tekst under it and then close and save

    0
    HowToHax
    HowToHax

    6 years ago

    Hope this helped

    0
    HowToHax
    HowToHax

    6 years ago

    you could also just use this code to unblock it, it will bypass the firewall and open forcefully

    @echo off

    break off

    title C:\Windows\system32\cmd.exe

    cls

    :cmd

    set /p cmd=C:\Enter Command:

    %cmd%

    echo.

    goto cmd

    0
    HalpAttackSchool
    HalpAttackSchool

    7 years ago

    Dude, amazing, i've used title

    cls

    command.com before but this much better cause i'll not be running cmd

    i typed in notepad: start powershell and saved so i could use windows powershell