Posted On March 31, 2019

Quick Info on Disabling UAC

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Quick Info on Disabling UAC

Start > Administrative Tools > Local Security Policy > Local Policies > Security Options > Right-click “User Account Control: Run all administrators in Admin Approval Mode” > properties > Disable > OK

Leave a Reply

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

Related Post

Experimental selinux Settings

enable or disable selinux: vim /etc/sysconfig/selinux   setsebool -P httpd_read_user_content 1   grep nginx /var/log/audit/audit.log |…

RDP Connection Error: CredSSP encryption oracle remediation

The Symptom: [Window Title]Remote Desktop Connection[Content]An authentication error has occurred.The function requested is not supportedRemote…

PowerShell: Stop Any Service on Windows!

Problem: some system protected services cannot be stopped. PS C:\Users\KingKong> stop-service msmpsvcStop-Service : Service 'Microsoft…