implague Posted March 29, 2010 Share Posted March 29, 2010 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 loopStep 2 - Name the file cmd.batYour selfmade CMD is ready Link to comment Share on other sites More sharing options...
Tucker Posted April 7, 2010 Share Posted April 7, 2010 This is neat! Thanks! ;) Link to comment Share on other sites More sharing options...
implague Posted April 7, 2010 Author Share Posted April 7, 2010 @Tuckerglad u like it :rolleyes: Link to comment Share on other sites More sharing options...
unknownasphyxiated Posted April 14, 2010 Share Posted April 14, 2010 can this cmd.bat run if CMD is disable??i mean if admin block through registry or policysorry for asking this stupid question but i'm interesting in cmd trick :wub: Link to comment Share on other sites More sharing options...
Bizarre™ Posted April 14, 2010 Share Posted April 14, 2010 @unknownasphyxiated:I believe that if it's blocked in the Group Policy, it will be rendered useless. Link to comment Share on other sites More sharing options...
implague Posted April 15, 2010 Author Share Posted April 15, 2010 unless and untill u hav ne admin user pass just run as admin Link to comment Share on other sites More sharing options...
unknownasphyxiated Posted April 15, 2010 Share Posted April 15, 2010 @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 adminthis cmd.bat can be run,right? Link to comment Share on other sites More sharing options...
HX1 Posted April 15, 2010 Share Posted April 15, 2010 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 More sharing options...
unknownasphyxiated Posted April 15, 2010 Share Posted April 15, 2010 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 More sharing options...
Administrator DKT27 Posted April 15, 2010 Administrator Share Posted April 15, 2010 If it's possible, can this be useful for toshiro in mcdonalds? :unsure: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.