Disable UAC completely

My Dirty Fix I hate this problem

So the original posters method does work, but if your like me, a few months after running this otherwise great OS, Windows UAC starts comming back after each boot back to not even normal but Always notify me. Anyway this is how i fixed the Issue FOR GOOD!!

Create this cmd save as whatever you want EX : NOUAC.cmd (use notepad but dont save as NOUAC.cmd.txt make sure its NOUAC.CMD)

This is what goes in the file

echo Y | reg add "hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t reg_dword /d 0 && echo Y | reg add "hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v ConsentPromptBehaviorAdmin /t reg_dword /d 0 && echo Y | reg add "hklm\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v PromptOnSecureDesktop /t reg_dword /d 0

This gets saved in

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

Viola Each boot it fixes the registry... I have redone windows atleast 2 or 3 times now and this problems always comes back,s so i decided to buckle down and fix it, not a great fix, but it works :)
 

My Computer

System One

  • OS
    8.1
anyone know if this functions in 10? UAC drives me batty.
 

My Computer

System One

  • OS
    Windows 8.1 Enterprise x64
    Computer type
    PC/Desktop
    CPU
    Intel i7 4790K
    Motherboard
    Gigabyte Z87X - OC Force
    Memory
    Corsair Dominator Platinum 2133 (32GB)
    Graphics Card(s)
    EVGA GTX TITAN SC x4
    Monitor(s) Displays
    Dell U2713H x3
    Screen Resolution
    4680x2560
    Hard Drives
    Samsung 840 EVO x2 (512GB)
    Seagate Barracuda x2 (4TB)
    PSU
    EVGA NEX1500 Supernova x2
    Case
    Corsair Obsidian 900D
    Cooling
    EK Supremacy & XSPC RX360
    Keyboard
    Razer Deathstalker Ultimate
    Mouse
    Razer Naga Epic
    Internet Speed
    AT&T Uverse 45Mbp/s
    Browser
    Chromium x64
Back
Top