SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr

A .cpl file represents each tool or applet in the Control Panel. We can launch these tools either using.CPL file name from command prompt or commands similar to control /name <Name Of the Applet>. More details on SCCM Shortcut Commands Pro Tips.

Introduction—To launch the Windows update applet from the command prompt, use the “control /name Microsoft.WindowsUpdate” command. For more details, see SCCM Shortcut Commands and more Windows.

This post will list CPL files and commands to launch control panel tools or applets directly (SCCM Shortcut Commands). These commands. CPL files can be used for Windows 7 and Windows 8.1 operating systems.

This list could be handy if you want to use it for scripting. These command-line options are beneficial for automating ConfigMgr / SCCM scripts or Group policies.

Patch My PC
[sibwp_form id=2]
Index
SCCM Shortcuts (ConfigMgr Shortcut Commands)
Windows Commands
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Table 1

SCCM Shortcuts (ConfigMgr Shortcut Commands)

Control smscfgrc – Command Line Shortcut to launch Configuration Manager SCCM Control Panel Applet. Control SMSRAP – Command Line Shortcut to Launch Configuration Manager SCCM Run Advertised Programs (RAP) Canonical names of SCCM RAP.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.1
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.1

control SMSPDM – Command Line Shortcut to launch Configuration Manager SCCM Program Download Manager (PDM). Easy Access “Run” Commands for SCCM professionals. SCCM ConfigMgr commands are from the Windows RUN menu.

NOTE! – Some commands are unavailable for the SCCM Current Branch.

Client ConfigMgr console PropertiesRun Advertised Program (x64 & x86)Task Sequence Progress Bar (x64 & x86)
%windir%\System32\CCM\SMSCliUI.exe
%windir%\SysWOW64\CCM\SMSCliUI.exe
%windir%\System32\CCM\SMSRAP.CPL
%windir%\SysWOW64\CCM\SMSRAP.CPL
%windir%\System32\CCM\TsProgressUI.exe
%windir%\SysWOW64\CCM\TsProgressUI.exe
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Table 2
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.2
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.2

Let’s discuss the SMS Agent Host Restart (x64 & x86) and the SCCM (ConfigMgr) Client Repair. The table below provides more details.

Adaptiva
SMS Agent Host Restart (x64 & x86)SCCM (ConfigMgr) Client Repair
%windir%\System32\CCM\CcmRestart.exe
%windir%\SysWOW64\CCM\CcmRestart.exe
%windir%\System32\CCM\ccmrepair.exe
%windir%\SysWOW64\CCM\ccmrepair.exe
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Table 3

—-policy.vbs—————-

Dim oCPAppletMgr
Set oCPAppletMgr = CreateObject("CPApplet.CPAppletMgr")
Dim oClientActions
Set oClientActions = oCPAppletMgr.GetClientActions()
Dim oClientAction
For Each oClientAction In oClientActions
If oClientAction.Name = "Request & Evaluate Machine Policy" Then oClientAction.PerformAction
End If
Next

————-
Code Snippet

function repairclient([String] $strComputer)
{
$SMSCli = [wmiclass] "\\$strComputer\root\ccm:sms_client"
$SMSCli.RepairClient()
}

Windows Commands

AppWiz.cpl – Command Line  Shortcut for launching Add Remove Programs – Control Panel\All Control Panel Items\Programs and Features. SCCM Shortcut Commands.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.3
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.3

BthProps.cpl – Command Line Shortcut for launching Bluetooth Devices – Control Panel\All Control Panel Items\Devices and Printers\Bluetooth Devices.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.4
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.4

CollAb.cpl – Command Line Shortcut to change your profile picture via People Near Me (Only for Windows 7 and below).

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.5
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.5

DESK.cpl – Command Line Shortcut to change Control Panel\All Control Panel Items\Display\Screen Resolution.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.6
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.6

FireWall.cpl – Command Line Shortcut to change Windows Firewall settings – Control Panel\All Control Panel Items\Windows Firewall.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.7
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.7

FlashPlayerCPLApp.cpl—Command-Line Shortcut to Flash Player Settings Manager—It’s not working from the Command prompt for me.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.8
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.8

HdwWiz.cpl – Command Line Shortcut for launching Device Manager.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.9
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.9

Igfxcpl.CPL – Command Line Shortcut to launch Intel Graphics and Media Control Panel.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.10
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.10

Inetcpl.CPL – Command Line Shortcut to launch internet properties.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.11
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.11

Intl.CPL – Command Line Shortcut to launch Regional Setting – Region and Language Setting – Location, Keyboards, etc.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.12
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.12

Irprops.CPL – Command Line  Shortcut to launch Infrared Port PropertiesJoy.cpl – Shortcut to launch Game Controllers – Joystick Properties.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.13
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.13

Main.cpl – Command Line Shortcut to launch Mouse properties.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.14
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.14

MLCFG32.CPL – Command Line Shortcut to Launch Mail Setup – Outlook – This CPL file won’t work from the command prompt as it is in the program files folder.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.15
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.15

mmsys.CPL – Command Line Shortcut to launch Sound properties.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.16
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.16

ncpa.CPL – Command Line Control Panel\All Control Panel Items\Network Connections – Shortcut to Network connections.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.17
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.17

powercfg.CPL – Command Line Control Panel\All Control Panel Items\Power Options – Shortcut to launch Power Plan Configuration.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.18
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.18

RTSnMg64.CPL – Command Line Shortcut to launch Realtek Audio Manager. ‘RTSnMg64.CPL‘ is not recognized as an internal or external command, operable program, or batch file.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.19
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.19

S32LUCP2.CPL – Command Line Shortcut to Launch Symantec Live Update Configuration – it won’t get launched from the Default command prompt. ERROR message ‘S32LUCP2.cpl’ is not recognized as an internal or external command, operable program, or batch file.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.20
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.20

sapi.CPL – Command Line Shortcut to launch Speech Properties  – it won’t get launched from the Default command prompt. ERROR message ‘sapi.cpl’ is not recognized as an internal or external command, operable program, or batch file.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.21
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.21

sysdm.CPL – Shortcut to launch System Properties and change the computer name.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.22
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.22

TabletPC.cpl – Shortcut to launch Tablet PC -Pen, Touch, Handwriting, and Flicks configurations. More SCCM Shortcut Commands above?

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.23
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.23

Telephon.CPL -Shortcut to launch Location Information and telephone configuration in OLD times.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.24
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.24

TimeDate.cpl – Shortcut to launch Time and Date, Additional Clocks, Internet Time Configurations.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.25
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.25

Wscui.cpl – Control Panel\All Control Panel Items\Action Center – Shortcut to launch Action Center.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.26
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.26

control /name Microsoft.BitLockerDriveEncryption – Shortcut to the configuration of BIT Locker Encryption. Control Panel\All Control Panel Items\BitLocker Drive Encryption.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.27
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.27

control admintools – Shortcut to launch Control Panel\All Control Panel Items\Administrative Tools.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.28
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.28

control /name Microsoft.AutoPlay – Shortcut to launch AutoPlay – Choose what happens when you insert each media type or device – Control Panel\All Control Panel Items\AutoPlay. More SCCM Shortcut Commands above??

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.29
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.29

control /name Microsoft.ColorManagement – Shortcut to launch color Management.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.30
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.30

control /name Microsoft.CredentialManager – Shortcut to launch Credential Manager – This view and delete your login information. – Control Panel\All Control Panel Items\Credential Manager.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.31
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.31

control /name Microsoft.DefaultPrograms – Shortcut to Launch Default program – Choose the default programs which Windows use – Control Panel\All Control Panel Items\Default Programs.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.32
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.32

control printers – Shortcut to launch printers – Control Panel\All Control Panel Items\Devices and Printers.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.33
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.33

control schedtasks – Shortcut to launch Task Scheduler.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.34
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.34

control /name Microsoft.WindowsUpdate – Shortcut Launch  Windows Update – Control Panel\All Control Panel Items\Windows Update.

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.35
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.35

control user passwords – Shortcut to launch User Account management – Control Panel\All Control Panel Items\User Accounts. More SCCM Shortcut Commands above??

SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr - Fig.36
SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr – Fig.36

We are on WhatsApp now. To get the latest step-by-step guides, news, and updates, Join our Channel. Click here. HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP from 2015 onwards for consecutive 10 years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is a Blogger, Speaker, and Local User Group Community leader. His main focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career etc…

6 thoughts on “SCCM Run Commands Pro Tips | Windows Shortcuts | ConfigMgr”

  1. Hey Anoop,

    This is literally the all time best content available in internet
    I am sure there is no other website who shares information like yours in a elaborative and informative way.
    I am glad I got to know about this one.

    Reply
  2. Hi Anoop,
    Greetings!

    If I wan to run function under the control smscfgrc’s tabs like actions tab and configuration tab ?

    Reply

Leave a Comment

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