Jump to content

How to make your own command prompt


implague

Recommended Posts

Many businesses and especially government jobs like to block regular users away from the command prompt. This is your way around that creating your own...

All you need is a text editor such as notepad. Do not try this with Microsoft Word...

code(surrounded by [])@echo off

cls

:loop

set command=

echo --------------------------------

chdir

set /P command="Prompt: "

echo --------------------------------

%command%

goto loop

Step 2 - Name the file cmd.bat

Your selfmade CMD is ready

Link to comment
Share on other sites


  • 2 weeks later...
  • Replies 9
  • Views 3.2k
  • Created
  • Last Reply
unknownasphyxiated

can this cmd.bat run if CMD is disable??

i mean if admin block through registry or policy

sorry for asking this stupid question but i'm interesting in cmd trick

:wub:

Link to comment
Share on other sites


@unknownasphyxiated:

I believe that if it's blocked in the Group Policy, it will be rendered useless.

Link to comment
Share on other sites


unless and untill u hav ne admin user pass just run as admin

Link to comment
Share on other sites


unknownasphyxiated

@unknownasphyxiated:

I believe that if it's blocked in the Group Policy, it will be rendered useless.

so,if the cmd being disable through registry by some virus or admin

this cmd.bat can be run,right?

Link to comment
Share on other sites


It should not be able to be run.. if it is you have found a vulnerability in your OS.. It has been my experience that even running a script a command in an Administrative Account, that access to various areas, such as the Registry itself and configuration changes are actually denied regardless. The rights and ability for these items to be changed are limited to certain actions/methods only..

I actually use RunBoxx.. it can be skinned.. I think it is similar to this though.. and for other things I must use the Powershell... There are a few glass skinned ones at Deviantart to go with the Aero themes that ( if your lucky ) some have on Windows 7 and Vista..

Link to comment
Share on other sites


unknownasphyxiated

It should not be able to be run.. if it is you have found a vulnerability in your OS.. It has been my experience that even running a script a command in an Administrative Account, that access to various areas, such as the Registry itself and configuration changes are actually denied regardless. The rights and ability for these items to be changed are limited to certain actions/methods only..

thnx heath28m :D

Link to comment
Share on other sites


  • Administrator

If it's possible, can this be useful for toshiro in mcdonalds? :unsure:

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...