Results 1 to 4 of 4

Thread: VB - System dialogs - Need even more?

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member Ed Lampman's Avatar
    Join Date
    Mar 2001
    Posts
    273

    Cool VB - System dialogs - Need even more?

    Code:
    Use the following snippet to Shell the date/time dialog.
    Substitute the codes below for other Control Panel dialogs. 
      
     
    Call Shell("rundll32.exe shell32.dll,Control_RunDLL _ timedate.cpl")
    
     
    Control Panel (CONTROL.EXE)
     
    Control Panel:  
        rundll32.exe shell32.dll,Control_RunDLL
     
     
    Accessability Settings (ACCESS.CPL) 
     
    Accessability Properties (Keyboard):  
        rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
     
    Accessability Properties (Sound):  
        rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
     
    Accessability Properties (Display):  
        rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
     
    Accessability Properties (Mouse):  
        rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
     
    Accessability Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
     
     
    Add/Remove Programs (APPWIZ.CPL)
     
    Add/Remove Programs Properties (Install/Uninstall):  
        rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
     
    Add/Remove Programs Properties (Windows Setup):  
        rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
     
    Add/Remove Programs Properties (Startup Disk):  
        rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
     
     
    Display Settings (DESK.CPL)
     
    Display Properties (Background):  
        rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
     
    Display Properties (Screen Saver):  
        rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
     
    Display Properties (Appearance):  
        rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
     
    Display Properties (Settings):  
        rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
     
    
    --------------------------------------------------------------------------------
     
    Display Properties (Install Screen Saver):  
        rundll32.exe desk.cpl,InstallScreenSaver %1
        (opens .scr at location specified by %1 in preview window)
     
     
    FindFast Settings (FINDFAST.CPL) 
     
    Find Fast Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL findfast.cpl
     
     
    Internet Settings (INETCPL.CPL)
     
    Internet Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0
     
    Internet Properties (Security):  
        rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1
     
    Internet Properties (Content):  
        rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2
     
    Internet Properties (Connection):  
        rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3
     
    Internet Properties (Programs):  
        rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4
     
    Internet Properties (Advanced):  
        rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5
     
     
    Regional Settings (INTL.CPL)
     
    Regional Settings Properties (Regional Settings):  
        rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0
     
    Regional Settings Properties (Number):  
        rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1
     
    Regional Settings Properties (Currency):  
        rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2
     
    Regional Settings Properties (Time):  
        rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3
     
    Regional Settings Properties (Date):  
        rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4
     
    Regional Settings Properties (Input Locales):  
        rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,5
     
     
    Joystick Settings (JOY.CPL)
     
    Joystick Properties (Joystick):  
        rundll32.exe shell32.dll,Control_RunDLL joy.cpl
     
     
    Mouse/Keyboard/Printers/Fonts Settings (MAIN.CPL)
     
    Mouse Properties:  
        rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
     
    Keyboard Properties:  
        rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
     
    Printers:  
        rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
     
    Fonts:  
        rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
     
     
    Mail and Fax Settings (MLCFG32.CPL)
     
    Microsoft Exchange/Outlook Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
     
     
    Multimedia/Sounds Settings (MMSYS.CPL)
     
    Multimedia Properties (Audio):  
        rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
     
    Multimedia Properties (Video):  
        rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
     
    Multimedia Properties (MIDI):  
        rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
     
    Multimedia Properties (CD Music):  
        rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
     
    Multimedia Properties (Advanced/Devices):  
        rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
     
    
    --------------------------------------------------------------------------------
     
    Sounds Properties:  
        rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
     
     
    Modem Settings (MODEM.CPL)
     
    Modem Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL modem.cpl
     
     
    Network Settings (NETCPL.CPL / NCPA.DLL)
     
    Network (Configuration):  
        Win9x: rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
        WinNT: rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl
     
    
    --------------------------------------------------------------------------------
     
    Dial-up Networking Wizard 
        Win9x: rundll32.exe rnaui.dll,RnaWizard
     
    
    --------------------------------------------------------------------------------
     
    Create Share Dialog 
        WinNT: rundll32.exe ntlanui.dll,ShareCreate
     
    Manage Shares Dialog 
        WinNT: rundll32.exe ntlanui.dll,ShareManage
     
     
    ODBC Settings (ODBCCP32.CPL)
     
    ODBC Data Source Administrator (General):  
        rundll32.exe shell32.dll,Control_RunDLL odbccp32.cpl
     
     
    Password Settings (PASSWORD.CPL)
     
    Password Properties (Change Passwords):  
        Win9x: rundll32.exe shell32.dll,Control_RunDLL password.cpl
     
     
    COM Ports Settings (PORTS.CPL)
     
    COM Ports Properties (General):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL ports.cpl
     
     
    Server Properties (SRVMGR.CPL)
     
    Server Properties (General):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL srvmgr.cpl
     
     
    System Settings (SYSDM.CPL)
     
    System Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
     
    System Properties (Device Manager):  
        Win9x: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
     
    System Properties (Performance):  
        Win9x: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
        WinNT: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
     
    System Properties (Environment):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
     
    System Properties (Startup/Shutdown):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
     
    System Properties (Hardware Profiles):  
        Win95: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
        WinNT: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,4
     
    System Properties (User Profiles):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,5
     
    
    --------------------------------------------------------------------------------
     
    Add New Hardware Wizard:  
        Win9x: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
     
    Add New Printer Wizard:  
        Win9x: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
     
     
    Telephony Settings (TELEPHON.CPL)
     
    Dialing Properties (My Location / Drivers):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL telephon.cpl
     
     
    Themes Settings (THEMES.CPL)
     
    Themes Properties (General):  
        rundll32.exe shell32.dll,Control_RunDLL themes.cpl
     
     
    Time and Date Settings (TIMEDATE.CPL)
     
    Date/Time Properties:  
        rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
     
    Choose Time Zone:  
        rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,/f
     
     
    TweakUI Settings (TWEAKUI.CPL)
     
    TweakUI Dialog (General):  
        rundll32.exe shell32.dll,Control_RunDLL tweakui.cpl
     
     
    UPS Settings (UPS.CPL)
     
    Uninteruptable Power Supply Properties (General):  
        WinNT: rundll32.exe shell32.dll,Control_RunDLL ups.cpl
     
     
    Microsoft Mail Postoffice Settings (WGPOCPL.CPL)
     
    Microsoft Workgroup Postoffice Admin:  
        rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl
     
     
    Miscellaneous File System Dialogs and Wizards
     
    Open With (File Associations):  
        rundll32.exe shell32.dll,OpenAs_RunDLL d:\path\filename.ext
     
    Run Diskcopy Dialog: 
        rundll32 diskcopy.dll,DiskCopyRunDll
     
    Create New Shortcut Wizard: 
        rundll32.exe AppWiz.Cpl,NewLinkHere %1
        (creates shortcut at location specified by %1)
     
    Create a Briefcase: 
        rundll32.exe syncui.dll,Briefcase_Create
     
    View Fonts: 
        rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL FontsFolder
     
    View Printers: 
        rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder

  2. #2
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648
    Trying to create a class with all of Ed's info. My function generates the following data so anyone can import it and use it in a database of file if so desired


    VB Code:
    1. 1#Control Panel:  #rundll32.exe shell32.dll,Control_RunDLL
    2. 2#Accessability Properties (Keyboard):  #rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
    3. 3#Accessability Properties (Sound):  #rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
    4. 4#Accessability Properties (Display):  #rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
    5. 5#Accessability Properties (Mouse):  #rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
    6. 6#Accessability Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
    7. 7#Add/Remove Programs Properties (Install/Uninstall):  #rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
    8. 8#Add/Remove Programs Properties (Windows Setup):  #rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
    9. 9#Add/Remove Programs Properties (Startup Disk):  #rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
    10. 10#Display Properties (Background):  #rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
    11. 11#Display Properties (Screen Saver):  #rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
    12. 12#Display Properties (Appearance):  #rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
    13. 13#Display Properties (Settings):  #rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
    14. 14#Display Properties (Install Screen Saver):  #rundll32.exe desk.cpl,InstallScreenSaver %1
    15. 15#Find Fast Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL findfast.cpl
    16. 16#Internet Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0
    17. 17#Internet Properties (Security):  #rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1
    18. 18#Internet Properties (Content):  #rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2
    19. 19#Internet Properties (Connection):  #rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3
    20. 20#Internet Properties (Programs):  #rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4
    21. 21#Internet Properties (Advanced):  #rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5
    22. 22#Regional Settings Properties (Regional Settings):  #rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0
    23. 23#Regional Settings Properties (Number):  #rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1
    24. 24#Regional Settings Properties (Currency):  #rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2
    25. 25#Regional Settings Properties (Time):  #rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3
    26. 26#Regional Settings Properties (Date):  #rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4
    27. 27#Regional Settings Properties (Input Locales):  #rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,5
    28. 28#Joystick Properties (Joystick):  #rundll32.exe shell32.dll,Control_RunDLL joy.cpl
    29. 29#Mouse Properties:  #rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
    30. 30#Keyboard Properties:  #rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
    31. 31#Printers:  #rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
    32. 32#Fonts:  #rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
    33. 33#Microsoft Exchange/Outlook Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
    34. 34#Multimedia Properties (Audio):  #rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
    35. 35#Multimedia Properties (Video):  #rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
    36. 36#Multimedia Properties (MIDI):  #rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
    37. 37#Multimedia Properties (CD Music):  #rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
    38. 38#Multimedia Properties (Advanced/Devices):  #rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
    39. 39#Sounds Properties:  #rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
    40. 40#Modem Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL modem.cpl
    41. 41#Network (Configuration):  (Win9x)# rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
    42. 42#Network (Configuration):  (Win9x)(WinNT)# rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl
    43. 43#Dial-up Networking Wizard (Win9x)# rundll32.exe rnaui.dll,RnaWizard
    44. 44#Create Share Dialog (WinNT)# rundll32.exe ntlanui.dll,ShareCreate
    45. 45#Manage Shares Dialog (WinNT)# rundll32.exe ntlanui.dll,ShareManage
    46. 46#ODBC Data Source Administrator (General):  #rundll32.exe shell32.dll,Control_RunDLL odbccp32.cpl
    47. 47#Password Properties (Change Passwords):  (Win9x)# rundll32.exe shell32.dll,Control_RunDLL password.cpl
    48. 48#COM Ports Properties (General):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL ports.cpl
    49. 49#Server Properties (General):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL srvmgr.cpl
    50. 50#System Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
    51. 51#System Properties (Device Manager):  (Win9x)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
    52. 52#System Properties (Performance):  (Win9x)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
    53. 53#System Properties (Performance):  (Win9x)(WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
    54. 54#System Properties (Environment):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
    55. 55#System Properties (Startup/Shutdown):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
    56. 56#System Properties (Hardware Profiles):  #Win95: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
    57. 57#System Properties (Hardware Profiles):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,4
    58. 58#System Properties (User Profiles):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,5
    59. 59#Add New Hardware Wizard:  (Win9x)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
    60. 60#Add New Printer Wizard:  (Win9x)# rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
    61. 61#Dialing Properties (My Location / Drivers):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL telephon.cpl
    62. 62#Themes Properties (General):  #rundll32.exe shell32.dll,Control_RunDLL themes.cpl
    63. 63#Date/Time Properties:  #rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
    64. 64#Choose Time Zone:  #rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,/f
    65. 65#TweakUI Dialog (General):  #rundll32.exe shell32.dll,Control_RunDLL tweakui.cpl
    66. 66#Uninteruptable Power Supply Properties (General):  (WinNT)# rundll32.exe shell32.dll,Control_RunDLL ups.cpl
    67. 67#Microsoft Workgroup Postoffice Admin:  #rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl
    68. 68#Open With (File Associations):  #rundll32.exe shell32.dll,OpenAs_RunDLL d:\path\filename.ext
    69. 69#Run Diskcopy Dialog: #rundll32 diskcopy.dll,DiskCopyRunDll
    70. 70#Create New Shortcut Wizard: #rundll32.exe AppWiz.Cpl,NewLinkHere %1
    71. 71#Create a Briefcase: #rundll32.exe syncui.dll,Briefcase_Create
    72. 72#View Fonts: #rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL FontsFolder
    73. 73#View Printers: #rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder

  3. #3
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648
    This is better...
    VB Code:
    1. 1#Control Panel:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL
    2. 2#Accessability Properties (Keyboard):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1
    3. 3#Accessability Properties (Sound):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2
    4. 4#Accessability Properties (Display):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3
    5. 5#Accessability Properties (Mouse):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4
    6. 6#Accessability Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5
    7. 7#Add/Remove Programs Properties (Install/Uninstall):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1
    8. 8#Add/Remove Programs Properties (Windows Setup):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2
    9. 9#Add/Remove Programs Properties (Startup Disk):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3
    10. 10#Display Properties (Background):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
    11. 11#Display Properties (Screen Saver):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1
    12. 12#Display Properties (Appearance):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2
    13. 13#Display Properties (Settings):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
    14. 14#Display Properties (Install Screen Saver):#(NT/9x)#rundll32.exe desk.cpl,InstallScreenSaver %1
    15. 15#Find Fast Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL findfast.cpl
    16. 16#Internet Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0
    17. 17#Internet Properties (Security):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1
    18. 18#Internet Properties (Content):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2
    19. 19#Internet Properties (Connection):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3
    20. 20#Internet Properties (Programs):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4
    21. 21#Internet Properties (Advanced):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5
    22. 22#Regional Settings Properties (Regional Settings):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0
    23. 23#Regional Settings Properties (Number):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1
    24. 24#Regional Settings Properties (Currency):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2
    25. 25#Regional Settings Properties (Time):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3
    26. 26#Regional Settings Properties (Date):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4
    27. 27#Regional Settings Properties (Input Locales):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,5
    28. 28#Joystick Properties (Joystick):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL joy.cpl
    29. 29#Mouse Properties:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL main.cpl @0
    30. 30#Keyboard Properties:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL main.cpl @1
    31. 31#Printers:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL main.cpl @2
    32. 32#Fonts:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL main.cpl @3
    33. 33#Microsoft Exchange/Outlook Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl
    34. 34#Multimedia Properties (Audio):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0
    35. 35#Multimedia Properties (Video):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1
    36. 36#Multimedia Properties (MIDI):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2
    37. 37#Multimedia Properties (CD Music):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3
    38. 38#Multimedia Properties (Advanced/Devices):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4
    39. 39#Sounds Properties:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1
    40. 40#Modem Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL modem.cpl
    41. 41#Network (Configuration):#(Win9x)# rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl
    42. 42#Network (Configuration):##(WinNT)# rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl
    43. 43#Dial-up Networking Wizard#(Win9x)# rundll32.exe rnaui.dll,RnaWizard
    44. 44#Create Share Dialog#(WinNT)# rundll32.exe ntlanui.dll,ShareCreate
    45. 45#Manage Shares Dialog#(WinNT)# rundll32.exe ntlanui.dll,ShareManage
    46. 46#ODBC Data Source Administrator (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL odbccp32.cpl
    47. 47#Password Properties (Change Passwords):#(Win9x)# rundll32.exe shell32.dll,Control_RunDLL password.cpl
    48. 48#COM Ports Properties (General):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL ports.cpl
    49. 49#Server Properties (General):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL srvmgr.cpl
    50. 50#System Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0
    51. 51#System Properties (Device Manager):#(Win9x)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
    52. 52#System Properties (Performance):#(Win9x)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
    53. 53#System Properties (Performance):##(WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,1
    54. 54#System Properties (Environment):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
    55. 55#System Properties (Startup/Shutdown):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3
    56. 56#System Properties (Hardware Profiles):#(NT/9x)#Win95: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,2
    57. 57#System Properties (Hardware Profiles):#(NT/9x)#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,4
    58. 58#System Properties (User Profiles):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,5
    59. 59#Add New Hardware Wizard:#(Win9x)# rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1
    60. 60#Add New Printer Wizard:#(Win9x)# rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter
    61. 61#Dialing Properties (My Location / Drivers):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL telephon.cpl
    62. 62#Themes Properties (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL themes.cpl
    63. 63#Date/Time Properties:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
    64. 64#Choose Time Zone:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,/f
    65. 65#TweakUI Dialog (General):#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL tweakui.cpl
    66. 66#Uninteruptable Power Supply Properties (General):#(WinNT)# rundll32.exe shell32.dll,Control_RunDLL ups.cpl
    67. 67#Microsoft Workgroup Postoffice Admin:#(NT/9x)#rundll32.exe shell32.dll,Control_RunDLL wgpocpl.cpl
    68. 68#Open With (File Associations):#(NT/9x)#rundll32.exe shell32.dll,OpenAs_RunDLL d:\path\filename.ext
    69. 69#Run Diskcopy Dialog:#(NT/9x)#rundll32 diskcopy.dll,DiskCopyRunDll
    70. 70#Create New Shortcut Wizard:#(NT/9x)#rundll32.exe AppWiz.Cpl,NewLinkHere %1
    71. 71#Create a Briefcase:#(NT/9x)#rundll32.exe syncui.dll,Briefcase_Create
    72. 72#View Fonts:#(NT/9x)#rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL FontsFolder
    73. 73#View Printers:#(NT/9x)#rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder

  4. #4
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648
    Here is Ed's info in a function that you can use
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width