Posted On March 31, 2019

Quick 1-liner: Elevated command to access control panel items

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Quick 1-liner: Elevated command to access control panel items

runas /user:{domainname}\{username} “control appwiz.cpl”

Leave a Reply

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

Related Post

How to Fix Corrupted Windows System Files

Symptoms:- Blue Screens- Slow booting- You have too much free time- This appears out of…

How to discover WSUS Server from Your Local Machine

# Method 1: PowerShell (the obvious choice) (Get-ItemProperty HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate).WuServer # Method 2: Command Line REG…

How to Fix Remote Desktop Blue Screen on Windows 2019

Problem: when an RDP session is idle for an extended period of time, that session…