To enable cmd prompt, open notepad and type:
Command.com
and save it as whatever.bat
then run it and it enables cmd prompt.
Please note: Leave your comment here thanks
how to hack admin account if the cmd is disable in guest acount?
Posted by Ronnel Singson at 8:53 PM
1 comments:
this works better
@echo off
cls
:loop
set command=
echo --------------------------------
chdir
set /P command="Prompt: "
echo --------------------------------
%command%
goto loop
save as command.bat
nice anyway!
Post a Comment