Disable UAC on Windows 10 using PowerShell
Professor K
Disable User Account Control (UAC) on Windows 10 using PowerShell There will be apps that will not run because of UAC on your Windows 10 machine but there are other reasons to disable UAC. Mostly it's just annoying.
To disable using PowerShell, use the following command. Set-Itemproperty -path 'HKLM:\Software\Microsoft\Windows\CurrentVersion\policies\system' -Name 'EnableLUA' -value 0 To reenable, change the zero on the end to a 1. ... https://www.youtube.com/watch?v=3E8y9dF_A2A
2021-11-11
0.0 LBC
Copyrighted (contact publisher)
6004660 Bytes