README.md
December 5, 2022 ยท View on GitHub
Description
All of control panel settings commands.
-
"rundll32.exe shell32.dll, Control_RunDLL intl.cpl,,0" makes page 0 of reginal and language settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL main.cpl,,0" makes page 0 of mouse settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL sysdm.cpl,,0" makes page 0 of system settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL nusrmgr.cpl,,0" makes page 0 of user (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl,,0" makes page 0 of sound settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL firewall.cpl,,0" makes page 0 of firewall settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL desk.cpl,,0" makes page 0 of display settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL timedate.cpl,,0" makes page 0 of time/date settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL hdwwiz.cpl,,0" makes page 0 of hardware (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL inetcpl.cpl,,0" makes page 0 of internet options (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL joy.cpl,,0" makes page 0 of joypad settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL powercfg.cpl,,0" makes page 0 of power settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL telephon.cpl,,0" makes page 0 of telephone and modem settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL netsetup.cpl,,0" makes page 0 of wireless network settings (control panel) open.
-
"rundll32.exe shell32.dll, Control_RunDLL wscui.cpl,,0" makes page 0 of windows security (control panel) open.
By changing the ",,0" to ",,1" and ... you can see the other pages.
Do it by SHELL command.
More Info
| Submitted On | |
| By | iLDEREMi |
| Level | Advanced |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Windows System Services |
| World | Visual Basic |
| Archive File |
Source Code
Shell "rundll32.exe shell32.dll, Control_RunDLL intl.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL main.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL sysdm.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL nusrmgr.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL firewall.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL desk.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL timedate.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL hdwwiz.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL inetcpl.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL joy.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL powercfg.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL telephon.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL netsetup.cpl,,0"
Shell "rundll32.exe shell32.dll, Control_RunDLL wscui.cpl,,0"