Posted 19 November 2012 - 21:36
Posted 19 November 2012 - 21:42
Posted 19 November 2012 - 21:48
Posted 19 November 2012 - 22:29
Posted 19 November 2012 - 22:34
chrisd89, on 19 November 2012 - 21:48, said:
Posted 19 November 2012 - 22:48
Posted 19 November 2012 - 22:49
nekrosoft13, on 19 November 2012 - 22:40, said:
Posted 19 November 2012 - 22:52
AngelGraves13, on 19 November 2012 - 21:42, said:
Posted 19 November 2012 - 23:00
TPreston, on 19 November 2012 - 22:49, said:
Posted 20 November 2012 - 00:09
Blimpo, on 19 November 2012 - 22:48, said:
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "1" #Default value is 1 shutdown -r -t 0
#The following is equal to the Security Policy "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode" = "Elevate without prompting" Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "ConsentPromptBehaviorAdmin" -Value "0" #Default value is 2 #The following is equal to the Security Policy "User Account Control: Allow UIAccess applications to prompt for elevation without using the secure dekstop" = "Enabled" Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableUIADesktopToggle" -Value "1" #Default value is 0