View Single Post
  #7  
Old 03-19-2018, 17:17
0xall0c 0xall0c is offline
Friend
 
Join Date: Mar 2018
Posts: 67
Rept. Given: 0
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 25
Thanks Rcvd at 65 Times in 35 Posts
0xall0c Reputation: 4
to turn off uac completely:

Code:
reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0
to back to normal

Code:
reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 5
hope this helps.

Last edited by 0xall0c; 03-20-2018 at 15:46. Reason: corrected double shashes, which are not needed in case running from cmd
Reply With Quote
The Following User Says Thank You to 0xall0c For This Useful Post:
niculaita (03-20-2018)