Get the App
SLTechnology News&Howtos  ›  Development  › 

What are the commands for CMD to enter the control panel

Shulou Source: shulou.com Published: 2022-06-03 08:26:38 09月25日 Update

This article introduces the relevant knowledge of "which CMD commands enter the control panel". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Control panel

Module: control.exe

Command: rundll32.exe shell32.dll,Control_RunDLL

Result: the control panel window is displayed.

Example:

Dim x

X = Shell ("rundll32.exe shell32.dll,Control_RunDLL")

Secondary option

Module: access.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL access.cpl,5

Result: secondary options / general are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL access.cpl,1

Result: secondary options / keyboard are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL access.cpl,2

Result: auxiliary options / sounds are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL access.cpl,3

Result: display secondary options / display.

Command: rundll32.exe shell32.dll,Control_RunDLL access.cpl,4

Result: secondary options / mouse are displayed.

Add new hardware

Module: sysdm.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @ 1

Add a new printer

Module: shell32.dll

Command: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter

Add / remove programs

Module: appwiz.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,1

Result: show installation / uninstall.

Command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,1

Result: show installation / uninstall.

Command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,2

Result: Windows installation is displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,3

Result: the boot disk is displayed.

Copy disk

Module: diskcopy.dll

Command: rundll32.exe diskcopy.dll,DiskCopyRunDll

Time / date

Module: timedate.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,0

Result: displays the set date / time.

Command: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,1

Result: displays the set time area.

Dial-up connection (DUN)

Module: rnaui.dll

Command: rundll32.exe rnaui.dll,RnaDial connection _ name

Result: opens the specified dial-up connection.

Example:

X = Shell ("rundll32.exe rnaui.dll,RnaDial" & "connection _ name", 1)

Display device

Module: desk.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,0

Result: background setting.

Command: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,1

Result: screen saver settings.

Command: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,2

Result: appearance settings.

Command: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,3

Result: set the window.

Control lever

Module: joy.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL joy.cpl

Mail / fax

Module: mlcfg32.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl

Result: the MS Exchange property setting appears.

Post office settings

Module: wgpocpl.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl

Result: MS Postoffice Workgroup Admin settings are displayed.

Master settin

Module: main.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 0

Result: mouse properties are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 1

Result: keyboard / speed properties are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 1

Result: keyboard / language properties are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 1

Result: keyboard / general properties are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 2

Result: printer properties are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 3

Result: font properties are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL main.cpl @ 4

Result: power management properties are displayed.

Add Modem

Module: modem.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL modem.cpl,add

Multimedia

Module: mmsys.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,0

Result: sound.

Command: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,1

Results: video.

Command: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,2

Results: sound MIDI.

Command: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,3

Result: CD/ music.

Command: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,4

Results: advanced.

Command: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @ 1

Result: sound.

The network

Module: netcpl.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl

Open mode window (Open With)

Module: shell32.dll

Command: rundll32.exe shell32.dll,OpenAs_RunDLL path\ filename

Password

Module: password.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL password.cpl

Locale

Module: intl.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,0

Result: locale.

Command: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,1

Result: number format setting.

Command: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,2

Result: amount format setting.

Command: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,3

Result: time format setting.

Command: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,4

Result: date formatting.

Screen saver

Module: appwiz.cpl

Command: rundll32.exe desk.cpl,InstallScreenSaver c:\ win\ system\ Flying Windows.scr

Result: install the screen saver and display the preview property page.

System setup

Module: sysdm.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,0

Result: general settings are displayed.

Command: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,1

Result: displays device management settings.

Command: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,2

Result: displays hardware settings.

Command: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,3

Result: displays performance settings.

IE4 Settin

Module: inetcpl.cpl

Command: rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl

This is the end of the content of "what CMD commands to enter the control panel". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Tags: Commands results modules properties aids panels controls sound time format keyboard area screen screen saver general date protection example content name Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Shulou Technology Xiaomi Redmi Docker macOS