how to hack admin account if the cmd is disable in guest acount?

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

1 comments:

Anonymous said...

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!