I know about the suggestions of http://www.tenforums.com/tutorials/3436-run-administrator-windows-10-a.html. However not one option provides an answer to my question. I want to run as admin all applications without executing an action for each one of them.
Asked
Active
Viewed 1,086 times
1 Answers
-2
Run Powershell as admin:
run: Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"
restart PC
arsole
- 1