Skip navigation

JSI Tip 2667. How do I run various Control Panel applets from the CMD line?

Open a CMD prompt and type:

 C O M M A N D   Applet 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\ups.cpl   UPS 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\telephon.cpl   Telephony 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\srvmgr.cpl   Server 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\srvmgr.cpl   Services 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\srvmgr.cpl   Devices 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\ncpa.cpl   Network 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\main.cpl   Mouse 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\main.cpl   Keyboard 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\main.cpl   Printers 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\main.cpl   Fonts 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\odbccp32.cpl   ODBC 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\console.cpl   Console 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\appwiz.cpl   Add/Remove Programs 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\access.cpl   Accessibility Options 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\inetcpl.cpl   Internet 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\DESK.cpl   Display 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\DEVAPPS.cpl   PC Card (PCMCIA) 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\DEVAPPS.cpl   SCSI Adapters 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\DEVAPPS.cpl   Tape Devices 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\INTL.cpl   Regional Settings 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\MMSYS.cpl   Multimedia 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\MMSYS.cpl   Sounds 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\MODEM.cpl   Modems 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\PORTS.cpl   Ports 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\SYSDM.cpl   System 
 RunDLL32 shell32.dll,Control_RunDLL c:\winnt\system32\TIMEDATE.cpl   Date/Time 


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish