VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Control Panel

by iLDEREMi (2 Submissions)
Category: Windows System Services
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

All of control panel settings commands.
1. "rundll32.exe shell32.dll, Control_RunDLL intl.cpl,,0" makes page 0 of reginal and language settings (control panel) open.
2. "rundll32.exe shell32.dll, Control_RunDLL main.cpl,,0" makes page 0 of mouse settings (control panel) open.
3. "rundll32.exe shell32.dll, Control_RunDLL sysdm.cpl,,0" makes page 0 of system settings (control panel) open.
4. "rundll32.exe shell32.dll, Control_RunDLL nusrmgr.cpl,,0" makes page 0 of user (control panel) open.
5. "rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl,,0" makes page 0 of sound settings (control panel) open.
6. "rundll32.exe shell32.dll, Control_RunDLL firewall.cpl,,0" makes page 0 of firewall settings (control panel) open.
7. "rundll32.exe shell32.dll, Control_RunDLL desk.cpl,,0" makes page 0 of display settings (control panel) open.
8. "rundll32.exe shell32.dll, Control_RunDLL timedate.cpl,,0" makes page 0 of time/date settings (control panel) open.
9. "rundll32.exe shell32.dll, Control_RunDLL hdwwiz.cpl,,0" makes page 0 of hardware (control panel) open.
10. "rundll32.exe shell32.dll, Control_RunDLL inetcpl.cpl,,0" makes page 0 of internet options (control panel) open.
11. "rundll32.exe shell32.dll, Control_RunDLL joy.cpl,,0" makes page 0 of joypad settings (control panel) open.
12. "rundll32.exe shell32.dll, Control_RunDLL powercfg.cpl,,0" makes page 0 of power settings (control panel) open.
13. "rundll32.exe shell32.dll, Control_RunDLL telephon.cpl,,0" makes page 0 of telephone and modem settings (control panel) open.
14. "rundll32.exe shell32.dll, Control_RunDLL netsetup.cpl,,0" makes page 0 of wireless network settings (control panel) open.
15. "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.

Rate Control Panel

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"

Download this snippet    Add to My Saved Code

Control Panel Comments

No comments have been posted about Control Panel. Why not be the first to post a comment about Control Panel.

Post your comment

Subject:
Message:
0/1000 characters