Disable UAC on Windows Server 2019 using powershell script

To Disable UAC on the Windows Server, change the registry value EnableLUA to 0, to change it using the powershell

Set-Itemproperty -path 'HKLM:\Software\Microsoft\Windows\CurrentVersion\policies\system' -Name 'EnableLUA' -value 0

Below is the script to change on multiple Windows Machines using RemotePS

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from

Subscribe now to keep reading and get access to the full archive.

Continue reading