cpl_list 3.17 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2 3 4 5 6 7

Alphabetical List of Windows 95 Control Panels
----------------------------------------------

Filename       Description

APPWIZ.CPL     Software Properties
Marcel Baur's avatar
Marcel Baur committed
8
               ,NewLinkHere %1 - Create new .lnk link "%1"
Alexandre Julliard's avatar
Alexandre Julliard committed
9 10 11 12
DESK.CPL       Desktop Properties
               ,,0 - Background Properties
               ,,1 - Screen Saver Properties
               ,,2 - Color Properties
Marcel Baur's avatar
Marcel Baur committed
13 14
INETCPL.CPL    Internet Properties
               ,SiteCERT_RunFromCmdLine %1 - View site certificate "%1"
Alexandre Julliard's avatar
Alexandre Julliard committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
INTL.CPL       Internation Country/Timezone Properties
               ,,0 - Country-specific settings
               ,,1 - Numbers
               ,,2 - Currency
               ,,3 - Clock
               ,,4 - Date
JOY.CPL        Joystick Properties
MAIN.CPL       @0   - Mouse Buttons Properties 
               @1   - Keyboard Speed Properties
               @1,1 - Keyboard Language Properties
               @1,2 - Keyboard General Properties
               @2   - Printer
               @3   - Fonts
               @4   - Energy
MMSYS.CPL      Multimedia Properties
               ,,0  - Audio
               ,,1  - Video
               ,,2  - MIDI
               ,,3  - Audio CD
               ,,4  - Extended (Multimedia drivers)
MODEM.CPL      Modem Properties (does not take parameters)
MSWEBCPL.CPL   Personal WebServer Properties (comes with Win95 4.0B) 
               (does not take parameters)
NETCPL.CPL     Network (does not take parameters)
Marcel Baur's avatar
Marcel Baur committed
39
ODBCCP32.CPL   32bit-ODBC Properties
Alexandre Julliard's avatar
Alexandre Julliard committed
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
PASSWORD.CPL   Password Properties (does not take parameters)
SYSDM.CPL      System Properties
               ,,0 - Generic
               ,,1 - Device Manager
               ,,2 - Hardware Profiles
               ,,3 - Advanced Features
TELEPHON.CPL   Telephone Properties (renamed to TELEPHON.CP$ if not installed)
               (does not take parameters)
TIMEDATE.CPL   Time/Date Properties
               ,,0 - Date and Time
               ,,1 - Timezone
               ,,m - summer/wintertime notification
                     (issued by kernel32.dll on windows startup)



Alphabetical List of alien CPLs / rundll commands
-------------------------------------------------

Marcel Baur's avatar
Marcel Baur committed
59 60 61 62
    command: amovie.ocx,RunDll [/play] [/close] %1
description: open document %1 in ActiveMovie Viewer
             /play:  auto-play document
	     /close: close viewer after playing
Alexandre Julliard's avatar
Alexandre Julliard committed
63 64 65 66

    command: deskcp16.dll,QUICKRES_RUNDLLENTRY
description: show SVGA display manager in task bar

Marcel Baur's avatar
Marcel Baur committed
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
    command: mailnews.dll,EMLFileHandler %1
description: ?

    command: mailnews.dll,Mail_RunDLL %1
description: ?

    command: mailnews.dll,News_RunDLL %1
description: ?    

    command: rnaui.dll,RnaRunImport %1
description: ?

    command: shscrap.dll,OpenScrap_RunDLL /r /x %1
description: ?

    command: shell32.dll,Control_RunDLL %1,%*
description: open control panel file "%1" with parameters "%*"
             (control.exe is a user front end for this call)

Alexandre Julliard's avatar
Alexandre Julliard committed
86 87 88
    command: shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder
description: show "Printers" Explorer Window

Marcel Baur's avatar
Marcel Baur committed
89 90
    command: url.dll,FileProtocolHandler %1
description: tell system to handle file protocol "%1"
Alexandre Julliard's avatar
Alexandre Julliard committed
91

Marcel Baur's avatar
Marcel Baur committed
92 93 94 95
    command: url.dll,OpenURL %1
description: launch default web browser, open "%1" site.
 
(add your alien commands here)