View Full Version : control.exe (W2K)
selice
05-06-2002, 03:50 PM
Does anyone know the commands, for run system settings in control panel? I know only mouse and I need to know how to run MODEM settings.
For example: "control.exe Mouse"
Andy-S
05-06-2002, 04:09 PM
Try these. I verified that the display and system properties work in W2K.
Accessibility
DOSCommand "[WindowsDir]\control.exe" "access.cpl" "Wait+RunOnce"
Display
DOSCommand "[WindowsDir]\control.exe" "desk.cpl" "Wait+RunOnce"
Regional Settings
DOSCommand "[WindowsDir]\control.exe" "intl.cpl" "Wait+RunOnce"
Mouse Properties
DOSCommand "[WindowsDir]\control.exe" "main.cpl" "Wait+RunOnce"
System Properties
DOSCommand "[WindowsDir]\control.exe" "sysdm.cpl" "Wait+RunOnce"
Date / Time
DOSCommand "[WindowsDir]\control.exe" "timedate.cpl" "Wait+RunOnce"
Modem
DOSCommand "[WindowsDir]\control.exe" "modem.cpl" "Wait+RunOnce"
MultiMedia Properties
DOSCommand "[WindowsDir]\control.exe" "mmsys.cpl" "Wait+RunOnce"
Add / Remove Programs
DOSCommand "[WindowsDir]\control.exe" "appwiz.cpl" "Wait+RunOnce"
Add Printer
DOSCommand "[WindowsDir]\rundll32.exe" shell32.dll,SHHelpShortcuts_RunDLL AddPrinter" "Wait+RunOnce"
Network Configuration
DOSCommand "[WindowsDir]\control.exe" "netcpl.cpl" "Wait+RunOnce"
Passwords
DOSCommand "[WindowsDir]\control.exe" "password.cpl" "Wait+RunOnce"
Internet Properties
DOSCommand "[WindowsDir]\control.exe" "inetcpl.cpl" "Wait+RunOnce"
Mail and Fax
DOSCommand "[WindowsDir]\control.exe" "mlcfg32.cpl" "Wait+RunOnce"
Game Controllers
DOSCommand "[WindowsDir]\control.exe" "joy.cpl" "Wait+RunOnce"
ODBC Data Source Administrator *
DOSCommand "[WindowsDir]\control.exe" "odbccp32.cpl" "Wait+RunOnce"
Desktop Themes *
DOSCommand "[WindowsDir]\control.exe" "themes.cpl" "Wait+RunOnce"
Tweak UI *
DOSCommand "[WindowsDir]\control.exe" "tweakui.cpl" "Wait+RunOnce"
Quick Time 32 *
DOSCommand "[WindowsDir]\control.exe" "qtw32.cpl" "Wait+RunOnce"
(items marked "*" may not be installed on every system)
Cheers
Andy
reghakr
05-06-2002, 05:18 PM
selice,
I don't understand...I only know mouse.
This command in the Run box will bring up the modem properties:
rundll32.exe shell32.dll Control_RunDLL modem.cpl
reghakr
Andy-S
05-06-2002, 05:37 PM
Just to clarify my last post. When running the commands from the start/run box then just copy from control.exe into the run box ensuring that the start quote is added e.g. to open the system applet
"control.exe" "sysdm.cpl" "Wait+RunOnce"
Cheers
Andy
doldol
05-08-2002, 02:18 AM
any tnx for the good script.
what is it for "Wait+RunOnce"?
i think no matter there is "wait+runonce" Control panel applet launches......
Andy-S
05-08-2002, 01:46 PM
I'm not sure what the "wait + runonce" does. I removed it from the command line text and the applets were still launched with no obvious side effects.
Cheers
Andy
king_ging
05-16-2002, 01:20 PM
better late then never
<a target="_blank" href=http://support.microsoft.com/default.aspx?scid=kb;EN-US;q180025> MickeySoft </a>
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.