how to skip run as Administrator for all app?

Discussion in 'Windows 8' started by ryu81, Nov 4, 2013.

  1. ryu81

    ryu81 MDL Novice

    Oct 7, 2013
    18
    1
    0
    is there option to do it by some tweaks ?not one by one.
     
  2. RaymondTH

    RaymondTH MDL Member

    Apr 23, 2012
    103
    29
    10
    #2 RaymondTH, Nov 4, 2013
    Last edited: Nov 4, 2013
    use gpedit.msc Computer Configuration/Policies/Windows Settings/Security Settings/Local Policies/Security Options


    Policy Setting
    User Account Control: Admin Approval Mode for the Built-in Administrator account Enabled
    User Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop Enabled
    User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode Elevate without prompting
    User Account Control: Behavior of the elevation prompt for standard users Prompt for credentials
    User Account Control: Detect application installations and prompt for elevation Enabled
    User Account Control: Only elevate executables that are signed and validated Disabled
    User Account Control: Only elevate UIAccess applications that are installed in secure locations Enabled
    User Account Control: Run all administrators in Admin Approval Mode Enabled
    User Account Control: Switch to the secure desktop when prompting for elevation Disabled
    User Account Control: Virtualize file and registry write failures to per-user locations Enabled
    Dosnt break modern applications and the store if you do it this way like it does if you disable UAC outright.
     
  3. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,153
    210
    Disable UAC ?
     
  4. jupier2k

    jupier2k MDL Member

    Jan 20, 2009
    168
    5
    10
    yup I go with disable UAC from action center:D
     
  5. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,093
    405
    60
    Does that work though? I thought the only way to disable UAC "completely" on Windows 8/8.1 was to set EnableLua from the registry to 0.

    If I understand right, the visible slider from Control Panel only turns off most visible prompts, but you'll still get them if you, for example, copy something into one of the Program Files folder(s).
     
  6. ryu81

    ryu81 MDL Novice

    Oct 7, 2013
    18
    1
    0
    still same i'm still need to run as admin to run applications.btw UAC already disable
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,486
    92,754
    340
    #8 abbodi1406, Nov 5, 2013
    Last edited by a moderator: Apr 20, 2017
    This is nonsense :D
    UAC Disable = run as administrator Disabled

    here a reg to disable for sure:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
    "ConsentPromptBehaviorAdmin"=dword:00000000
    "EnableInstallerDetection"=dword:00000000
    "EnableLUA"=dword:00000000
    "EnableSecureUIAPaths"=dword:00000000
    "EnableUIADesktopToggle"=dword:00000000
    
     
  8. ryu81

    ryu81 MDL Novice

    Oct 7, 2013
    18
    1
    0
    #9 ryu81, Nov 5, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    thx this reg works but all app store stop working :(
     
  9. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    by design: store apps only run when UAC is enabled

    ... some don't read ....
     
  10. ryu81

    ryu81 MDL Novice

    Oct 7, 2013
    18
    1
    0
    i see thx for info