Posted On March 24, 2021

PowerShell: How to Disable Users Authenticated Control (UAC)

kimconnect 0 comments
blog.KimConnect.com >> Windows >> PowerShell: How to Disable Users Authenticated Control (UAC)

This has been tested on Windows Server 2008, 2016, and 2019. Nothing fancy, just copy/paste this to get rid of that annoying UAC Prompt:

Set-ItemProperty -Path 'REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System' -Name ConsentPromptBehaviorAdmin -Value 0

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Domino Email Server Conversion

Lotus Notes has been considered legacy by IBM and the general IT world. It lacks…

Penetration Testing of Active Directory

Foreword: the following information is intended as educational contents and advisories on security topics. Please…

Memo of an Advisory Regarding WinRM on a Non-Domain Joined Server

# Enable WinRM winrm quickconfig <# Sample output PS C:\Users\Administrator> winrm quickconfig WinRM service is…