Jump to content

Control Panel Access


Recommended Posts

Hi,

I have tried to run the sounds control from the control panel with a shortcut and the run command but it didn't work.

So I have the Question: How to start a control panel feature? For Example the Sound controls.

Is there a special commend or a trick?

Link to comment
Share on other sites

Did you try CONTROL.EXE?

Run(@windowsdir & "\control.exe mmsys.cpl")

You could always just make a batch file...

@echo off

control.exe mmsys.cpl

I'm not sure, but if you add the ",," after mmsys.cpl it will jump to a particular tab.

F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
Link to comment
Share on other sites

; starts on the volume tab
;Run("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0")

; starts on the sounds tab
;Run("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1")

; starts on the audio tab
;Run("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2")

; starts on the voice tab
;Run("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3")

; starts on the hardware tab
Run("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4")

;at least on my system
Edit: http://vbnet.mvps.org/index.html?code/system/controlpnl3.htm

Edited by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...