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?