Posted On March 31, 2019

Windows Quick Short-cuts

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows Quick Short-cuts
Quick short-cuts:

sysdm.cpl
control printers
desk.cpl
powercfg.cpl
ncpa.cpl
gpedit.msc
compmgmtlauncher
wscui.cpl
fsmgmt.msc
msinfo32
cleanmgr

Leave a Reply

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

Related Post

PowerShell: Email Users with Expiring Passwords

# PasswordExpirationNotification.ps1 # Description: # This script performs the following tasks # a. Query Active…

Applying Windows Patches

#Example: Disabling Remote Code Execution(new-object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x64.exe','C:\temp\vcredist_x64.exe')c\:temp\vcredist_x64.exe /quiet /norestart #Example: Download updates using BITS (cannot invoke…

Windows Firewall with Group Policy

This involves two steps: first, update your existing Group Policy Objects (GPOs) with the new…