3467 lines
184 KiB
Plaintext
3467 lines
184 KiB
Plaintext
; Control registration and DLL installation
|
|
;
|
|
; Note the AddReg and DelReg keys have a maximum length of 255 characters.
|
|
; Only one AddReg and DelReg key per header section.
|
|
;
|
|
; Because of the length limitations, we use shorthand names for the
|
|
; sections.
|
|
;
|
|
; RegItems with %11% or %25% are substituted on NT with
|
|
; %SystemRoot%\whatever. But this needs to be REGEXSZ! Use the
|
|
; token %REGEXSZ% (0x20000).
|
|
;
|
|
; Any entries that go into the registry that contain
|
|
; %_SYS_MOD_PATH%, %11%, %25% MUST have this flag set. (w95 ignores it).
|
|
;
|
|
; Do not do any HKCU registration here. If you are trying to set
|
|
; defaults for the current user, set them in HKLM and use
|
|
; the SHRegXXXUSValue functions
|
|
;
|
|
; --------------- MUI Notes ----------------
|
|
; When adding infotips and display name for shell namespaces to this file, please refer the following samples
|
|
; for the correct way to be MUI-compatible.
|
|
;
|
|
; HKCR,"CLSID\%CLSID_NetworkPlaces%",,,"%DESC_NetworkPlaces%"
|
|
; HKCR,"CLSID\%CLSID_NetworkPlaces%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-9217"
|
|
; HKCR,"CLSID\%CLSID_NetworkPlaces%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22912"
|
|
;
|
|
; The first line is the old way to register the display name for shell name space. This is kept for backward compatibilty
|
|
; The second line is the MUI compliant way to register display name
|
|
; The third line is for InfoTip registration
|
|
; Instead of hardcoding the strings in the registry, we store them in shell32.dll as string resource
|
|
; and then point to them in the format of "@<path\resDLL.DLL>,-ResID"
|
|
;
|
|
; By doing this, MUI will be able to provide the localized infotip in the corresponding MUI file for shell32.dll.
|
|
;
|
|
; Also note that %REGEXSZ% is needed so that %11% will be substituted.
|
|
; ------------------------------------------
|
|
|
|
[Version]
|
|
Signature="$CHICAGO$"
|
|
|
|
[RegDll]
|
|
ComponentName=Shell.Shell32
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
AddReg=RegShellNamespace, RegShellObjects, RegShellViews, RegShellOther, RegAdvancedOptions, RegOpenWithStuff, RegFileTypes, RegExternal, RegSafeStuff
|
|
DelReg=DelRegShell, DelRegExternal, !DelRegShell
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
NoBackupPlatform=NT5.1
|
|
|
|
[RegDllNT]
|
|
ComponentName=Shell.Shell32
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
AddReg=RegShellNT
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
NoBackupPlatform=NT5.1
|
|
|
|
[RegDllNTServer]
|
|
ComponentName=Shell.Shell32
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
AddReg=RegShellNTServer
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
|
|
[RegDllNTPro]
|
|
ComponentName=Shell.Shell32
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
AddReg=RegShellNTPro
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
|
|
[RegHideDeskIcons]
|
|
ComponentName=Shell.Shell32
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
AddReg=RegShellHideDeskIcons
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
NoBackupPlatform=NT5.1
|
|
|
|
[RegServerAdmin]
|
|
ComponentName=Shell.Shell32
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
AddReg=RegShellServerAdmin
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
NoBackupPlatform=NT5.1
|
|
|
|
[UnregDll]
|
|
ComponentName=Shell.Shell32
|
|
AdvOptions=260
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
|
|
[CleanupOldRollback1]
|
|
ComponentName=IE40.Shell
|
|
ComponentVersion=5.0
|
|
AdvOptions=44
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
|
|
[CleanupOldRollback2]
|
|
ComponentName=Shell.Shell32.NT
|
|
ComponentVersion=5.0
|
|
DelReg=!DelRegOldRollback
|
|
AdvOptions=44
|
|
RequiredEngine=SETUPAPI,%ERR_NOSETUPAPI%
|
|
NoBackupPlatform=NT5.1
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
; Shell32 General Registration
|
|
;
|
|
; This is broken up into chunks so there's some sanity to these
|
|
; sections.
|
|
;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; delete old stuff
|
|
[DelRegShell]
|
|
HKLM,"%SMWCV%\ExtShellViews\%VID_ThumbView%"
|
|
HKLM,"%SMWCV%\ExtShellViews\%VID_WebView%"
|
|
HKCR,"Directory\%EXTVIEW%\%VID_ThumbView%"
|
|
HKCR,"Drive\%EXTVIEW%\%VID_ThumbView%"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\%EXTVIEW%\%VID_ThumbView%"
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%\%EXTVIEW%\%VID_ThumbView%"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\%EXTVIEW%\%VID_WebView%"
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\Handlers"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","wuaucpl.cpl"
|
|
|
|
; rosebud storage no longer needed
|
|
HKCR,"CLSID\{ADFED87B-BAA4-48d7-8574-C25881EFAE97}"
|
|
|
|
; We no longer need this key
|
|
HKLM,"%SMWCV%\Controls Folder\Desk\shellex\PropertySheetHandlers\DeskHtmlExt"
|
|
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\Instance\InitPropertyBag"
|
|
; old .lnk file thumbnail handler, now in CShellLink
|
|
HKCR,"CLSID\{500202A0-731E-11d0-B829-00C04FD706EC}"
|
|
HKCR,"Drive\ShellEx\ContextMenuHandlers\Open With",,,"%CLSID_OpenWithMenu%"
|
|
|
|
HKLM,"%PATH_EXPLORER%\AlwaysUnloadDll"
|
|
|
|
; Shell searches are no longer HTML based: kill URL entries.
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\SearchGUID\Url"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2\SearchGUID\Url"
|
|
|
|
; Remove the Web and Background PropertySheet Extensions Handler from the old location
|
|
HKLM,"%SMWCV%\Controls Folder\Display\shellex\PropertySheetHandlers\DeskHtmlExt"
|
|
|
|
; Remove the old "Find Files" regsitration from the start menu
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\ShellFind"
|
|
; installed on pre-beta2 machines
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellFind"
|
|
|
|
HKLM,"%ADV_FOLDER%\MapNetDrvBtn"
|
|
HKLM,"%ADV_FOLDER%\ShowAttribCol"
|
|
HKLM,"%ADV_FOLDER%\DontPrettyPath"
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDORSYS"
|
|
HKCR,"CLSID\%CLSID_OverlayIdentifier_SlowFile%"
|
|
|
|
; 2000/02/21 vtan: these items got moved into a hierarchy structure in Windows ME.
|
|
HKLM,"%ADV_STARTMENU%\StartMenuFavorites"
|
|
HKLM,"%ADV_STARTMENU%\StartMenuLogoff"
|
|
HKLM,"%ADV_STARTMENU%\CascadeControlPanel"
|
|
HKLM,"%ADV_STARTMENU%\CascadeMyDocuments"
|
|
HKLM,"%ADV_STARTMENU%\CascadePrinters"
|
|
HKLM,"%ADV_STARTMENU%\StartMenuScrollPrograms"
|
|
HKLM,"%ADV_STARTMENU%\CascadeMyPictures"
|
|
HKLM,"%ADV_STARTMENU%\NetConnect"
|
|
HKLM,"%ADV_STARTMENU%\StartMenuRun"
|
|
HKLM,"%ADV_STARTMENU%\TaskbarSizeMove"
|
|
HKLM,"%ADV_STARTMENU%\TaskbarContextMenu"
|
|
HKLM,"%ADV_STARTMENU%\StartMenuChange"
|
|
HKLM,"%ADV_STARTMENU%\AdminTools"
|
|
|
|
; No longer an advanced setting
|
|
; Added in Win ME - Removed for Whistler
|
|
HKLM,"%ADV_STARTMENU%\Taskbar\TaskbarSizeMove"
|
|
|
|
; These are now in the "Effects" tab - daviddv (8/18/98)
|
|
HKLM,"%ADV_VISUAL%\DragFullWin"
|
|
HKLM,"%ADV_VISUAL%\FontSmooth"
|
|
; The hideicons is in the ActiveDesktop context menu - sankar (11/16/98)
|
|
HKLM,"%ADV_VISUAL%\HideIcons"
|
|
HKLM,"%ADV_VISUAL%"
|
|
|
|
; These regitems are removed from My Computer, they will now live in Control Panel
|
|
HKLM,"%PATH_EXPLORER%\MyComputer\NameSpace\%CLSID_TaskScheduler%"
|
|
HKLM,"%PATH_EXPLORER%\MyComputer\NameSpace\%CLSID_NetworkConnections%"
|
|
HKLM,"%PATH_EXPLORER%\MyComputer\NameSpace\Printers"
|
|
|
|
; Remove this, now handled in netplwiz.dll
|
|
HKLM,"%PATH_EXPLORER%\NetworkNeighborhood\NameSpace\%CLSID_NewPlaceRegItem%"
|
|
|
|
; Remove this on upgrades (only millennium should have it)
|
|
HKLM,"%PATH_EXPLORER%\NetworkNeighborhood\NameSpace\%CLSID_MilleniumHomeNetWizard%"
|
|
|
|
; remove url key so we can cocreate the context menu handler instead of navigating search pane to an url
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\SearchGUID\Url"
|
|
|
|
; no more context menu for edit menu
|
|
HKCR,"AllFilesystemEditObjects\shellex\ContextMenuHandlers\Copy To",,,"%CLSID_CopyToMenu%"
|
|
HKCR,"AllFilesystemEditObjects\shellex\ContextMenuHandlers\Move To",,,"%CLSID_MoveToMenu%"
|
|
|
|
; remove old Fonts and Admin Tools Folder FolderShortcut init reg entries
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\Instance\InitRCStream"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\Instance\InitRCStream"
|
|
|
|
; Remove quickview since we no longer support it
|
|
HKCR,"CLSID\%CLSID_ShellViewerExt%"
|
|
|
|
; cleanup the "New Microsoft Data Link" turd
|
|
HKCR,".UDL\ShellNew"
|
|
|
|
; remove the old shcompui.dll compression reg goo
|
|
HKCR,"ClSID\{764BF0E1-F219-11ce-972D-00AA00A14F56}"
|
|
HKCR,"*\shellex\ContextMenuHandlers\ExplorerCompressionMenu"
|
|
HKCR,"Directory\shellex\ContextMenuHandlers\ExplorerCompressionMenu"
|
|
HKCR,"Drive\shellex\ContextMenuHandlers\ExplorerCompressionMenu"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\ShellExtensions\Approved",,,"{764BF0E1-F219-11ce-972D-00AA00A14F56}"
|
|
|
|
; NT 425807: Remove old browser office doc infotip handler (see shdocvw\selfreg.inx)
|
|
HKCR, "CLSID\{83799FE0-1F5A-11d1-95C7-00609797EA4F}"
|
|
|
|
HKCU,"%PATH_EXPLORER%\NoRoamObfuscated"
|
|
|
|
; Was for testing only
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MixedContentHandler\EventHandlers\MediaArrival","Fake",,""
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\DeviceArrival","GenericVolumeArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\DeviceArrival","DefaultIcon",,""
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\DeviceArrival","FriendlyName",,""
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\MediaArrival","GenericVolumeArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\MediaArrival","DefaultIcon",,""
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\MediaArrival","FriendlyName",,""
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceClasses\{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}","DeviceHandlers",,
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayMusicFilesOnArrival","MSPlayMusicFilesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayVideoFilesOnArrival","MSPlayVideoFilesOnArrival",,""
|
|
|
|
;
|
|
; BEGIN churn from the Visual Effects options
|
|
;
|
|
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuFade"
|
|
HKLM,"%ADV_VISUALEFFECTS%\UIEffects"
|
|
HKLM,"%ADV_VISUALEFFECTS%\GradientCaptions"
|
|
HKLM,"%ADV_VISUALEFFECTS%\HotTracking"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewScrollOver"
|
|
|
|
#ifdef _WIN64
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes"
|
|
#endif // _WIN64
|
|
|
|
;
|
|
; END churn from the Visual Effects options
|
|
;
|
|
|
|
; cleanout old tileinfo and info tips, these are now under the meta classes
|
|
HKCR,mp3file,TileInfo
|
|
HKCR,wmafile,TileInfo
|
|
HKCR,jpegfile,TileInfo
|
|
HKCR,Paint.Picture,TileInfo
|
|
HKCR,TIFImage.Document,TileInfo
|
|
HKCR,pngfile,TileInfo
|
|
HKCR,PCXImage.Document,TileInfo
|
|
|
|
HKCR,"CLSID\{0003000C-0000-0000-C000-000000000046}\TreatAs"
|
|
HKCR,"CLSID\{0003000C-0000-0000-C000-000000000046}\NotInsertable"
|
|
|
|
HKCR,"CLSID\%CLSID_UserNotification%\%LS%"
|
|
HKCR,"exefile\shell\runas",Extended
|
|
; We no longer need "Show My Network Places on Desktop" checkbox from FolderOptions.
|
|
; bugs #183585: Fixed By Sankar.
|
|
HKLM,"%ADV_FOLDER%\NetPlacesOnDesktop"
|
|
|
|
; This clsid used to be AutoCMInetMedia so clean out the old goo
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%"
|
|
|
|
; Whistler Beta 2 let you hide Recycle Bin; we don't let you any more
|
|
; so unhide it now (otherwise it ends up hidden and lost forever!)
|
|
HKLM,"%PATH_HIDEDESKICONS%","%CLSID_RecycleBin%"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu","%CLSID_RecycleBin%"
|
|
HKCR,"CLSID\%CLSID_RecycleBin%\ShellFolder",HideOnDesktopPerUser
|
|
|
|
;audio files
|
|
HKCR,".snd","Generic",,"audio"
|
|
HKCR,".aif","Generic",,"audio"
|
|
HKCR,".aifc","Generic",,"audio"
|
|
HKCR,".aiff","Generic",,"audio"
|
|
HKCR,".au","Generic",,"audio"
|
|
HKCR,".mid","Generic",,"audio"
|
|
HKCR,".midi","Generic",,"audio"
|
|
HKCR,".wav","Generic",,"audio"
|
|
HKCR,".wax","Generic",,"audio"
|
|
HKCR,".m3u","Generic",,"audio"
|
|
HKCR,".mp3","Generic",,"audio"
|
|
HKCR,".wma","Generic",,"audio"
|
|
HKCR,".rmi","Generic",,"audio"
|
|
|
|
;compressed files
|
|
HKCR,".tar","Generic",,"compressed"
|
|
HKCR,".TGZ","Generic",,"compressed"
|
|
HKCR,".GZ","Generic",,"compressed"
|
|
HKCR,".Z","Generic",,"compressed"
|
|
HKCR,".zip","Generic",,"compressed"
|
|
HKCR,".wmz","Generic",,"compressed"
|
|
HKCR,".wsz","Generic",,"compressed"
|
|
|
|
;image files
|
|
HKCR,".bmp","Generic",,"image"
|
|
HKCR,".wmf","Generic",,"image"
|
|
HKCR,".mix","Generic",,"image"
|
|
HKCR,".fpx","PerceivedType",,"image"
|
|
HKCR,".mix","PerceivedType",,"image"
|
|
HKCR,".fpx","Generic",,"image"
|
|
HKCR,".gif","Generic",,"image"
|
|
HKCR,".png","Generic",,"image"
|
|
HKCR,".jfif","Generic",,"image"
|
|
HKCR,".jpe","Generic",,"image"
|
|
HKCR,".jpeg","Generic",,"image"
|
|
HKCR,".jpg","Generic",,"image"
|
|
HKCR,".tif","Generic",,"image"
|
|
HKCR,".tiff","Generic",,"image"
|
|
;what about .ico and .dib? what about .xbm?
|
|
|
|
; text files
|
|
HKCR,".txt","Generic",,"text"
|
|
HKCR,".text","Generic",,"text"
|
|
HKCR,".c","Generic",,"text"
|
|
HKCR,".h","Generic",,"text"
|
|
HKCR,".cpp","Generic",,"text"
|
|
HKCR,".hpp","Generic",,"text"
|
|
HKCR,".cxx","Generic",,"text"
|
|
HKCR,".hxx","Generic",,"text"
|
|
HKCR,".xml","Generic",,"text"
|
|
HKCR,".xsl","Generic",,"text"
|
|
HKCR,".css","Generic",,"text"
|
|
HKCR,".hta","Generic",,"text"
|
|
HKCR,".htm","Generic",,"text"
|
|
HKCR,".html","Generic",,"text"
|
|
HKCR,".shtml","Generic",,"text"
|
|
HKCR,".plg","Generic",,"text"
|
|
HKCR,".csv","Generic",,"text"
|
|
HKCR,".tsv","Generic",,"text"
|
|
HKCR,".inc","Generic",,"text"
|
|
HKCR,".asm","Generic",,"text"
|
|
HKCR,".sql","Generic",,"text"
|
|
HKCR,".pl","Generic",,"text"
|
|
HKCR,".def","Generic",,"text"
|
|
HKCR,".asmx","Generic",,"text"
|
|
HKCR,".sed","Generic",,"text"
|
|
HKCR,".x","Generic",,"text"
|
|
HKCR,".nvr","Generic",,"text"
|
|
|
|
; video files
|
|
HKCR,".wvx","Generic",,"video"
|
|
HKCR,".wm","Generic",,"video"
|
|
HKCR,".wmx","Generic",,"video"
|
|
HKCR,".wmv","Generic",,"video"
|
|
HKCR,".mpa","Generic",,"video"
|
|
HKCR,".mpe","Generic",,"video"
|
|
HKCR,".mpeg","Generic",,"video"
|
|
HKCR,".mpg","Generic",,"video"
|
|
HKCR,".mpv2","Generic",,"video"
|
|
HKCR,".asf","Generic",,"video"
|
|
HKCR,".asx","Generic",,"video"
|
|
HKCR,".avi","Generic",,"video"
|
|
HKCR,".IVF","Generic",,"video"
|
|
HKCR,".m1v","Generic",,"video"
|
|
HKCR,".mov","Generic",,"video"
|
|
HKCR,".mp2","Generic",,"video"
|
|
HKCR,".mp2v","Generic",,"video"
|
|
|
|
; cdburn sendto doesnt exist any more
|
|
HKCR,".cdburn"
|
|
HKCR,"CLSID\%CLSID_CDBurn%","NeverShowExt"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\DefaultIcon"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\shellex\DropHandler"
|
|
|
|
[!DelRegShell]
|
|
; Old view PersistFile format. This wasn't used in ie4 and we tried
|
|
; to nuke it, but it was still in a register section, so nuke it now.
|
|
HKCR,"CLSID\%CLSID_ShellDesktop%\%EXTVIEW%\%VID_WebView%","PersistFile"
|
|
|
|
|
|
;
|
|
; Namespace related objects and their assiciated registrations
|
|
;
|
|
[RegShellNamespace]
|
|
|
|
; MyDocs icon on the desktop
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\%IPS%",LoadWithoutCOM
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\ShellFolder",WantsFORPARSING
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\ShellFolder",CallForAttributes,%REGDW%,0x00020040
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\ShellFolder",HideOnDesktopPerUser
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\ShellFolder",QueryForOverlay
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\ShellFolder",Attributes,%REGDW%,0xF080013D
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-235"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%",SortOrderIndex,%REGDW%,0x00000048
|
|
; REST_NOFIND
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\shell\find",SuppressionPolicy,%REGDW%,0x00000080
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\shell\find\command",,%REGEXSZ%,"%25%\Explorer.exe"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\shell\find\ddeexec",,,"[FindFolder(""%l"", %I)]"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\shell\find\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\shell\find\ddeexec\topic",,,"AppProperties"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\%CLSID_MyDocuments%",,"My Documents"
|
|
; 900 == IDS_DELETE_MESSAGE in mydocs2\resource.h
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\%CLSID_MyDocuments%","Removal Message",,"@mydocs.dll,-900"
|
|
|
|
; In: IE5
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%",,2,"Search Results Folder"
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-30520"
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-134"
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%\ShellFolder","Attributes",%REGDW%,0x20180000
|
|
HKLM,"%PATH_EXPLORER%\Desktop\NameSpace\%CLSID_DocFindFolder%",,,"Search Results Folder"
|
|
|
|
HKCR,"CLSID\%CLSID_ComputerFindFolder%",,2,"Computer Search Results Folder"
|
|
HKCR,"CLSID\%CLSID_ComputerFindFolder%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-30521"
|
|
HKCR,"CLSID\%CLSID_ComputerFindFolder%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-135"
|
|
HKCR,"CLSID\%CLSID_ComputerFindFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ComputerFindFolder%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_ComputerFindFolder%\ShellFolder","Attributes",%REGDW%,0x20180000
|
|
HKLM,"%PATH_EXPLORER%\Desktop\NameSpace\%CLSID_ComputerFindFolder%",,,"Computer Search Results Folder"
|
|
|
|
HKCR,"CLSID\%CLSID_DocFindCommand%",,2,"%DESC_DocFindCommand%"
|
|
HKCR,"CLSID\%CLSID_DocFindCommand%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-173"
|
|
HKCR,"CLSID\%CLSID_DocFindCommand%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DocFindCommand%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_DocFindPersistHistory%",,2,"%DESC_DocFindPersistHistory%"
|
|
HKCR,"CLSID\%CLSID_DocFindPersistHistory%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DocFindPersistHistory%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_DefViewPersistHistory%",,2,"%DESC_DefViewPersistHistory%"
|
|
HKCR,"CLSID\%CLSID_DefViewPersistHistory%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DefViewPersistHistory%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_NetworkPlaces
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%",,,"%DESC_NetworkPlaces%"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,17"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell",,,"none"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell\find",,%REGEXSZ%,"@%_SYS_MOD_PATH%,-29188"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\ShellFolder",HideOnDesktopPerUser
|
|
|
|
; REST_NOFIND
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell\find",SuppressionPolicy,%REGDW%,0x00000080
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell\find\command",,%REGEXSZ%,"%25%\Explorer.exe"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell\find\ddeexec",,,"[FindFolder(""%l"", %I)]"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell\find\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%\shell\find\ddeexec\topic",,,"AppProperties"
|
|
|
|
; CLSID_MyComputer
|
|
HKCR,"CLSID\%CLSID_MyComputer%",,,"%DESC_MyComputer%"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_MyComputer%\DefaultIcon",,%REGEXSZ%,"%25%\Explorer.exe,0"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell",,,"none"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell\find",,%REGEXSZ%,"@%_SYS_MOD_PATH%,-8503"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\ShellFolder",HideOnDesktopPerUser
|
|
|
|
; REST_NOFIND
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell\find",SuppressionPolicy,%REGDW%,0x00000080
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell\find\command",,%REGEXSZ%,"%25%\Explorer.exe"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell\find\ddeexec",,,"[FindFolder(""%l"", %I)]"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell\find\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_MyComputer%\shell\find\ddeexec\topic",,,"AppProperties"
|
|
|
|
; CLSID_CompositeFolder
|
|
HKCR,"CLSID\%CLSID_CompositeFolder%",,,"%DESC_CompositeFolder%"
|
|
HKCR,"CLSID\%CLSID_CompositeFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CompositeFolder%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_CDBurnFolder
|
|
HKCR,"CLSID\%CLSID_CDBurnFolder%",,,"%DESC_CDBurnFolder%"
|
|
HKCR,"CLSID\%CLSID_CDBurnFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CDBurnFolder%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_MergedFolder
|
|
HKCR,"CLSID\%CLSID_MergedFolder%",,,"%DESC_MergedFolder%"
|
|
HKCR,"CLSID\%CLSID_MergedFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MergedFolder%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; Shared Documents folder (delegate of My Computer)
|
|
HKCR,"CLSID\%CLSID_SharedDocuments%",,,"%DESC_SharedDocuments%"
|
|
HKCR,"CLSID\%CLSID_SharedDocuments%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-12695"
|
|
HKCR,"CLSID\%CLSID_SharedDocuments%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_SharedDocuments%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_SharedDocuments%\ShellFolder",QueryForOverlay
|
|
HKLM,"%PATH_EXPLORER%\MyComputer\NameSpace\DelegateFolders\%CLSID_SharedDocuments%",,,
|
|
|
|
; CLSID_StartMenuFolder
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%",,,"%DESC_StartMenuFolder%"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\shell\open\command",,%REGEXSZ%,"%25%\Explorer.exe /idlist,%%I,%%L"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\shell\open\ddeexec",,,"[ViewFolder(""%%l"", %%I, %%S)]"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\shell\open\ddeexec",NoActivateHandler
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\shell\open\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\shell\open\ddeexec\ifexec",,,"[]"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\shell\open\ddeexec\topic",,,"AppProperties"
|
|
HKCR,"CLSID\%CLSID_StartMenuFolder%\ShellFolder","Attributes",%REGDW%,0x08000000
|
|
|
|
; CLSID_ProgramsFolder
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%",,,"%DESC_ProgramsFolder%"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\shell\open\command",,%REGEXSZ%,"%25%\Explorer.exe /idlist,%%I,%%L"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\shell\open\ddeexec",,,"[ViewFolder(""%%l"", %%I, %%S)]"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\shell\open\ddeexec",NoActivateHandler
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\shell\open\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\shell\open\ddeexec\ifexec",,,"[]"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\shell\open\ddeexec\topic",,,"AppProperties"
|
|
HKCR,"CLSID\%CLSID_ProgramsFolder%\ShellFolder","Attributes",%REGDW%,0x08000000
|
|
|
|
; CLSID_Printers - reduntant on WinNT (this in hivecls.inx)
|
|
HKCR,"CLSID\%CLSID_Printers%\ShellFolder","Attributes",%REGDW%,0x20000004
|
|
|
|
; CLSID_BriefcaseFolder
|
|
HKCR,"CLSID\%CLSID_BriefcaseFolder%",,,"%DESC_BriefcaseFolder%"
|
|
HKCR,"CLSID\%CLSID_BriefcaseFolder%","FriendlyTypeName",%REGEXSZ%,"@%_SYS_MOD_PATH%,-22978"
|
|
HKCR,"CLSID\%CLSID_BriefcaseFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_BriefcaseFolder%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_BriefcaseFolder%\%IPS%","LoadWithoutCom",2,""
|
|
HKCR,"CLSID\%CLSID_Briefcase%\ShellFolder","Attributes",%REGDW%,0x70000136
|
|
HKCR,"CLSID\%CLSID_Briefcase%","FriendlyTypeName",%REGEXSZ%,"@%_SYS_MOD_PATH%,-22978"
|
|
HKCR,"Briefcase","FriendlyTypeName",%REGEXSZ%,"@%_SYS_MOD_PATH%,-22978"
|
|
|
|
; CLSID_ShellFSFolder
|
|
HKCR,"CLSID\%CLSID_ShellFSFolder%",,,"%DESC_ShellFSFolder%"
|
|
HKCR,"CLSID\%CLSID_ShellFSFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellFSFolder%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_ExeDropTarget%",,,".exe drop target"
|
|
HKCR,"CLSID\%CLSID_ExeDropTarget%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ExeDropTarget%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; Column handler for FSFolders
|
|
HKCR,"CLSID\%CLSID_DocObjColumnProvider%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DocObjColumnProvider%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"Folder\ShellEx\ColumnHandlers\%CLSID_DocObjColumnProvider%",,,
|
|
|
|
; Column handler for FSFolders
|
|
HKCR,"CLSID\%CLSID_URLColumnProvider%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_URLColumnProvider%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"Folder\ShellEx\ColumnHandlers\%CLSID_URLColumnProvider%",,,
|
|
|
|
; Column handler for FSFolders
|
|
HKCR,"CLSID\%CLSID_FileSysColumnProvider%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FileSysColumnProvider%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"Folder\ShellEx\ColumnHandlers\%CLSID_FileSysColumnProvider%",,,
|
|
|
|
HKCR,"CLSID\%CLSID_VersionColProvider%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_VersionColProvider%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"Folder\ShellEx\ColumnHandlers\%CLSID_VersionColProvider%",,,
|
|
|
|
; CLSID_FolderShortcut
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%",,,"%DESC_FolderShortcut%"
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\shellex\IconHandler",,,%CLSID_FolderShortcut%
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\shellex\%IID_IQueryInfo%",,,%CLSID_FolderShortcut%
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\ShellFolder","Attributes",%REGDW%,0x60410137
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\ShellFolder","CallForAttributes",%REGDW%,0xf0000000
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\ShellEx\%IID_IShellLinkA%",,,%CLSID_FolderShortcut%
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%\ShellEx\%IID_IShellLinkW%",,,%CLSID_FolderShortcut%
|
|
|
|
; Control Panel
|
|
HKCR,"CLSID\%CLSID_ControlPanel%\ShellFolder","Attributes",%REGDW%,0x00000000
|
|
HKCR,"CLSID\%CLSID_ControlPanel%\ShellFolder",HideAsDeletePerUser
|
|
HKCR,"CLSID\%CLSID_ControlPanel%\ShellFolder",WantsFORDISPLAY
|
|
|
|
; Have to make sure that we do not put Control Panel name here (setup adds it)
|
|
; so that we can read the name of the folder from the shell32.dll resources
|
|
HKCR,"CLSID\%CLSID_ControlPanel%\",,%REGSZ%,""
|
|
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,RegPath,,"%PATH_EXPLORER%\HideMyComputerIcons"
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,Text,,"%DESC_SHOWCONTROLPANEL%"
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,Type,,checkbox
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,ValueName,,"%CLSID_ControlPanel%"
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,CheckedValue,%REGDW%,0x00000000
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,UncheckedValue,%REGDW%,0x00000001
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,DefaultValue,%REGDW%,0x00000001
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,HKeyRoot,%REGDW%,0x80000001
|
|
HKLM,%ADV_FOLDER%\ControlPanelInMyComputer,HelpID,,"%SHELL_HLP%#51150"
|
|
HKLM,"%PATH_EXPLORER%\HideMyComputerIcons","%CLSID_ControlPanel%",%REGDW%,0x00000001
|
|
|
|
; ControlPanel NameSpace
|
|
; These regitems used to live in My Computer NameSpace
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%CLSID_TaskScheduler%",,,"%DESC_TaskScheduler%"
|
|
|
|
; CLSID_FolderOptions - Folder Options control panel
|
|
HKCR,"CLSID\%CLSID_FolderOptions%",,,"%DESC_FolderOptions%"
|
|
HKCR,"CLSID\%CLSID_FolderOptions%\ShellFolder",Attributes,%REGDW%,0x00000000
|
|
HKCR,"CLSID\%CLSID_FolderOptions%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-210"
|
|
HKCR,"CLSID\%CLSID_FolderOptions%\Shell\Open\Command",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,Options_RunDLL 0"
|
|
HKCR,"CLSID\%CLSID_FolderOptions%\Shell\RunAs\Command",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,Options_RunDLL 0"
|
|
HKCR,"CLSID\%CLSID_FolderOptions%\Shell\RunAs\Command",Extended
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%CLSID_FolderOptions%",,,"Folder Options"
|
|
|
|
|
|
; CLSID_TaskbarOptions - Taskbar Options control panel
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%",,,"%DESC_TaskbarOptions%"
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%\ShellFolder",Attributes,%REGDW%,0x00000000
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-40"
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%\Shell\Open\Command",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,Options_RunDLL 1"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%CLSID_TaskbarOptions%",,,"Taskbar and Start Menu"
|
|
HKLM,"%SMWCVSEA%","%CLSID_TaskbarOptions%",,"%DESC_TaskbarOptions%"
|
|
|
|
; CLSID_MountedVolume
|
|
HKCR,"CLSID\%CLSID_MountedVolume%",,,"%DESC_MountedVolume%"
|
|
HKCR,"CLSID\%CLSID_MountedVolume%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MountedVolume%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_MTAInjector
|
|
HKCR,"CLSID\%CLSID_MTAInjector%",,,"%DESC_MTAInjector%"
|
|
HKCR,"CLSID\%CLSID_MTAInjector%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MTAInjector%\%IPS%",ThreadingModel,,Free
|
|
|
|
; CLSID_AutomationCM
|
|
HKCR,"CLSID\%CLSID_AutomationCM%",,,"%DESC_AutomationCM%"
|
|
HKCR,"CLSID\%CLSID_AutomationCM%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_AutomationCM%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_AutoCMSearch - Start Menu element
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%",,,"%DESC_AutoCMSearch%"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%","LocalizedString",,"@explorer.exe,-7020"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%","InfoTip",,"@explorer.exe,-7000"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\DefaultIcon",,%REGEXSZ%,"%11%\shell32.dll,-23"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\Instance","CLSID",,"%CLSID_AutomationCM%"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\Instance\InitPropertyBag","CLSID",,"%CLSID_Shell%"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\Instance\InitPropertyBag","command",,"@shell32.dll,-12708"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\Instance\InitPropertyBag","method",,"FindFiles"
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\shellex\ContextMenuHandlers\%CLSID_AutoCMSearch%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMSearch%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; CLSID_AutoCMHelp - Start Menu element
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%",,,"%DESC_AutoCMHelp%"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%","LocalizedString",,"@explorer.exe,-7021"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%","InfoTip",,"@explorer.exe,-7001"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\DefaultIcon",,%REGEXSZ%,"%11%\shell32.dll,-24"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\Instance","CLSID",,"%CLSID_AutomationCM%"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\Instance\InitPropertyBag","CLSID",,"%CLSID_Shell%"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\Instance\InitPropertyBag","command",,"@shell32.dll,-12709"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\Instance\InitPropertyBag","method",,"Help"
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\shellex\ContextMenuHandlers\%CLSID_AutoCMHelp%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMHelp%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; CLSID_AutoCMWinSecurity - Start Menu element
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%",,,"%DESC_AutoCMWinSecurity%"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%","LocalizedString",,"@explorer.exe,-7022"
|
|
;No infotip;HKCR,"CLSID\%CLSID_AutoCMWinSecurity%","InfoTip",,"@explorer.exe,-7002"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\DefaultIcon",,%REGEXSZ%,"%11%\shell32.dll,-48"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\Instance","CLSID",,"%CLSID_AutomationCM%"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\Instance\InitPropertyBag","CLSID",,"%CLSID_Shell%"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\Instance\InitPropertyBag","command",,"@shell32.dll,-12707"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\Instance\InitPropertyBag","method",,"WindowsSecurity"
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\shellex\ContextMenuHandlers\%CLSID_AutoCMWinSecurity%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMWinSecurity%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; CLSID_AutoCMFileRun - Start Menu element
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%",,,"%DESC_AutoCMFileRun%"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%","LocalizedString",,"@explorer.exe,-7023"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%","InfoTip",,"@explorer.exe,-7003"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\DefaultIcon",,%REGEXSZ%,"%11%\shell32.dll,-25"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\Instance","CLSID",,"%CLSID_AutomationCM%"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\Instance\InitPropertyBag","CLSID",,"%CLSID_Shell%"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\Instance\InitPropertyBag","command",,"@shell32.dll,-12710"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\Instance\InitPropertyBag","method",,"FileRun"
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\shellex\ContextMenuHandlers\%CLSID_AutoCMFileRun%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMFileRun%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; CLSID_AutoCMClientINet - Internet Client on Start Menu
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%",,,"%DESC_AutoCMClientInet%"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%","LocalizedString",,"@explorer.exe,-7024"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%","InfoTip",,"@explorer.exe,-7004"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\DefaultIcon",,%REGEXSZ%,"%25%\explorer.exe,-253"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\Instance","CLSID",,"%CLSID_ClientExtractIcon%"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\Instance\InitPropertyBag","Element",,"%CLSID_AssocClientElement%"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\Instance\InitPropertyBag","InitString",,"StartMenuInternet"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\Instance\InitPropertyBag","opentext",,"@shell32.dll,-12705"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\Instance\InitPropertyBag","properties",,"inetcpl.cpl"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\Instance\InitPropertyBag","propertiestext",,"@shell32.dll,-12704"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\shellex\ContextMenuHandlers\%CLSID_AutoCMClientInet%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\shellex\IconHandler",,,%CLSID_AutoCMClientInet%
|
|
HKCR,"CLSID\%CLSID_AutoCMClientInet%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; CLSID_AutoCMClientMail - Mail on Start Menu
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%",,,"%DESC_AutoCMClientMail%"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%","LocalizedString",,"@explorer.exe,-7025"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%","InfoTip",,"@explorer.exe,-7005"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\DefaultIcon",,%REGEXSZ%,"%25%\explorer.exe,-254"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\Instance","CLSID",,"%CLSID_ClientExtractIcon%"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\Instance\InitPropertyBag","Element",,"%CLSID_AssocClientElement%"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\Instance\InitPropertyBag","InitString",,"Mail"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\Instance\InitPropertyBag","opentext",,"@shell32.dll,-12706"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\Instance\InitPropertyBag","properties",,"inetcpl.cpl"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\Instance\InitPropertyBag","propertiestext",,"@shell32.dll,-12704"
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\shellex\ContextMenuHandlers\%CLSID_AutoCMClientMail%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\shellex\IconHandler",,,%CLSID_AutoCMClientMail%
|
|
HKCR,"CLSID\%CLSID_AutoCMClientMail%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; CLSID_AutoCMOEMCommand - The OEM Command Start Menu element
|
|
; filled in by OPK - HKCR,"CLSID\%CLSID_AutoCMOEMCommand%",,,"OEM Command"
|
|
; filled in by OPK - HKCR,"CLSID\%CLSID_AutoCMOEMCommand%","InfoTip",,"@explorer.exe,-7002"
|
|
; filled in by OPK - HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\DefaultIcon",,%REGEXSZ%,"%11%\shell32.dll,-48"
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\InProcServer32",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\InProcServer32","ThreadingModel",,"Apartment"
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\Instance","CLSID",,"%CLSID_AutomationCM%"
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\Instance\InitPropertyBag","CLSID",,"%CLSID_Shell%"
|
|
; filled in by OPK - HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\Instance\InitPropertyBag","command",,"OEM Command"
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\Instance\InitPropertyBag","method",,"ShellExecute"
|
|
; filled in by OPK - HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\Instance\InitPropertyBag","Param1",,"http://www.microsoft.com"
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\shellex\ContextMenuHandlers\%CLSID_AutoCMOEMCommand%",,
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\shellex\MayChangeDefaultMenu",,
|
|
HKCR,"CLSID\%CLSID_AutoCMOEMCommand%\ShellFolder","Attributes",%REGDW%,0
|
|
|
|
; These objects are shdocvw instance objects hence need to be marked approved
|
|
HKLM,"%SMWCVSEA%","%CLSID_AutoCMSearch%",,"%DESC_AutoCMSearch%"
|
|
HKLM,"%SMWCVSEA%","%CLSID_AutoCMHelp%",,"%DESC_AutoCMHelp%"
|
|
HKLM,"%SMWCVSEA%","%CLSID_AutoCMWinSecurity%",,"%DESC_AutoCMHelp%"
|
|
HKLM,"%SMWCVSEA%","%CLSID_AutoCMFileRun%",,"%DESC_AutoCMFileRun%"
|
|
HKLM,"%SMWCVSEA%","%CLSID_AutoCMClientInet%",,"%DESC_AutoCMClientInet%"
|
|
HKLM,"%SMWCVSEA%","%CLSID_AutoCMClientMail%",,"%DESC_AutoCMClientMail%"
|
|
|
|
|
|
;;;;;;; NameSpace InfoTips
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22912"
|
|
HKCR,"CLSID\%CLSID_MyComputer%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22913"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22914"
|
|
HKCR,"CLSID\%CLSID_RecycleBin%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22915"
|
|
HKCR,"CLSID\%CLSID_Briefcase%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22917"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22920"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22921"
|
|
HKCR,"CLSID\%CLSID_TaskScheduler%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22923"
|
|
HKCR,"CLSID\%CLSID_FolderOptions%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22924"
|
|
|
|
HKCR,"CLSID\%CLSID_Printers%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-12696"
|
|
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-30348"
|
|
HKCR,"CLSID\%CLSID_ControlPanel%",InfoTip,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31361"
|
|
|
|
HKCR,"CLSID\%CLSID_RecycleBin%",SortOrderIndex,%REGDW%,0x00000060
|
|
HKCR,"CLSID\%CLSID_RecycleBin%\ShellFolder","CallForAttributes",%REGDW%,0x00000040
|
|
|
|
;;;;;;; NameSpace IntroTexts
|
|
HKCR,"CLSID\%CLSID_RecycleBin%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31748"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31749"
|
|
HKCR,"CLSID\%CLSID_NetworkConnections%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31750"
|
|
HKCR,"CLSID\%CLSID_MyComputer%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31751"
|
|
HKCR,"CLSID\%CLSID_TaskScheduler%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31753"
|
|
HKCR,"CLSID\%CLSID_DocFindFolder%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31754"
|
|
HKCR,"CLSID\%CLSID_Printers%",IntroText,%REGEXSZ%,"@%_SYS_MOD_PATH%,-31757"
|
|
|
|
|
|
;;;;;; Register the categories of system CPLs
|
|
;;
|
|
;; Category keys-
|
|
;;
|
|
;; 0x00000000 : Other Control Panel Options
|
|
;; 0x00000001 : Appearance and Themes
|
|
;; 0x00000002 : Printers and Other Hardwares
|
|
;; 0x00000003 : Network and Internet Connections
|
|
;; 0x00000004 : Sounds, Speech, and Audio Devices
|
|
;; 0x00000005 : Performance and Maintenance
|
|
;; 0x00000006 : Date, Time, Language, and Regional Options
|
|
;; 0x00000007 : Accessibility Options
|
|
;; 0x00000008 : Add/Remove Programs
|
|
;; 0x00000009 : User Accounts
|
|
;; 0xFFFFFFFF : None (Its not listed in any of the category pages)
|
|
;;
|
|
;; First register the regitem cpls (entries for Fonts, Administrative Tasks and Network connections
|
|
;; are made in the NT5 specific section alongside their regular reg stuff)
|
|
;;
|
|
HKCR,"CLSID\%CLSID_Printers%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0x00000002
|
|
HKCR,"CLSID\%CLSID_TaskScheduler%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0x00000005
|
|
HKCR,"CLSID\%CLSID_FolderOptions%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0x00000001
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0x00000001
|
|
;;
|
|
;; and now the .cpl files we care about
|
|
;;
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\appwiz.cpl",%REGDW%,0x00000008
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\access.cpl",%REGDW%,0x00000007
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\desk.cpl",%REGDW%,0x00000001
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\hdwwiz.cpl",%REGDW%,0xFFFFFFFF
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\inetcpl.cpl",%REGDW%,0x00000003
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\intl.cpl",%REGDW%,0x00000006
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\irprops.cpl",%REGDW%,0x00000002
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\joy.cpl",%REGDW%,0x00000002
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\main.cpl",%REGDW%,0x00000002
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\mmsys.cpl",%REGDW%,0x00000004
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\ncpa.cpl",%REGDW%,0x00000003
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\nwc.cpl",%REGDW%,0x00000000
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\nusrmgr.cpl",%REGDW%,0x00000009
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\odbccp32.cpl",%REGDW%,0x00000000
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\powercfg.cpl",%REGDW%,0x00000005
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\sticpl.cpl",%REGDW%,0x00000002
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\sysdm.cpl",%REGDW%,0x00000005
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\telephon.cpl",%REGDW%,0x00000002
|
|
HKLM,"%SMWCV%\Control Panel\Extended Properties\%SCID_CONTROLPANELCATEGORY%","%11%\timedate.cpl",%REGDW%,0x00000006
|
|
|
|
;;;;;;; Register some common control panel applets shown in the webview soft barrier
|
|
; Accessibility_Options
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Accessibility_Options","IconIndex",%REGDW%,0x6e
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Accessibility_Options","Info",,"%ACCESSIBILITYOPTIONS_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Accessibility_Options","Module",%REGEXSZ%,"%11%\access.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Accessibility_Options","Name",,"%ACCESSIBILITYOPTIONS_DISPLAYNAME%"
|
|
|
|
; Add/Remove_Programs
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Add-Remove_Programs","IconIndex",%REGDW%,0x5dc
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Add-Remove_Programs","Info",,"%ARP_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Add-Remove_Programs","Module",%REGEXSZ%,"%11%\appwiz.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Add-Remove_Programs","Name",,"%ARP_DISPLAYNAME%"
|
|
|
|
; Dialing_Options
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Dialing_Options","IconIndex",%REGDW%,0x64
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Dialing_Options","Info",,"%DIALINGOPTIONS_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Dialing_Options","Module",%REGEXSZ%,"%11%\telephon.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Dialing_Options","Name",,"%DIALINGOPTIONS_DISPLAYNAME%"
|
|
|
|
; Display_Properties
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Display_Properties","IconIndex",%REGDW%,0x64
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Display_Properties","Info",,"%DISPLAYPROPERTIES_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Display_Properties","Module",%REGEXSZ%,"%11%\desk.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Display_Properties","Name",,"%DISPLAYPROPERTIES_DISPLAYNAME%"
|
|
|
|
; Internet_Options
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Internet_Options","IconIndex",%REGDW%,0x1187
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Internet_Options","Info",,"%INTERNETOPTIONS_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Internet_Options","Module",%REGEXSZ%,"%11%\inetcpl.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Internet_Options","Name",,"%INTERNETOPTIONS_DISPLAYNAME%"
|
|
|
|
; Date-Time
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Date-Time","IconIndex",%REGDW%,0xc8
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Date-Time","Info",,"%DATETIME_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Date-Time","Module",%REGEXSZ%,"%11%\timedate.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Date-Time","Name",,"%DATETIME_DISPLAYNAME%"
|
|
|
|
; Printers
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Printers","IconIndex",%REGDW%,0x12c
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Printers","Info",,"%PRINTERS_IT%"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Printers","Module",%REGEXSZ%,"%11%\main.cpl"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\Printers","Name",,"%PRINTERS_DISPLAYNAME%"
|
|
|
|
; Make sure that we use PCHealth to upload any faults that occur in the following CPLs:
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","desk.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","access.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","hdwwiz.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","keymgr.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","inetcpl.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","joy.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","main.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","intl.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","mmsys.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","sapi.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","sysdm.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","telephon.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","timedate.cpl",%REGDW%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\Flags","powercfg.cpl",%REGDW%,0x00000001
|
|
|
|
|
|
; The following are registry entries for timedate.cpl. Since regsvr32
|
|
; doesn't work on .cpls, we need to register the settings here.
|
|
; This will add both both bits so it will first try to get the time from the
|
|
; domain. And if that fails, it will fall back to an internet NTP server.
|
|
; Set the default selected server:
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\DateTime\Servers",,,"1"
|
|
; Set the servers the user can choose from:
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\DateTime\Servers","1",,"time.windows.com"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\DateTime\Servers","2",,"time.nist.gov"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\DateTime\Servers","3",,"time-nw.nist.gov"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\DateTime\Servers","4",,"time-a.nist.gov"
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\DateTime\Servers","5",,"time-b.nist.gov"
|
|
|
|
; These servers will provide file type to application mappings
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Associations","XMLLookup",,"http://shell.windows.com/fileassoc/fileassoc.asp?LangID=%%04x&Ext=%%s"
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Associations","Application",,"http://shell.windows.com/fileassoc/%%04x/xml/redir.asp?Ext=%%s"
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Associations","intl",,"http://shell.windows.com/fileassoc/fileassoc.asp?LangID=%%04x&Ext=%%s"
|
|
|
|
;;;;;;; Localized Strings
|
|
HKCR,"CLSID\%CLSID_MyDocuments%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-9227"
|
|
HKCR,"CLSID\%CLSID_MyComputer%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-9216"
|
|
HKCR,"CLSID\%CLSID_NetworkPlaces%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-9217"
|
|
HKCR,"CLSID\%CLSID_RecycleBin%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-8964"
|
|
HKCR,"CLSID\%CLSID_Printers%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-9319"
|
|
HKCR,"CLSID\%CLSID_TaskbarOptions%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-32517"
|
|
HKCR,"CLSID\%CLSID_Briefcase%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22978"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22981"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22982"
|
|
HKCR,"CLSID\%CLSID_FolderOptions%",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-22985"
|
|
|
|
;;;;;;;; Default values
|
|
HKCR,"CLSID\%CLSID_Printers%",,,"%PRINTERS_DISPLAYNAME%"
|
|
|
|
;;;;;;; RecentDocs ViewStream for ComDlg32
|
|
;;;;;;; this inits the folder to always be in details with only MTime
|
|
HKLM,"%PATH_EXPLORER%\RecentDocs","ViewStream",1,\
|
|
1C,00,00,00,04,00,00,00,\
|
|
00,00,00,00,00,00,58,00,\
|
|
03,00,00,00,01,00,00,00,\
|
|
03,00,00,00,F0,F0,F0,F0,\
|
|
14,00,03,00,58,00,00,00,\
|
|
00,00,00,00,30,00,00,00,\
|
|
FD,DF,DF,FD,0E,00,02,00,\
|
|
18,00,10,00,1C,00,00,00,\
|
|
00,00,00,00,01,00,00,00,\
|
|
78,00,78,00,00,00,00,00,\
|
|
03,00,00,00,FF,FF,FF,FF
|
|
|
|
; BaseClass'es for NameSpace Objects
|
|
HKCR,"AudioCD","BaseClass",,"Drive"
|
|
HKCR,".AudioCD",,,"AudioCD"
|
|
HKCR,"DVD","BaseClass",,"Drive"
|
|
HKCR,".DVD",,,"DVD"
|
|
HKCR,".Folder",,,"Folder"
|
|
|
|
; Hide the web folders object
|
|
HKLM,%POLICIES_NONENUM%,%CLSID_WebFolders%,%REGDW%,1
|
|
|
|
; Hide the Folder Options CPL if restricted. REST_FOLDEROPTIONS = 0x40000021
|
|
HKLM,%POLICIES_NONENUM%,%CLSID_FolderOptions%,%REGDW%,0x40000021
|
|
|
|
; Hide the Taskbar Settings CPL if restricted. REST_NOSETTASKBAR = 0x00000020
|
|
HKLM,%POLICIES_NONENUM%,%CLSID_TaskbarOptions%,%REGDW%,0x00000020
|
|
|
|
; Hide "Web Client Network" Provider
|
|
HKCR,"Network\Type\46","HideProvider",%REGDW%,1
|
|
|
|
; Hide "Terminal Services" Network Providers
|
|
HKCR,"Network\Type\54","HideProvider",%REGDW%,1
|
|
|
|
|
|
;
|
|
; Other shell cocreateinstance()able objects, including activex controls
|
|
;
|
|
[RegShellObjects]
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_CFSIconOverlayManager%",,2,"%DESC_CFSIconOverlayManager%"
|
|
HKCR,"CLSID\%CLSID_CFSIconOverlayManager%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CFSIconOverlayManager%\%IPS%","ThreadingModel",2,"Both"
|
|
HKCR,"CLSID\%CLSID_CFSIconOverlayManager%\%IPS%","LoadWithoutCom",2,""
|
|
|
|
; CLSID_ShellDrvDefExt
|
|
HKCR,"CLSID\%CLSID_ShellDrvDefExt%",,,"%DESC_ShellDrvDefExt%"
|
|
HKCR,"CLSID\%CLSID_ShellDrvDefExt%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellDrvDefExt%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_ShellFileDefExt
|
|
HKCR,"CLSID\%CLSID_ShellFileDefExt%",,,"%DESC_ShellFileDefExt%"
|
|
HKCR,"CLSID\%CLSID_ShellFileDefExt%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellFileDefExt%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_ShellNetDefExt%",,,"Network Context Menu Extension"
|
|
HKCR,"CLSID\%CLSID_ShellNetDefExt%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellNetDefExt%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; FileTypes property page (shdoc401 also registers this for non NT5)
|
|
; In: IE5
|
|
HKCR,"CLSID\%CLSID_FileTypes%",,,"%DESC_FileType%"
|
|
HKCR,"CLSID\%CLSID_FileTypes%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FileTypes%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; FileTypes Hook property page (explorer uses calls this)
|
|
; In: IE3, IE4
|
|
HKCR,"CLSID\%CLSID_MIMEFileTypesHook%",,,"%DESC_FileTypeHook%"
|
|
HKCR,"CLSID\%CLSID_MIMEFileTypesHook%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MIMEFileTypesHook%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%",,,"%DESC_FileSearchBand%"
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%","MenuText",,""
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%","HelpText",,""
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-135"
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_FileSearchBand%\Implemented Categories\%CATID_InfoBand%",,,""
|
|
|
|
; CopyTo Menu
|
|
; In: IE4 (Memphis)
|
|
HKCR,"CLSID\%CLSID_CopyToMenu%",,,"%DESC_CopyToMenu%"
|
|
HKCR,"CLSID\%CLSID_CopyToMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CopyToMenu%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_CopyToMenu%","flags",%REGDW%,0x00000001
|
|
|
|
; MoveTo Menu
|
|
; In: IE4 (Memphis)
|
|
HKCR,"CLSID\%CLSID_MoveToMenu%",,,"%DESC_MoveToMenu%"
|
|
HKCR,"CLSID\%CLSID_MoveToMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MoveToMenu%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_MoveToMenu%","flags",%REGDW%,0x00000001
|
|
|
|
; In: IE4
|
|
; Shell Automation classes
|
|
HKCR,"CLSID\%CLSID_Shell%",,,"%DESC_ShellApp%"
|
|
HKCR,"CLSID\%CLSID_Shell%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_Shell%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_Shell%\ProgID",,,"Shell.Application.1"
|
|
HKCR,"CLSID\%CLSID_Shell%\TypeLib",,,"%CLSID_Shell32TypeLib%"
|
|
HKCR,"CLSID\%CLSID_Shell%\Version",,,"1.1"
|
|
HKCR,"CLSID\%CLSID_Shell%\VersionIndependentProgID",,,"Shell.Application"
|
|
HKCR,"Shell.Application",,,"%DESC_ShellApp%"
|
|
HKCR,"Shell.Application\CLSID",,,"%CLSID_Shell%"
|
|
HKCR,"Shell.Application\CurVer",,,"Shell.Application.1"
|
|
HKCR,"Shell.Application.1",,,"%DESC_ShellApp%"
|
|
HKCR,"Shell.Application.1\CLSID",,,"%CLSID_Shell%"
|
|
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_ShellFolderView%",,,"%DESC_ShellFolderView%"
|
|
HKCR,"CLSID\%CLSID_ShellFolderView%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellFolderView%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%",,,"%DESC_ShellFolderViewOC%"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\Control",,,""
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\MiscStatus",,,"0"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\MiscStatus\1",,,"17408"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\ProgID",,,"Shell.FolderView.1"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\ToolboxBitmap32",,%REGEXSZ%,"%_SYS_MOD_PATH%, 260"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\TypeLib",,,"%CLSID_Shell32TypeLib%"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\Version",,,"1.1"
|
|
HKCR,"CLSID\%CLSID_ShellFolderViewOC%\VersionIndependentProgID",,,"Shell.FolderView"
|
|
HKCR,"Shell.FolderView",,,"%DESC_ShellFolderViewOC%"
|
|
HKCR,"Shell.FolderView\CLSID",,,"%CLSID_ShellFolderViewOC%"
|
|
HKCR,"Shell.FolderView\CurVer",,,"Shell.FolderView.1"
|
|
HKCR,"Shell.FolderView.1",,,"%DESC_ShellFolderViewOC%"
|
|
HKCR,"Shell.FolderView.1\CLSID",,,"%CLSID_ShellFolderViewOC%"
|
|
|
|
; CLSID_WebViewFolderContents
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_WebViewFolderContents%",,,"WebView Folder View"
|
|
HKCR,"CLSID\%CLSID_WebViewFolderContents%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_WebViewFolderContents%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_WebViewFolderContents%\TypeLib",,,"%CLSID_Shell32TypeLib%"
|
|
HKCR,"CLSID\%CLSID_WebViewFolderContents%\Implemented Categories\%CATID_SafeForScripting%",,,""
|
|
HKCR,"CLSID\%CLSID_WebViewFolderContents%\Implemented Categories\%CATID_SafeForInitializing%",,,""
|
|
|
|
; CLSID_StartMenu
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_StartMenu%",,,"%DESC_StartMenu%"
|
|
HKCR,"CLSID\%CLSID_StartMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_StartMenu%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_PersonalStartMenu
|
|
; In: Whistler
|
|
HKCR,"CLSID\%CLSID_PersonalStartMenu%",,,"%DESC_PersonalStartMenu%"
|
|
HKCR,"CLSID\%CLSID_PersonalStartMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_PersonalStartMenu%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_CWebViewMimeFilter and associated template registration
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_CWebViewMimeFilter%",,,"%DESC_WebViewMimeFilter%"
|
|
HKCR,"CLSID\%CLSID_CWebViewMimeFilter%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CWebViewMimeFilter%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"PROTOCOLS\Filter\text/webviewhtml",,,"%DESC_WebViewMimeFilter%"
|
|
HKCR,"PROTOCOLS\Filter\text/webviewhtml","CLSID",,"%CLSID_CWebViewMimeFilter%"
|
|
HKCR,"%PATH_MIMEDBCT%\text/webviewhtml","CLSID",,"%CLSID_Mshtml%"
|
|
HKCR,"%PATH_MIMEDBCT%\text/webviewhtml","Extension",,".htt"
|
|
HKCR,".htt",,2,"HTTfile"
|
|
HKCR,".htt","Content Type",,"text/webviewhtml"
|
|
HKCR,"HTTfile",,2,%HYPERTEXT_TEM%
|
|
HKCR,HTTfile,EditFlags,%REGDW%,0x00010000
|
|
HKCR,"HTTfile\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-178"
|
|
|
|
; DeskMovr OCX registration and unregistration
|
|
HKCR,"CLSID\%CLSID_DeskMovr%",,,"%DESC_DeskMovr%"
|
|
HKCR,"CLSID\%CLSID_DeskMovr%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DeskMovr%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_DeskMovr%\Programmable",,,""
|
|
HKCR,"CLSID\%CLSID_DeskMovr%\Implemented Categories\%CATID_SafeForScripting%",,,""
|
|
HKCR,"CLSID\%CLSID_DeskMovr%\Implemented Categories\%CATID_SafeForInitializing%",,,""
|
|
|
|
; SendTo Menu
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_SendToMenu%",,,"%DESC_SendToMenu%"
|
|
HKCR,"CLSID\%CLSID_SendToMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_SendToMenu%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_SendToMenu%","flags",%REGDW%,0x00000001
|
|
HKCR,"AllFilesystemObjects\shellex\ContextMenuHandlers\Send To",,,"%CLSID_SendToMenu%"
|
|
|
|
; New Menu
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_NewMenu%",,,"%DESC_NewMenu%"
|
|
HKCR,"CLSID\%CLSID_NewMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_NewMenu%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_NewMenu%","flags",%REGDW%,0x00000000
|
|
HKCR,"Directory\Background\shellex\ContextMenuHandlers\New",,,"%CLSID_NewMenu%"
|
|
|
|
; "Unknown" associations have default verb of "openas", which allows us to
|
|
; query the class store in cases where apps pass null for the lpClass param to shellexecute.
|
|
HKCR,"Unknown\shell",,,"openas"
|
|
|
|
; OpenWith Menu
|
|
; In: IE5
|
|
HKCR,"CLSID\%CLSID_OpenWithMenu%",,,"%DESC_OpenWithMenu%"
|
|
HKCR,"CLSID\%CLSID_OpenWithMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_OpenWithMenu%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_OpenWithMenu%\shellex",,,
|
|
HKCR,"CLSID\%CLSID_OpenWithMenu%\shellex\MayChangeDefaultMenu",,,
|
|
HKCR,"*\ShellEx\ContextMenuHandlers\Open With",,,"%CLSID_OpenWithMenu%"
|
|
; File Association stuff
|
|
HKLM, "%SMWCVEFA%","KillList",,"%OpenWithKillList%"
|
|
HKLM, "%SMWCVEFA%","CutList",%REGMULSZ%,"Application File","MFC Application"
|
|
|
|
; Pin to StartMenu menu extension
|
|
HKCR,"CLSID\%CLSID_StartMenuPin%",,,"%DESC_StartMenuPin%"
|
|
HKCR,"CLSID\%CLSID_StartMenuPin%\InProcServer32",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_StartMenuPin%\InProcServer32",ThreadingModel,,Apartment
|
|
HKCR,"*\shellex\ContextMenuHandlers\%CLSID_StartMenuPin%",,,"%DESC_StartMenuPin%"
|
|
HKCR,"MSILink\shellex\ContextMenuHandlers\%CLSID_StartMenuPin%",,,"%DESC_StartMenuPin%"
|
|
|
|
; Client application (mail, news, etc.) icon extractor
|
|
HKCR,"CLSID\%CLSID_ClientExtractIcon%",,,"%DESC_ClientExtractIcon%"
|
|
HKCR,"CLSID\%CLSID_ClientExtractIcon%\InProcServer32",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ClientExtractIcon%\InProcServer32","ThreadingModel",,"Apartment"
|
|
|
|
; Keys required to configure the Active Desktop
|
|
; In: IE4 (B?)
|
|
HKCR,"CLSID\%CLSID_DeskHtmlProp%",,,"%DESC_DeskHtmlProp%"
|
|
HKCR,"CLSID\%CLSID_DeskHtmlProp%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DeskHtmlProp%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_ActiveDesktop%",,,"%DESC_ActiveDesktop%"
|
|
HKCR,"CLSID\%CLSID_ActiveDesktop%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ActiveDesktop%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_ShellFldSetExt - folder options property page extension
|
|
; In: IE5
|
|
HKCR,"CLSID\%CLSID_ShellFldSetExt%",,,"%DESC_ShellFldSetExt%"
|
|
HKCR,"CLSID\%CLSID_ShellFldSetExt%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellFldSetExt%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
;CLSID_QueryAssociations - query file associations
|
|
;In: Whistler
|
|
HKCR,"CLSID\%CLSID_QueryAssociations%",,,"%DESC_QueryAssociations%"
|
|
HKCR,"CLSID\%CLSID_QueryAssociations%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_QueryAssociations%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_UserNotification%",,,"User Notification"
|
|
HKCR,"CLSID\%CLSID_UserNotification%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_UserNotification%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_UserNotification%",AppID,,"%CLSID_UserNotification%"
|
|
HKCR,"AppID\%CLSID_UserNotification%",RunAs,,"Interactive User"
|
|
HKCR,"AppID\%CLSID_UserNotification%",DllSurrogate
|
|
|
|
HKCR,"CLSID\%CLSID_UserEventTimer%",,,"User Event Timer"
|
|
HKCR,"CLSID\%CLSID_UserEventTimer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_UserEventTimer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
;CLSID_PostBootReminder - add a reminder to show up at the user's next boot
|
|
HKCR,"CLSID\%CLSID_PostBootReminder%",,,"%DESC_PostBootReminder%"
|
|
HKCR,"CLSID\%CLSID_PostBootReminder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_PostBootReminder%\%IPS%",ThreadingModel,,Apartment
|
|
HKLM,"%SHLSVC_DELAY%","PostBootReminder",,"%CLSID_PostBootReminder%"
|
|
|
|
; Hostable web wizard host object
|
|
HKCR,"CLSID\%CLSID_WebWizardHost%",,,"%DESC_WebWizardHost%"
|
|
HKCR,"CLSID\%CLSID_WebWizardHost%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_WebWizardHost%\%IPS%","ThreadingModel",,"Apartment"
|
|
|
|
; CLSID_CmdFileIcon
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_CmdFileIcon%",,,"%DESC_CmdFileIcon%"
|
|
HKCR,"CLSID\%CLSID_CmdFileIcon%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CmdFileIcon%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_RecycleBinCleaner%",,,"%DESC_RecycleBinCleaner%"
|
|
HKCR,"CLSID\%CLSID_RecycleBinCleaner%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_RecycleBinCleaner%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_RecycleBinCleaner%\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-33"
|
|
HKLM,"%PATH_EXPLORER%\VolumeCaches\Recycle Bin",,,"%CLSID_RecycleBinCleaner%"
|
|
|
|
HKCR,"CLSID\%CLSID_ShellTreeWalker%",,,"%DESC_ShellTreeWalker%"
|
|
HKCR,"CLSID\%CLSID_ShellTreeWalker%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellTreeWalker%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_DragDropHelper%",,,"%DESC_DragImages%"
|
|
HKCR,"CLSID\%CLSID_DragDropHelper%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DragDropHelper%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_CShellMonikerHelper%",,,"Shell Moniker Helper"
|
|
HKCR,"CLSID\%CLSID_CShellMonikerHelper%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CShellMonikerHelper%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_DynamicStorage%",,,"%DESC_DynamicStorage%"
|
|
HKCR,"CLSID\%CLSID_DynamicStorage%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DynamicStorage%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_NamespaceWalker%",,,"Namespace Walker"
|
|
HKCR,"CLSID\%CLSID_NamespaceWalker%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_NamespaceWalker%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_FolderViewHost%",,,"Folder View Host"
|
|
HKCR,"CLSID\%CLSID_FolderViewHost%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FolderViewHost%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_VirtualStorage%",,,"%DESC_VirtualStorage%"
|
|
HKCR,"CLSID\%CLSID_VirtualStorage%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_VirtualStorage%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_VirtualStorageEnum%",,,"%DESC_VirtualStorageEnum%"
|
|
HKCR,"CLSID\%CLSID_VirtualStorageEnum%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_VirtualStorageEnum%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_StorageProcessor%",,,"%DESC_StorageProcessor%"
|
|
HKCR,"CLSID\%CLSID_StorageProcessor%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_StorageProcessor%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_StgTransConfirmationUI%",,,"%DESC_StgTransConfirmationUI%"
|
|
HKCR,"CLSID\%CLSID_StgTransConfirmationUI%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_StgTransConfirmationUI%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_ShellNetCrawler%",,,"%DESC_ShellNetCrawler%"
|
|
HKCR,"CLSID\%CLSID_ShellNetCrawler%\%LS%",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,SHCreateLocalServerRunDll %CLSID_ShellNetCrawler%"
|
|
|
|
HKCR,"CLSID\%CLSID_WorkgroupCrawler%",,,"%DESC_WorkgroupCrawler%"
|
|
HKCR,"CLSID\%CLSID_WorkgroupCrawler%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_WorkgroupCrawler%\%IPS%",ThreadingModel,,Apartment
|
|
HKLM,"%PATH_EXPLORER%\NetworkCrawler\Objects\WorkgroupCrawler","CLSID",,"%CLSID_WorkgroupCrawler%"
|
|
|
|
HKCR,"CLSID\%CLSID_HWShellExecute%",,,"ShellExecute HW Event Handler"
|
|
HKCR,"CLSID\%CLSID_HWShellExecute%\%LS%",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,SHCreateLocalServerRunDll %CLSID_HWShellExecute%"
|
|
HKCR,"CLSID\%CLSID_HWShellExecute%\ProgID",,,"Shell.HWEventHandlerShellExecute.1"
|
|
HKCR,"CLSID\%CLSID_HWShellExecute%\VersionIndependentProgID",,,"Shell.HWEventHandlerShellExecute"
|
|
HKCR,"CLSID\%CLSID_HWShellExecute%","AppID",,"%CLSID_HWShellExecute%"
|
|
HKCR,"AppID\%CLSID_HWShellExecute%","RunAs",,"Interactive User"
|
|
HKCR,"Shell.HWEventHandlerShellExecute",,,"ShellExecute HW Event Handler"
|
|
HKCR,"Shell.HWEventHandlerShellExecute\CLSID",,,"%CLSID_HWShellExecute%"
|
|
HKCR,"Shell.HWEventHandlerShellExecute\CurVer",,,"Shell.HWEventHandlerShellExecute.1"
|
|
HKCR,"Shell.HWEventHandlerShellExecute.1",,,"ShellExecute HW Event Handler"
|
|
HKCR,"Shell.HWEventHandlerShellExecute.1\CLSID",,,"%CLSID_HWShellExecute%"
|
|
|
|
HKCR,"CLSID\%CLSID_HWMixedContent%",,,"Shell Hardware Mixed Content Handler"
|
|
HKCR,"CLSID\%CLSID_HWMixedContent%\%LS%",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,SHCreateLocalServerRunDll %CLSID_HWMixedContent%"
|
|
HKCR,"CLSID\%CLSID_HWMixedContent%","AppID",,"%CLSID_HWMixedContent%"
|
|
HKCR,"AppID\%CLSID_HWMixedContent%","RunAs",,"Interactive User"
|
|
|
|
HKCR,"Shell.Autoplay",,,"Shell Autoplay HandlerEntry Point"
|
|
HKCR,"Shell.Autoplay\CLSID",,,"%CLSID_HWMixedContent%"
|
|
HKCR,"Shell.Autoplay\CurVer",,,"Shell.Autoplay.1"
|
|
HKCR,"Shell.Autoplay.1",,,"%CLSID_HWMixedContent%"
|
|
HKCR,"Shell.Autoplay.1\CLSID",,,"%CLSID_HWMixedContent%"
|
|
|
|
HKCR,"CLSID\%CLSID_AutoPlayVerb%",,,"AutoPlayVerb"
|
|
HKCR,"CLSID\%CLSID_AutoPlayVerb%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_AutoPlayVerb%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; Storage Folder Object
|
|
HKCR,"CLSID\%CLSID_StgFolder%",,,"%DESC_StgFolder%"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_StgFolder%\ShellFolder","Attributes",%REGDW%,0x680001a0
|
|
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\open\command",,%REGEXSZ%,"%25%\Explorer.exe /idlist,%%I,%%L"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\open\ddeexec",,,"[ViewFolder(""%%l"", %%I, %%S)]"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\open\ddeexec",NoActivateHandler
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\open\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\open\ddeexec\ifexec",,,"[]"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\open\ddeexec\topic",,,"AppProperties"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\explore\command",,%REGEXSZ%,"%25%\Explorer.exe /e,/idlist,%%I,%%L"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\explore\ddeexec",,,"[ExploreFolder(""%%l"", %%I, %%S)]"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\explore\ddeexec",NoActivateHandler
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\explore\ddeexec\application",,,"Folders"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\explore\ddeexec\ifexec",,,"[]"
|
|
HKCR,"CLSID\%CLSID_StgFolder%\shell\explore\ddeexec\topic",,,"AppProperties"
|
|
|
|
; CD Burning View
|
|
HKCR,"CLSID\%CLSID_CDBurn%",,,"%DESC_CDBurn%"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\%IPS%",ThreadingModel,,Apartment
|
|
HKLM,"%SHLSVC_DELAY%","CDBurn",,"%CLSID_CDBurn%"
|
|
|
|
; Information about the merged folder we are registering
|
|
; Note: IPropertyBag_ReadInt doesn't support DWORDS for values, they are parsed as strings
|
|
HKCR,"CLSID\%CLSID_CDBurn%\MergedFolder","Attributes",,"0x0"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\MergedFolder","AttributeMask",,"0xffffffff"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\MergedFolder","Location",,"@shell32.dll,-12589"
|
|
HKCR,"CLSID\%CLSID_CDBurn%\MergedFolder","ConflictOverlayIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-232"
|
|
|
|
; Add our property page for controlling the burn operation
|
|
HKCR,"Drive\shellex\ContextMenuHandlers\%CLSID_CDBurn%",,,""
|
|
HKCR,"Drive\shellex\PropertySheetHandlers\%CLSID_CDBurn%",,,""
|
|
|
|
; Add cd burning as a drive extension
|
|
HKCR,"Drive\shellex\FolderExtensions\%CLSID_CDBurn%",,,""
|
|
// 0x20 == (1 << DRIVE_CDROM)
|
|
HKCR,"Drive\shellex\FolderExtensions\%CLSID_CDBurn%","DriveMask",%REGDW%,0x20
|
|
|
|
; CD Burning View (staging folder information)
|
|
HKCR,"CLSID\%CLSID_CDStagingFolder%",,,"%DESC_CDStagingFolder%"
|
|
|
|
; the burn audio cd handler is now hardcoded, other extensions go into:
|
|
; HKLM,"%PATH_EXPLORER%\CD Burning\Extensions"
|
|
|
|
; add WMP as default extension
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\AudioBurnHandlers",,,"%CLSID_WMP%"
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\AudioBurnHandlers\%CLSID_WMP%","verb",,"WMPBurnAsAudioCD"
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\AudioBurnHandlers\%CLSID_WMP%","SupportedFileTypes",,"*.WMA;*.MP3;*.WAV"
|
|
; exclude UDF from our supported disc formats
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\ExcludedFS","UDF",,
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\ExcludedFS","CDUDF",,
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\ExcludedFS","CDUDFRW",,
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\ExcludedFS","UDFREADR",,
|
|
HKLM,"%PATH_EXPLORER%\CD Burning\ExcludedFS","UDF1.50",,
|
|
|
|
; burn audio hook object
|
|
HKCR,"CLSID\%CLSID_BurnAudioCDExtension%",,,"%DESC_BurnAudioCDExtension%"
|
|
HKCR,"CLSID\%CLSID_BurnAudioCDExtension%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_BurnAudioCDExtension%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; Information for the staging folder used for CDBurning. Items who have the
|
|
; same parent as this folder are "moved" by default.
|
|
;
|
|
; Note: IPropertyBag_ReadInt doesn't support DWORDS for values, they are parsed as strings
|
|
HKCR,"CLSID\%CLSID_CDStagingFolder%\MergedFolder","Location",,"@shell32.dll,-12590"
|
|
HKCR,"CLSID\%CLSID_CDStagingFolder%\MergedFolder","Attributes",,"0x8000"
|
|
HKCR,"CLSID\%CLSID_CDStagingFolder%\MergedFolder","AttributeMask",,"0xffffffff"
|
|
HKCR,"CLSID\%CLSID_CDStagingFolder%\MergedFolder","DropEffect",,"0x2"
|
|
HKCR,"CLSID\%CLSID_CDStagingFolder%\MergedFolder","DefaultOverlayIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-231"
|
|
|
|
; folder customization
|
|
HKCR,"CLSID\%CLSID_FolderCustomize%",,,"%DESC_FolderCustomize%"
|
|
HKCR,"CLSID\%CLSID_FolderCustomize%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FolderCustomize%\%IPS%","ThreadingModel",,"Apartment"
|
|
HKCR,"Directory\shellex\PropertySheetHandlers\%CLSID_FolderCustomize%",,,""
|
|
|
|
HKCR,"CLSID\%CLSID_FolderItem%",,,"%DESC_FolderItem%"
|
|
HKCR,"CLSID\%CLSID_FolderItem%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FolderItem%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_FolderItemsFDF%",,,"%DESC_FolderItemsFDF%"
|
|
HKCR,"CLSID\%CLSID_FolderItemsFDF%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FolderItemsFDF%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_PropertiesUI%",,,"Property Helper Object"
|
|
HKCR,"CLSID\%CLSID_PropertiesUI%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_PropertiesUI%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_TimeCategorizer%",,,"%DESC_TimeCategorizer%"
|
|
HKCR,"CLSID\%CLSID_TimeCategorizer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_TimeCategorizer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_DriveSizeCategorizer%",,,"%DESC_DriveSizeCategorizer%"
|
|
HKCR,"CLSID\%CLSID_DriveSizeCategorizer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DriveSizeCategorizer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_DriveTypeCategorizer%",,,"Drive Type Categorizer"
|
|
HKCR,"CLSID\%CLSID_DriveTypeCategorizer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DriveTypeCategorizer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_FreeSpaceCategorizer%",,,"%DESC_FreeSpaceCategorizer%"
|
|
HKCR,"CLSID\%CLSID_FreeSpaceCategorizer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FreeSpaceCategorizer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_SizeCategorizer%",,,"%DESC_SizeCategorizer%"
|
|
HKCR,"CLSID\%CLSID_SizeCategorizer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_SizeCategorizer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_MergedCategorizer%",,,"%DESC_MergedCategorizer%"
|
|
HKCR,"CLSID\%CLSID_MergedCategorizer%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MergedCategorizer%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_ShellItem
|
|
HKCR,"CLSID\%CLSID_ShellItem%",,,"%DESC_ShellItem%"
|
|
HKCR,"CLSID\%CLSID_ShellItem%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellItem%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_LocalCopyHelper
|
|
HKCR,"CLSID\%CLSID_LocalCopyHelper%",,,"%DESC_LocalCopyHelper%"
|
|
HKCR,"CLSID\%CLSID_LocalCopyHelper%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_LocalCopyHelper%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_ShellThumbnailDiskCache
|
|
HKCR,"CLSID\%CLSID_ShellThumbnailDiskCache%",,,"%DESC_ShellThumbnailDiskCache%"
|
|
HKCR,"CLSID\%CLSID_ShellThumbnailDiskCache%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ShellThumbnailDiskCache%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
HKCR,"CLSID\%CLSID_Thumbnail%",,,"Background Thumbnail Generator"
|
|
HKCR,"CLSID\%CLSID_Thumbnail%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_Thumbnail%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_DefCategoryProvider
|
|
HKCR,"CLSID\%CLSID_DefCategoryProvider%",,,"%DESC_DefCategoryProvider%"
|
|
HKCR,"CLSID\%CLSID_DefCategoryProvider%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_DefCategoryProvider%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; MenuBand
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_MenuBand%",,,"%DESC_MenuBand%"
|
|
HKCR,"CLSID\%CLSID_MenuBand%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MenuBand%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_ISFBand
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_ISFBand%",,,"%DESC_ISFBand%"
|
|
HKCR,"CLSID\%CLSID_ISFBand%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ISFBand%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; QuickLinks
|
|
; In: IE4 (B2)
|
|
HKCR,"CLSID\%CLSID_QuickLinks%",,,"%DESC_QuickLinks%"
|
|
HKCR,"CLSID\%CLSID_QuickLinks%","MenuTextPUI",,"@browselc.dll,-13138"
|
|
HKCR,"CLSID\%CLSID_QuickLinks%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_QuickLinks%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; TrackShellMenu
|
|
; In: IE5/Shell 5
|
|
HKCR,"CLSID\%CLSID_TrackShellMenu%",,,"%DESC_TrackShellMenu%"
|
|
HKCR,"CLSID\%CLSID_TrackShellMenu%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_TrackShellMenu%\%IPS%","ThreadingModel",,"Apartment"
|
|
|
|
; MenuBandSite
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_MenuBandSite%",,,"%DESC_MenuBandSite%"
|
|
HKCR,"CLSID\%CLSID_MenuBandSite%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MenuBandSite%\%IPS%","ThreadingModel",,"Apartment"
|
|
|
|
; CLSID_MenuDeskBar
|
|
; In: IE4
|
|
HKCR,"CLSID\%CLSID_MenuDeskBar%",,,"%DESC_MenuDeskBar%"
|
|
HKCR,"CLSID\%CLSID_MenuDeskBar%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_MenuDeskBar%\%IPS%","ThreadingModel",,"Apartment"
|
|
|
|
; CLSID_WebViewRegTreeItem
|
|
HKCR,"CLSID\%CLSID_WebViewRegTreeItem%",,,"%DESC_WebViewRegTreeItem%"
|
|
HKCR,"CLSID\%CLSID_WebViewRegTreeItem%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_WebViewRegTreeItem%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; CLSID_ThemesRegTreeItem
|
|
HKCR,"CLSID\%CLSID_ThemesRegTreeItem%",,,"%DESC_ThemesRegTreeItem%"
|
|
HKCR,"CLSID\%CLSID_ThemesRegTreeItem%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_ThemesRegTreeItem%\%IPS%",ThreadingModel,,Apartment
|
|
|
|
; FadeTask
|
|
; In: Whistler
|
|
HKCR,"CLSID\%CLSID_FadeTask%",,,"%DESC_FadeTask%"
|
|
HKCR,"CLSID\%CLSID_FadeTask%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_FadeTask%\%IPS%","ThreadingModel",,"Apartment"
|
|
|
|
|
|
;
|
|
; webview and thumbnail view related stuff
|
|
; NOTE: this section should probably move to webvw.dll
|
|
;
|
|
[RegShellViews]
|
|
; Install Web View
|
|
HKCR,"CLSID\%CLSID_ShellDesktop%\%EXTVIEW%\%VID_WebView%","PersistMoniker",%REGEXSZ%,"file://%%userappdata%%\Microsoft\Internet Explorer\Desktop.htt"
|
|
|
|
[RegShellOther]
|
|
HKCR,Printers,TileInfo,,"prop:{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}1;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}2"
|
|
HKCR,Printers,Details,,"prop:Name;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}1;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}2;DocComments;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}4;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}5"
|
|
HKCR,Printers,InfoTip,,"prop:{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}2;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}1;{FE9E4C12-AACB-4aa3-966D-91A29E6128B5}4"
|
|
HKCR,Directory,InfoTip,,"prop:DocComments"
|
|
HKCR,*,InfoTip,,"prop:Type;DocAuthor;DocTitle;DocSubject;DocComments;Write;Size"
|
|
HKCR,*,QuickTip,,"prop:Type;Size"
|
|
HKCR,*,AlwaysShowExt
|
|
HKCR,*,TileInfo,,"prop:Type;Size"
|
|
HKCR,"CLSID\%CLSID_FolderShortcut%",Details,,"prop:Name;LinkTarget"
|
|
|
|
HKCR,Folder,TileInfo,,"prop:Size"
|
|
HKCR,Wordpad.Document.1,TileInfo,,"prop:DocTitle;DocAuthor;DocPageCount"
|
|
HKCR,dllfile,TileInfo,,"prop:FileVersion;FileDescription"
|
|
HKCR,exefile,TileInfo,,"prop:FileDescription;Company;FileVersion"
|
|
HKCR,exefile,InfoTip,,"prop:FileDescription;Company;FileVersion;Create;Size"
|
|
HKCR,dllfile,InfoTip,,"prop:FileDescription;Company;FileVersion;Create;Size"
|
|
HKCR,sysfile,InfoTip,,"prop:FileDescription;Company;FileVersion;Create;Size"
|
|
|
|
; setup tiles info + infotip under meta types
|
|
HKCR,SystemFileAssociations\audio,TileInfo,,"prop:Artist;Album;Duration"
|
|
HKCR,SystemFileAssociations\audio,InfoTip,,"prop:Artist;Album;Year;Track;Duration;Type;Bitrate;Size"
|
|
HKCR,SystemFileAssociations\audio,Details,,"prop:Name;Size;Type;Artist;Album;Year;Track;Duration"
|
|
|
|
HKCR,SystemFileAssociations\image,TileInfo,,"prop:Dimensions;Type;Size"
|
|
HKCR,SystemFileAssociations\image,InfoTip,,"prop:Dimensions;WhenTaken;DocTitle;DocComments;CameraModel;Type;Size"
|
|
HKCR,SystemFileAssociations\image,Details,,"prop:Name;Type;Dimensions;Size;Write"
|
|
|
|
HKCR,sysfile,NoOpen
|
|
HKCR,dllfile,NoOpen
|
|
HKCR,drvfile,NoOpen
|
|
HKCR,.bin,NoOpen
|
|
HKCR,.dos,NoOpen
|
|
HKCR,.dat,NoOpen
|
|
HKCR,.nls,NoOpen
|
|
|
|
; default Recycle Bin registry settings
|
|
HKLM,"%PATH_EXPLORER%\BitBucket","UseGlobalSettings",%REGDW_NOREPLACE%,0x00000001
|
|
HKLM,"%PATH_EXPLORER%\BitBucket","Percent",%REGDW_NOREPLACE%,0x0000000a
|
|
HKLM,"%PATH_EXPLORER%\BitBucket","NukeOnDelete",%REGDW_NOREPLACE%,0x00000000
|
|
|
|
; CLSID_ShellLink
|
|
HKCR,".lnk\ShellNew",Command,%REGEXSZ%,"%11%\rundll32.exe appwiz.cpl,NewLinkHere %1"
|
|
HKCR,".lnk\ShellEx\%IID_IQueryInfo%",,,%CLSID_ShellLink%
|
|
HKCR,".lnk\ShellEx\%IID_IShellLinkA%",,,%CLSID_ShellLink%
|
|
HKCR,".lnk\ShellEx\%IID_IShellLinkW%",,,%CLSID_ShellLink%
|
|
HKCR,".lnk\ShellEx\%IID_IExtractImage%",,,%CLSID_ShellLink%
|
|
|
|
HKCR,"CLSID\%CLSID_ShellLink%\PersistentAddinsRegistered\{89BCB740-6119-101A-BCB7-00DD010655AF}",,,%CLSID_ShellLink%
|
|
HKCR,"CLSID\%CLSID_ShellLink%\PersistentHandler",,,%CLSID_ShellLink%
|
|
|
|
; Standard shell namespace settings
|
|
; In: IE4 Shell Integrated
|
|
HKCR,"Folder\shell\open\ddeexec",NoActivateHandler
|
|
; 0x0011 == SBSP_OPENMODE
|
|
HKCR,"Folder\shell\open",BrowserFlags,%REGDW%,0x0010
|
|
; 0x0022 == SBSP_OPENMODE | SBSP_NEWBROWSER
|
|
HKCR,"Folder\shell\open",ExplorerFlags,%REGDW%,0x0012
|
|
HKCR,"Folder\shell\explore\ddeexec",NoActivateHandler
|
|
; 0x0022 == SBSP_EXPLOREMODE | SBSP_NEWBROWSER
|
|
HKCR,"Folder\shell\explore",BrowserFlags,%REGDW%,0x0022
|
|
; 0x0021 == SBSP_EXPLOREMODE | SBSP_SAMEBROWSER
|
|
HKCR,"Folder\shell\explore",ExplorerFlags,%REGDW%,0x0021
|
|
; REST_NOFIND
|
|
HKCR,"Drive\shell\find",SuppressionPolicy,%REGDW%,0x00000080
|
|
HKCR,"Drive\shell\find\ddeexec",NoActivateHandler
|
|
; REST_NOFIND
|
|
HKCR,"Directory\shell\find",SuppressionPolicy,%REGDW%,0x00000080
|
|
HKCR,"Directory\shell\find\ddeexec",NoActivateHandler
|
|
HKCR,"Drive\shell",,,"none"
|
|
HKCR,"Directory\shell",,,"none"
|
|
HKCR,"CLSID\%CLSID_MyDocuments%\shell",,,"none"
|
|
|
|
HKCR,".scf",,,"SHCmdFile"
|
|
HKCR,"SHCmdFile",NeverShowExt
|
|
HKCR,"SHCmdFile",,,"Windows Explorer Command"
|
|
HKCR,"SHCmdFile",InfoTip,,"prop:DocComments"
|
|
HKCR,"SHCmdFile\CLSID",,,"{57651662-CE3E-11D0-8D77-00C04FC99D61}"
|
|
HKCR,"SHCmdFile\shellex\IconHandler",,,"{57651662-CE3E-11D0-8D77-00C04FC99D61}"
|
|
HKCR,"SHCmdFile\shell\open\command",,%REGEXSZ%,"%25%\explorer.exe"
|
|
HKCR,"SHCmdFile\shell\open\ddeexec",,,"[ShellFile(""%1"",""%1"",%S)]"
|
|
HKCR,"SHCmdFile\shell\open\ddeexec",NoActivateHandler
|
|
HKCR,"SHCmdFile\shell\open\ddeexec\Topic",,,"AppProperties"
|
|
HKCR,"SHCmdFile\shell\open\ddeexec\Application",,,"Folders"
|
|
|
|
HKCR,"shell","URL Protocol"
|
|
HKCR,"shell\shell\explore",,0x00000012
|
|
HKCR,"shell\shell\explore\command","",0x00020002,"%25%\Explorer.exe /e,/idlist,%I,%L"
|
|
HKCR,"shell\shell\explore\ddeexec","",0x00000002,"[ExploreFolder(""%l"", %I, %S)]"
|
|
HKCR,"shell\shell\explore\ddeexec","NoActivateHandler",0x00000002,""
|
|
HKCR,"shell\shell\explore\ddeexec\application","",0x00000002,"Folders"
|
|
HKCR,"shell\shell\explore\ddeexec\ifexec","",0x00000002,"[]"
|
|
HKCR,"shell\shell\explore\ddeexec\topic","",0x00000002,"AppProperties"
|
|
HKCR,"shell\shell\open",,0x00000012
|
|
HKCR,"shell\shell\open\command","",0x00020002,"%25%\Explorer.exe /idlist,%I,%L"
|
|
HKCR,"shell\shell\open\ddeexec","",0x00000002,"[ViewFolder(""%l"", %I, %S)]"
|
|
HKCR,"shell\shell\open\ddeexec","NoActivateHandler",0x00000002,""
|
|
HKCR,"shell\shell\open\ddeexec\application","",0x00000002,"Folders"
|
|
HKCR,"shell\shell\open\ddeexec\ifexec","",0x00000002,"[]"
|
|
HKCR,"shell\shell\open\ddeexec\topic","",0x00000002,"AppProperties"
|
|
|
|
; Start.Search registration (the rest of ShellSearch is registered in browseui.dll)
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch",,,"%CLSID_ShellSearchExt%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0",,,"%SEARCH_FILES_FOLDER%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-23232"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-134"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\DefaultIcon","HotIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-50"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\DefaultIcon","GrayIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-51"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\HelpText",,,"%SEARCH_FILES_FOLDER_HELP%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\HelpText",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-23296"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\SearchGUID",,,"%CLSID_ShellSearchExt%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0","RunInProcess",,"1"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\0\SearchGUID\UrlNavNew",,%REGEXSZ%,"::%CLSID_DocFindFolder%"
|
|
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch",,,"%CLSID_ShellSearchExt%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1",,,"%FIND_COMPUTER%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-23233"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-135"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\DefaultIcon","HotIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-52"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\DefaultIcon","GrayIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-53"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\HelpText",,,"%FIND_COMPUTER_HELP%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\HelpText",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-23297"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\SearchGUID",,,"{996E1EB1-B524-11d1-9120-00A0C98BA67D}"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\1\SearchGUID\UrlNavNew",,%REGEXSZ%,"::%CLSID_ComputerFindFolder%"
|
|
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch",,,"%CLSID_ShellSearchExt%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2",,,"%FIND_PRINTER%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-23234"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2\DefaultIcon",,%REGEXSZ%,"%_SYS_MOD_PATH%,-135"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2\HelpText",,,"%FIND_PRINTER_HELP%"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2\HelpText",LocalizedString,%REGEXSZ%,"@%_SYS_MOD_PATH%,-23298"
|
|
HKLM,"%PATH_EXPLORER%\FindExtensions\Static\ShellSearch\2\SearchGUID",,,"{D515F311-B78B-11d1-9123-00A0C98BA67D}"
|
|
|
|
; Disk Cleanup is but in c:\windows\system for NT and c:\windows for Win9x, I have no idea why but
|
|
; we should probably keep it this way to prevent breaking something
|
|
HKLM,"%PATH_EXPLORER%\MyComputer\cleanuppath",,%REGEXSZ%,"%11%\cleanmgr.exe /D %c"
|
|
|
|
; default toolbars (taskbar, deskbars, and any other toolbars)
|
|
;
|
|
; - taskbar: task band, Quick Launch
|
|
; - toolbars: none
|
|
; - (machine name is ie_500, disk name is ie_500_c, profile is ie500.000)
|
|
;
|
|
HKLM,"%PATH_EXPLORER%\Streams\Desktop","Default Taskbar",1,\
|
|
0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\
|
|
d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\
|
|
01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\
|
|
00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\
|
|
bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\
|
|
00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\
|
|
d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\
|
|
00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\
|
|
b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\
|
|
72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\
|
|
c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\
|
|
c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\
|
|
50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\
|
|
6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\
|
|
32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\
|
|
45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\
|
|
20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\
|
|
00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\
|
|
00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\
|
|
5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\
|
|
5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\
|
|
66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\
|
|
6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\
|
|
00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\
|
|
4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\
|
|
6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\
|
|
77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\
|
|
00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\
|
|
63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\
|
|
55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\
|
|
51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\
|
|
66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\
|
|
00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\
|
|
00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\
|
|
00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\
|
|
00,00,00,00,00,01,00,00,00
|
|
|
|
HKLM,"%PATH_EXPLORER%\Streams\Desktop","Default Toolbars",1,\
|
|
11,00,00,00,00,00,00,00
|
|
|
|
; special default taskbar for Personal
|
|
;
|
|
; - taskbar: task band, no Quick Launch
|
|
;
|
|
HKLM,"%PATH_EXPLORER%\Streams\Desktop","Default Taskbar (Personal)",1,\
|
|
0c,00,00,00,08,00,00,00,01,00,00,00,00,00,00,00,aa,4f,28,68,48,\
|
|
6a,d0,11,8c,78,00,c0,4f,d9,18,b4,0c,03,00,00,e0,04,00,00,00,00,00,00,16,00,\
|
|
00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,00,00,00
|
|
|
|
; Autoplay handlers registration
|
|
|
|
; Autoplay application's settings
|
|
|
|
; DVD Video
|
|
|
|
; Move all the newly commented stuff to the delete section
|
|
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\DVDVideoContentHandler","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-222"
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\DVDVideoContentHandler\EventHandlers\MediaArrival","PlayDVDOnArrival",,""
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\DVDVideoContentHandler\FriendlyName","Content",,"%AP_ADVD%"
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\DVDVideoContentHandler\FriendlyName","IconLabel",,"%AP_DVD%"
|
|
|
|
; Mixed Content
|
|
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MixedContentHandler","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-227"
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MixedContentHandler\EventHandlers\MediaArrival","MixedContentOnArrival",,""
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MixedContentHandler\FriendlyName","Content",,"%AP_MIXEDCONTENT%"
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MixedContentHandler\FriendlyName","IconLabel",,"%AP_MIXEDCONTENTCAPS%"
|
|
|
|
; Music CD
|
|
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicCDContentHandler","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-228"
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicCDContentHandler\EventHandlers\MediaArrival","PlayMusicCDFilesOnArrival",,""
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicCDContentHandler\FriendlyName","Content",,"%AP_AMUSICCD%"
|
|
;HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicCDContentHandler\FriendlyName","IconLabel",,"%AP_MUSICCD%"
|
|
|
|
; Music Files
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicFilesContentHandler","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-225"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicFilesContentHandler\EventHandlers\MediaArrival","PlayMusicFilesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicFilesContentHandler\FriendlyName","Content",,"%AP_MUSICFILES%"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\MusicFilesContentHandler\FriendlyName","IconLabel",,"%AP_MUSICFILESCAPS%"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\ContentTypes","MusicFilesContentSniffer",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeSniffers\MusicFilesContentSniffer","ContentTypeHandler",,"MusicFilesContentHandler"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeSniffers\MusicFilesContentSniffer","RelPattern",%REGMULSZ%,"*.wma","HIFI\*\*.wma","*.mp3","HIFI\*\*.mp3"
|
|
|
|
; Pictures
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\PicturesContentHandler","DefaultIcon",%REGEXSZ%,"shimgvw.dll,3"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\PicturesContentHandler\EventHandlers\MediaArrival","ShowPicturesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\PicturesContentHandler\EventHandlers\DeviceArrival","ShowPicturesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\PicturesContentHandler\FriendlyName","Content",,"%AP_PICTURES%"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\PicturesContentHandler\FriendlyName","IconLabel",,"%AP_PICTURECAPS%"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\ContentTypes","PicturesContentSniffer",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeSniffers\PicturesContentSniffer","ContentTypeHandler",,"PicturesContentHandler"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeSniffers\PicturesContentSniffer","RelPattern",%REGMULSZ%,"*.bmp","DCIM\*\*.bmp","*.jpg","DCIM\*\*.jpg","*.gif","DCIM\*\*.gif","DC*\*.jpg","*.tif","MSSONY\*\*.tif","IM*\*.jpg","CAMERA01\*.jpg","DC*\BR*\*.jpg"
|
|
|
|
; Video
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\VideoFilesContentHandler","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-224"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\VideoFilesContentHandler\EventHandlers\MediaArrival","PlayVideoFilesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\VideoFilesContentHandler\FriendlyName","Content",,"%AP_VIDEO%"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeHandlers\VideoFilesContentHandler\FriendlyName","IconLabel",,"%AP_VIDEOCAPS%"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\ContentTypes","VideoFilesContentSniffer",,""
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeSniffers\VideoFilesContentSniffer","ContentTypeHandler",,"VideoFilesContentHandler"
|
|
HKLM,"%PATH_AUTOPLAY%\ContentTypeSniffers\VideoFilesContentSniffer","RelPattern",%REGMULSZ%,"*.mpg","VIDEO\*.mpg","*.mpeg","VIDEO\*.mpeg","*.asf","VIDEO\*.asf","MSSONY\*\*.mpg","MSSONY\*\*.mpeg","*.wmv","VIDEO\*.wmv"
|
|
|
|
; Handlers
|
|
|
|
; For now
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\DeviceArrival","GenericVolumeArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\DeviceHandlers\GenericVolumeHandler\EventHandlers\MediaArrival","GenericVolumeArrival",,""
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\GenericVolumeArrival","MSGenericVolumeArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\ShowPicturesOnArrival","MSShowPicturesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\ShowPicturesOnArrival","MSPrintPicturesOnArrival",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\ShowPicturesOnArrival","MSOpenFolder",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayMusicFilesOnArrival","MSOpenFolder",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayVideoFilesOnArrival","MSOpenFolder",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\MixedContentOnArrival","MSOpenFolder",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayCDAudioOnArrival","MSOpenFolder",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\PlayDVDMovieOnArrival","MSOpenFolder",,""
|
|
HKLM,"%PATH_AUTOPLAY%\EventHandlers\HandleCDBurningOnArrival","MSCDBurningOnArrival",,""
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSOpenFolder","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-5"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSOpenFolder","Action",,"@%_SYS_MOD_PATH%,-17154"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSOpenFolder","Provider",,"@%_SYS_MOD_PATH%,-17155"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSOpenFolder","InvokeProgID",,"Folder"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSOpenFolder","InvokeVerb",,"open"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPrintPicturesOnArrival","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-17"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPrintPicturesOnArrival","Action",,"@%_SYS_MOD_PATH%,-17158"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPrintPicturesOnArrival","Provider",,"@%_SYS_MOD_PATH%,-17159"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPrintPicturesOnArrival","InvokeProgID",,"Applications\shimgvw.dll"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPrintPicturesOnArrival","InvokeVerb",,"print"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSShowPicturesOnArrival","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-249"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSShowPicturesOnArrival","Action",,"@%_SYS_MOD_PATH%,-17156"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSShowPicturesOnArrival","Provider",,"@%_SYS_MOD_PATH%,-17157"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSShowPicturesOnArrival","InvokeProgID",,"Shell.AutoplayForSlideShow.1"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSShowPicturesOnArrival","InvokeVerb",,"open"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSTakeNoAction","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-338"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSTakeNoAction","Action",,"@%_SYS_MOD_PATH%,-17168"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSTakeNoAction","Provider",,"<TakeNoAction>"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSTakeNoAction","ProgID",,"Shell.AutoplaySpecial"
|
|
|
|
; this just opens a folder, where our CD burn UI is.
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSCDBurningOnArrival","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-5"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSCDBurningOnArrival","Action",,"@%_SYS_MOD_PATH%,-17169"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSCDBurningOnArrival","Provider",,"@%_SYS_MOD_PATH%,-17170"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSCDBurningOnArrival","InvokeProgID",,"Folder"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSCDBurningOnArrival","InvokeVerb",,"open"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTime","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-3"
|
|
; OK if two following lines are not localized, they will not be displayed
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTime","Action",,"Prompt each time"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTime","Provider",,"Windows Explorer"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTime","ProgID",,"Shell.Autoplay"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTime","InitCmdLine",,"PromptEachTime"
|
|
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTimeNoContent","DefaultIcon",%REGEXSZ%,"%_SYS_MOD_PATH%,-3"
|
|
; OK if two following lines are not localized, they will not be displayed
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTimeNoContent","Action",,"Prompt each time - No Content"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTimeNoContent","Provider",,"Windows Explorer"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTimeNoContent","ProgID",,"Shell.Autoplay"
|
|
HKLM,"%PATH_AUTOPLAY%\Handlers\MSPromptEachTimeNoContent","InitCmdLine",,"PromptEachTimeNoContent"
|
|
|
|
; These are the files that if we find one of them on media insertion we will not try to sniff
|
|
; Setup apps
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*setup*.exe",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*instal*.exe",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*setup*.bat",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*instal*.bat",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*setup*.cmd",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*instal*.cmd",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*setup*.com",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","*instal*.com",,""
|
|
; Setup but in other languages
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","Y?kle*",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","Felrak.exe",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","Imposta.exe",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","KUR.exe",,""
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","Ayarla.exe",,""
|
|
; This is for Star Trek Starfleet Command: Volume II Empires at War
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","sfc2.ico",,""
|
|
; This is for Shogun Total War CD 2
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","evanims",,""
|
|
; This is for Flight Simulator 2 - CD 2
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","00000001.tmp",,""
|
|
; This is for MS Works Suite 2001 - CD 2
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","updmoney.exe",,""
|
|
; This is for 10,000 Home Plans v 1.0 - CD 2 to 6 (in order)
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","hs\media\y\11399\11399_cd_fp.jpg"
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","hs\media\y\9953\9953_cd_fp.jpg"
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","hs\media\y\9951\9951_cd_fp.jpg"
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","hs\media\y\9964\9964_cd_fp.jpg"
|
|
HKLM,"%PATH_AUTOPLAY%\CancelAutoplay\Files","hs\media\y\9968\9968_cd_fp.jpg"
|
|
|
|
; Autoplay Mime types settings
|
|
HKCR,"%PATH_MIMEDBCT%\image/bmp","AutoplayContentTypeHandler",,"PicturesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\image/jpeg","AutoplayContentTypeHandler",,"PicturesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\image/gif","AutoplayContentTypeHandler",,"PicturesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\image/tiff","AutoplayContentTypeHandler",,"PicturesContentHandler"
|
|
|
|
HKCR,"%PATH_MIMEDBCT%\audio/mp3","AutoplayContentTypeHandler",,"MusicFilesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\audio/x-ms-wma","AutoplayContentTypeHandler",,"MusicFilesContentHandler"
|
|
|
|
HKCR,"%PATH_MIMEDBCT%\video/mpeg","AutoplayContentTypeHandler",,"VideoFilesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\video/x-mpeg","AutoplayContentTypeHandler",,"VideoFilesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\video/x-msvideo","AutoplayContentTypeHandler",,"VideoFilesContentHandler"
|
|
HKCR,"%PATH_MIMEDBCT%\video/x-ms-asf","AutoplayContentTypeHandler",,"VideoFilesContentHandler"
|
|
|
|
|
|
;packager.exe stuff
|
|
HKCR,"CLSID\{0003000C-0000-0000-C000-000000000046}","",0x00000002,"%PACKAGE%"
|
|
HKCR,"CLSID\{0003000C-0000-0000-C000-000000000046}\Ole1Class","",0x00000002,"Package"
|
|
HKCR,"CLSID\{0003000C-0000-0000-C000-000000000046}\ProgID","",0x00000002,"Package"
|
|
HKCR,"Package","",0x00000002,"%PACKAGE%"
|
|
HKCR,"Package\CLSID","",0x00000002,"{0003000C-0000-0000-C000-000000000046}"
|
|
HKCR,"Package\protocol",,0x00000012
|
|
HKCR,"Package\protocol\StdFileEditing",,0x00000012
|
|
HKCR,"Package\protocol\StdFileEditing\server","",0x00000000,"packager.exe"
|
|
HKCR,"Package\protocol\StdFileEditing\verb",,0x00000012
|
|
HKCR,"Package\protocol\StdFileEditing\verb\0","",0x00000002,"%_ACTIVATE_CONTENTS%"
|
|
HKCR,"Package\protocol\StdFileEditing\verb\1","",0x00000002,"%_EDIT_PACKAGE%"
|
|
|
|
;
|
|
; The following policies are enabled by default on all _WIN64 machines because
|
|
; we want the ActiveDesktop to be disabled.
|
|
;
|
|
#ifdef _WIN64
|
|
HKLM,"%POLICIES_EXPLORER%","NoActiveDesktop",%REGDW%,0x00000001
|
|
HKLM,"%POLICIES_EXPLORER%","NoActiveDesktopChanges",%REGDW%,0x00000001
|
|
; Note: The value below is zero to disable this policy sothat nobody can force it
|
|
; on based on a per-user policy!
|
|
HKLM,"%POLICIES_EXPLORER%","ForceActiveDesktopOn",%REGDW%,0x00000000
|
|
|
|
HKLM,"%POLICIES_ACTIVEDESKTOP%","NoAddingComponents",%REGDW%,0x00000001
|
|
HKLM,"%POLICIES_ACTIVEDESKTOP%","NoHTMLWallPaper",%REGDW%,0x00000001
|
|
HKLM,"%POLICIES_ACTIVEDESKTOP%","NoComponents",%REGDW%,0x00000001
|
|
HKLM,"%POLICIES_ACTIVEDESKTOP%","NoAddingComponents",%REGDW%,0x00000001
|
|
; Policies for NoDeletingComponents, NoEditingComponents, NoClosingComponents are not added here because
|
|
; they are used by the Web tab code which is already disabled by NoActivDesktop policy itself.
|
|
#endif
|
|
|
|
[RegShellHideDeskIcons]
|
|
; The following icons will be turned off by default when new StartPanel is ON.
|
|
; This will be added to the registry only if this is a clean install because on upgrades
|
|
; we do not want to hide these icons by default.
|
|
HKLM,"%PATH_HIDEDESKICONS%","%CLSID_MyComputer%",%REGDW%,0x1
|
|
HKLM,"%PATH_HIDEDESKICONS%","%CLSID_MyDocuments%",%REGDW%,0x1
|
|
HKLM,"%PATH_HIDEDESKICONS%","%CLSID_NetworkPlaces%",%REGDW%,0x1
|
|
HKLM,"%PATH_HIDEDESKICONS%","%CLSID_Internet%",%REGDW%,0x1
|
|
|
|
;
|
|
; If the user is an administrator on a server SKU, change some UI defaults
|
|
; but only if they haven't already been customized
|
|
;
|
|
[RegShellServerAdmin]
|
|
; Control Panel is Cascade (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\Advanced","Start_ShowControlPanel",%REGDW_NOREPLACE%,2
|
|
|
|
; Admin Tools is "Show in both All Programs and Start Menu special folders"
|
|
; (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\Advanced","Start_AdminToolsRoot",%REGDW_NOREPLACE%,2
|
|
HKCU,"%PATH_EXPLORER%\Advanced","StartMenuAdminTools",%REGDW_NOREPLACE%,1
|
|
|
|
; My Documents and Recent Documents are both off (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\Advanced","Start_ShowMyDocs",%REGDW_NOREPLACE%,0
|
|
HKCU,"%PATH_EXPLORER%\Advanced","Start_ShowRecentDocs",%REGDW_NOREPLACE%,0
|
|
|
|
; Network Places is off (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\Advanced","Start_ShowNetPlaces",%REGDW_NOREPLACE%,0
|
|
|
|
; "Full path in title" is on (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\CabinetState","FullPath",%REGDW_NOREPLACE%,1
|
|
|
|
; "Auto-hide icons inactive taskbar icons" is off (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%","EnableAutoTray",%REGDW_NOREPLACE%,0
|
|
|
|
; "Show hidden and system files" is on (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\Advanced","Hidden",%REGDW_NOREPLACE%,1
|
|
|
|
; "Show extensions for known file types" is on (unless already customized)
|
|
HKCU,"%PATH_EXPLORER%\Advanced","HideFileExt",%REGDW_NOREPLACE%,0
|
|
|
|
[RegOpenWithStuff]
|
|
; NoOpenWith
|
|
HKCR,"Applications\accwiz.exe","NoOpenWith",,
|
|
HKCR,"Applications\ARTGALRY.EXE","NoOpenWith",,
|
|
HKCR,"Applications\awdvstub.exe","NoOpenWith",,
|
|
HKCR,"Applications\cag.exe","NoOpenWith",,
|
|
HKCR,"Applications\CChat.exe","NoOpenWith",,
|
|
HKCR,"Applications\cdfview.dll","NoOpenWith",,
|
|
HKCR,"Applications\clipbrd.exe","NoOpenWith",,
|
|
HKCR,"Applications\CMMGR32.EXE","NoOpenWith",,
|
|
HKCR,"Applications\cryptext.dll","NoOpenWith",,
|
|
HKCR,"Applications\datainst.exe","NoOpenWith",,
|
|
HKCR,"Applications\depends.exe","NoOpenWith",,
|
|
HKCR,"Applications\drwatson.exe","NoOpenWith",,
|
|
HKCR,"Applications\explorer.exe","NoOpenWith",,
|
|
HKCR,"Applications\faxcover.exe","NoOpenWith",,
|
|
HKCR,"Applications\finder.exe","NoOpenWith",,
|
|
HKCR,"Applications\fontview.exe","NoOpenWith",,
|
|
HKCR,"Applications\fpidcwiz.exe","NoOpenWith",,
|
|
HKCR,"Applications\graflink.exe","NoOpenWith",,
|
|
HKCR,"Applications\grpconv.exe","NoOpenWith",,
|
|
HKCR,"Applications\helpctr.exe","NoOpenWith",,
|
|
HKCR,"Applications\hh.exe","NoOpenWith",,
|
|
HKCR,"Applications\HYPERTRM.EXE","NoOpenWith",,
|
|
HKCR,"Applications\inetcpl.cpl","NoOpenWith",,
|
|
HKCR,"Applications\ISIGNUP.EXE","NoOpenWith",,
|
|
HKCR,"Applications\kodakprv.EXE","NoOpenWith",,
|
|
HKCR,"Applications\MMC.exe","NoOpenWith",,
|
|
HKCR,"Applications\mnyimprt.exe","NoOpenWith",,
|
|
HKCR,"Applications\mplayer.exe","NoOpenWith",,
|
|
HKCR,"Applications\msconf.dll","NoOpenWith",,
|
|
HKCR,"Applications\mshta.exe","NoOpenWith",,
|
|
HKCR,"Applications\msiexec.exe","NoOpenWith",,
|
|
HKCR,"Applications\msimn.exe","NoOpenWith",,
|
|
HKCR,"Applications\MSInfo32.exe","NoOpenWith",,
|
|
HKCR,"Applications\msrating.dll","NoOpenWith",,
|
|
HKCR,"Applications\ntbackup.exe","NoOpenWith",,
|
|
HKCR,"Applications\oledb32.dll","NoOpenWith",,
|
|
HKCR,"Applications\ORGCHART.EXE","NoOpenWith",,
|
|
HKCR,"Applications\OSA.EXE","NoOpenWith",,
|
|
HKCR,"Applications\Outlook.EXE","NoOpenWith",,
|
|
HKCR,"Applications\perfmon.exe","NoOpenWith",,
|
|
HKCR,"Applications\rasphone.exe","NoOpenWith",,
|
|
HKCR,"Applications\regedit.exe","NoOpenWith",,
|
|
HKCR,"Applications\rnaui.dll","NoOpenWith",,
|
|
HKCR,"Applications\shdocvw.dll","NoOpenWith",,
|
|
HKCR,"Applications\shell32.dll","NoOpenWith",,
|
|
HKCR,"Applications\shscrap.dll","NoOpenWith",,
|
|
HKCR,"Applications\snapview.exe","NoOpenWith",,
|
|
HKCR,"Applications\Ttxmpc97.exe","NoOpenWith",,
|
|
HKCR,"Applications\themes.exe","NoOpenWith",,
|
|
HKCR,"Applications\url.dll","NoOpenWith",,
|
|
HKCR,"Applications\wab.exe","NoOpenWith",,
|
|
HKCR,"Applications\WB32.EXE","NoOpenWith",,
|
|
HKCR,"Applications\winhlp32.exe","NoOpenWith",,
|
|
HKCR,"Applications\wltmime.exe","NoOpenWith",,
|
|
HKCR,"Applications\wpnpinst.exe","NoOpenWith",,
|
|
HKCR,"Applications\WScript.exe","NoOpenWith",,
|
|
HKCR,"Applications\zipfldr.dll","NoOpenWith",,
|
|
|
|
; %SMWCVEFA%\XXXFiles is a superset of extensions to determine the Folder Type
|
|
; Note: strings that are prefixes of other strings must come after: "mid" must come after "midi"
|
|
; Note: extensions are ';' terminated
|
|
; Note: keeping list sorted makes it easier to add to
|
|
;
|
|
HKCR,".snd","PerceivedType",,"audio"
|
|
HKCR,".aif","PerceivedType",,"audio"
|
|
HKCR,".aifc","PerceivedType",,"audio"
|
|
HKCR,".aiff","PerceivedType",,"audio"
|
|
HKCR,".au","PerceivedType",,"audio"
|
|
HKCR,".cda","PerceivedType",,"audio"
|
|
HKCR,".mid","PerceivedType",,"audio"
|
|
HKCR,".midi","PerceivedType",,"audio"
|
|
HKCR,".wav","PerceivedType",,"audio"
|
|
HKCR,".wax","PerceivedType",,"audio"
|
|
HKCR,".m3u","PerceivedType",,"audio"
|
|
HKCR,".mp3","PerceivedType",,"audio"
|
|
HKCR,".wma","PerceivedType",,"audio"
|
|
HKCR,".rmi","PerceivedType",,"audio"
|
|
|
|
;compressed files
|
|
HKCR,".tar","PerceivedType",,"compressed"
|
|
HKCR,".TGZ","PerceivedType",,"compressed"
|
|
HKCR,".GZ","PerceivedType",,"compressed"
|
|
HKCR,".Z","PerceivedType",,"compressed"
|
|
HKCR,".zip","PerceivedType",,"compressed"
|
|
HKCR,".wmz","PerceivedType",,"compressed"
|
|
HKCR,".wsz","PerceivedType",,"compressed"
|
|
|
|
;image files
|
|
HKCR,".bmp","PerceivedType",,"image"
|
|
HKCR,".dib","PerceivedType",,"image"
|
|
HKCR,".rle","PerceivedType",,"image"
|
|
HKCR,".ico","PerceivedType",,"image"
|
|
HKCR,".wmf","PerceivedType",,"image"
|
|
HKCR,".emf","PerceivedType",,"image"
|
|
HKCR,".gif","PerceivedType",,"image"
|
|
HKCR,".png","PerceivedType",,"image"
|
|
HKCR,".jfif","PerceivedType",,"image"
|
|
HKCR,".jpe","PerceivedType",,"image"
|
|
HKCR,".jpeg","PerceivedType",,"image"
|
|
HKCR,".jpg","PerceivedType",,"image"
|
|
HKCR,".tif","PerceivedType",,"image"
|
|
HKCR,".tiff","PerceivedType",,"image"
|
|
|
|
; text files
|
|
HKCR,".txt","PerceivedType",,"text"
|
|
HKCR,".text","PerceivedType",,"text"
|
|
HKCR,".c","PerceivedType",,"text"
|
|
HKCR,".h","PerceivedType",,"text"
|
|
HKCR,".cpp","PerceivedType",,"text"
|
|
HKCR,".hpp","PerceivedType",,"text"
|
|
HKCR,".cxx","PerceivedType",,"text"
|
|
HKCR,".hxx","PerceivedType",,"text"
|
|
HKCR,".xml","PerceivedType",,"text"
|
|
HKCR,".xsl","PerceivedType",,"text"
|
|
HKCR,".css","PerceivedType",,"text"
|
|
HKCR,".hta","PerceivedType",,"text"
|
|
HKCR,".htm","PerceivedType",,"text"
|
|
HKCR,".html","PerceivedType",,"text"
|
|
HKCR,".shtml","PerceivedType",,"text"
|
|
HKCR,".plg","PerceivedType",,"text"
|
|
HKCR,".csv","PerceivedType",,"text"
|
|
HKCR,".tsv","PerceivedType",,"text"
|
|
HKCR,".inc","PerceivedType",,"text"
|
|
HKCR,".asm","PerceivedType",,"text"
|
|
HKCR,".sql","PerceivedType",,"text"
|
|
HKCR,".pl","PerceivedType",,"text"
|
|
HKCR,".def","PerceivedType",,"text"
|
|
HKCR,".asmx","PerceivedType",,"text"
|
|
HKCR,".sed","PerceivedType",,"text"
|
|
HKCR,".x","PerceivedType",,"text"
|
|
HKCR,".nvr","PerceivedType",,"text"
|
|
HKCR,".diz","PerceivedType",,"text"
|
|
HKCR,".aspx","PerceivedType",,"text"
|
|
HKCR,".php3","PerceivedType",,"text"
|
|
HKCR,".java","PerceivedType",,"text"
|
|
|
|
; video files
|
|
HKCR,".wvx","PerceivedType",,"video"
|
|
HKCR,".wm","PerceivedType",,"video"
|
|
HKCR,".wmx","PerceivedType",,"video"
|
|
HKCR,".wmv","PerceivedType",,"video"
|
|
HKCR,".mpa","PerceivedType",,"video"
|
|
HKCR,".mpe","PerceivedType",,"video"
|
|
HKCR,".mpeg","PerceivedType",,"video"
|
|
HKCR,".mpg","PerceivedType",,"video"
|
|
HKCR,".mpv2","PerceivedType",,"video"
|
|
HKCR,".asf","PerceivedType",,"video"
|
|
HKCR,".asx","PerceivedType",,"video"
|
|
HKCR,".avi","PerceivedType",,"video"
|
|
HKCR,".IVF","PerceivedType",,"video"
|
|
HKCR,".m1v","PerceivedType",,"video"
|
|
HKCR,".mp2","PerceivedType",,"video"
|
|
HKCR,".mp2v","PerceivedType",,"video"
|
|
|
|
HKCR,cdafile,DefaultDropEffect,%REGDW%,0x00000004
|
|
|
|
; until these apps know to register them selves
|
|
HKCR,SystemFileAssociations\audio\OpenWithList\WMPlayer.exe,,,
|
|
HKCR,SystemFileAssociations\video\OpenWithList\WMPlayer.exe,,,
|
|
|
|
HKCR,*\OpenWithList\Winword.exe,,,
|
|
HKCR,*\OpenWithList\Excel.exe,,,
|
|
HKCR,*\OpenWithList\IExplore.exe,,,
|
|
; flash plugins are best opened in IE, but not officiali
|
|
HKCR,.swf\OpenWithList\IExplore.exe,,,
|
|
|
|
;
|
|
; we will gradually move file type registration from NT setup
|
|
; \\orville\razzle\src\setup\inf\win4\inf\hivecls to shell
|
|
;
|
|
[RegFileTypes]
|
|
|
|
HKCR,"SystemFileAssociations\system",NoOpen,,
|
|
HKCR,"SystemFileAssociations\system",AlwaysShowExt,0x00000002,
|
|
HKCR,"SystemFileAssociations\system",EditFlags,%REGDW%,0x00100001
|
|
HKCR,"SystemFileAssociations\system\DefaultIcon",,0x00020002,"%_SYS_MOD_PATH%,-154"
|
|
|
|
HKCR,.vxd,,,vxdfile
|
|
HKCR,.386,,,vxdfile
|
|
HKCR,.vxd,"PerceivedType",,"system"
|
|
HKCR,.386,"PerceivedType",,"system"
|
|
HKCR,vxdfile,,,"%DESC_VXD%"
|
|
|
|
|
|
HKCR,.ocx,,,ocxfile
|
|
HKCR,.ocx,"PerceivedType",,"system"
|
|
HKCR,ocxfile,NoOpen,,"%NOOPEN_OCXFILE%"
|
|
HKCR,ocxfile,,,"%DESC_OCX%"
|
|
|
|
HKCR,.chk,,,chkfile
|
|
HKCR,.chk,"PerceivedType",,"system"
|
|
HKCR,chkfile,NoOpen
|
|
HKCR,chkfile,,,"%DESC_CHK%"
|
|
HKCR,chkfile,InfoTip,%REGEXSZ%,"@%systemroot%\system32\ulib.dll,-1001"
|
|
HKCR,chkfile,FriendlyTypeName,%REGEXSZ%,"@%systemroot%\system32\ulib.dll,-1000"
|
|
|
|
HKCR,.local,"PerceivedType",,"system"
|
|
HKCR,.manifest,"PerceivedType",,"system"
|
|
|
|
; use "no clobber" flag (2) to not overwrite existing file assoc for .db
|
|
HKCR,.db,,0x00000002,dbfile
|
|
HKCR,dbfile,,,"%DESC_DBFILE%"
|
|
HKCR,dbfile,NoOpen
|
|
HKCR,"dbfile\DefaultIcon",,,"shell32.dll,-154"
|
|
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\7",Association,0x00000002,http
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\17",ShellExecute,0x00000002,::%CLSID_MyComputer%
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\16",Association,0x00000002,.cda
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\18",ShellExecute,0x00000002,calc.exe
|
|
HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\AppKey\15",RegisteredApp,0x00000002,Mail
|
|
|
|
HKCR,"exefile\shell\runas\command",,,"""%1"" %*"
|
|
HKCR,"exefile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
|
|
HKCR,"batfile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
HKCR,"cmdfile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
HKCR,"comfile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
HKCR,"piffile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
HKCR,"scrfile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
HKCR,"SHCmdFile\shellex\DropHandler",,,"%CLSID_ExeDropTarget%"
|
|
|
|
; Mark some filetypes as "Exclude from Recent Docs"
|
|
HKCR,regfile,EditFlags,%REGDW%,0x00100000
|
|
HKCR,htafile,EditFlags,%REGDW%,0x00100000
|
|
|
|
|
|
;
|
|
; settings that apps didnt know they needed...
|
|
;
|
|
[RegExternal]
|
|
HKLM,"%APP_PATHS%\table30.exe","UseShortName",,
|
|
HKLM,"%APP_PATHS%\pbrush.exe",,%REGEXSZ%,"%11%\mspaint.exe"
|
|
HKLM,"%APP_PATHS%\pbrush.exe","Path",%REGEXSZ%,"%11%"
|
|
; object compatibility
|
|
; for runext.dll which ships with NT ResKit
|
|
HKLM,"%SHELLCOMPAT%\Objects\{2AD91900-A873-11cf-9A80-00AA00C16E65}",CTXMENU_LIMITEDQI,,
|
|
; for Hummingbird 6.0.1
|
|
HKLM,"%SHELLCOMPAT%\Objects\{DB8DC413-C0AA-11D0-9545-080009B1C2F3}",NOTAFILESYSTEM,,
|
|
HKLM,"%SHELLCOMPAT%\Objects\{DB8DC413-C0AA-11D0-9545-080009B1C2F3}",COCREATESHELLFOLDERONLY,,
|
|
HKLM,"%SHELLCOMPAT%\Objects\{DB8DC413-C0AA-11D0-9545-080009B1C2F3}",OTNEEDSSFCACHE,,
|
|
; for norton's wipeinfo
|
|
HKLM,"%SHELLCOMPAT%\Objects\{30424D42-5946-11D2-B8E5-006097C9C6FF}",NOTAFILESYSTEM,,
|
|
; for norton utilities 4.0 my computer context menu extension
|
|
HKLM,"%SHELLCOMPAT%\Objects\{52636240-ECF3-11cd-99BE-0020AF346D41}",CTXMENU_NOVERBS,,
|
|
; for norton antivirus corporate edition 7.5
|
|
HKLM,"%SHELLCOMPAT%\Objects\{BDA77241-42F6-11D0-85E2-00AA001FE28C}",CTXMENU_NOVERBS,,
|
|
; for Quick View Plus
|
|
HKLM,"%SHELLCOMPAT%\Objects\{F0F08737-0C36-101B-B086-0020AF07D0F4}",CTXMENU_NOVERBS,,
|
|
; for igrafx
|
|
HKLM,"%SHELLCOMPAT%\Objects\{6DB8751F-2BBF-11d2-A39B-00C04FB96AD2}",CTXMENU_NOVERBS,,
|
|
; for webfolders
|
|
HKLM,"%SHELLCOMPAT%\Objects\{BDEADF00-C265-11D0-BCED-00A0C90AB50F}",NEEDSSTORAGEANCESTOR,,
|
|
; for Powerzip
|
|
HKLM,"%SHELLCOMPAT%\Objects\{FF463FE9-8DA1-11D1-B516-E5028A4DAE22}",CTXMENU_NOVERBS,,
|
|
; for AVG Antivirus
|
|
HKLM,"%SHELLCOMPAT%\Objects\{1E2CDF40-419B-11D2-A5A1-002018648BA7}",CTXMENU_NOVERBS,,
|
|
; for @Backup
|
|
HKLM,"%SHELLCOMPAT%\Objects\{DBD534C2-C04D-11D2-895B-00C04F8D8EF9}",CTXMENU_NOVERBS,,
|
|
|
|
; application compatibility
|
|
HKLM,"%SHELLCOMPAT%\Applications\cutftp32.exe",Version,,"3.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\cutftp32.exe",OLDREGITEMGDN,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\DiskJockey.exe",Version,,"2,*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\DiskJockey.exe",OLDREGITEMGDN,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\sesapp.exe",Version,,"3.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\sesapp.exe",OLDREGITEMGDN,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\install.exe\Starcraft 1.03","RequiredFile",,"HELP\STAR.HTM"
|
|
HKLM,"%SHELLCOMPAT%\Applications\install.exe\Starcraft 1.03","Version",,"Version 1.03"
|
|
HKLM,"%SHELLCOMPAT%\Applications\install.exe\Starcraft 1.03",OLDREGITEMGDN,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\photoed.exe",Version,,"3.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\photoed.exe",FILEOPENNEEDSEXT,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\recycle.exe",Version,,"1,*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\recycle.exe",FILEOPENNEEDSEXT,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\msdev.exe",Version,,"6.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\msdev.exe",FILEOPENNEEDSEXT,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\Dlwin.exe\DownLoader 7.01",Version,,"7.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\Dlwin.exe\DownLoader 7.01",FILEOPENBOGUSCTRLID,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\Dlwin.exe\DownLoader 6.*",Version,,"6.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\Dlwin.exe\DownLoader 6.*",FILEOPENBOGUSCTRLID,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\MSWIN.EXE\Metastock 7.01",Version,,"7.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\MSWIN.EXE\Metastock 7.01",FILEOPENBOGUSCTRLID,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\MSWIN.EXE\Metastock 6.*",Version,,"6.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\MSWIN.EXE\Metastock 6.*",FILEOPENBOGUSCTRLID,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\pwrplay.exe",Version,,"6.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\pwrplay.exe",FILEOPENBOGUSCTRLID,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\qstitch.exe",Version,,"1,*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\qstitch.exe",WIN95BINDTOOBJECT,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\qstitch.exe\Version 2",Version,,"2.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\qstitch.exe\Version 2",WIN95BINDTOOBJECT,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\snapshot.exe","RequiredFile",,"SSRES.DLL"
|
|
HKLM,"%SHELLCOMPAT%\Applications\snapshot.exe",Version,,"1.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\snapshot.exe",LOADCOLUMNHANDLER,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\fusion.exe",Version,,"5.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\fusion.exe",FILEOPENNEEDSEXT,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\trace.exe",Version,,"9.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\trace.exe",OLDREGITEMGDN,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\coreldrw.exe",Version,,"9.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\coreldrw.exe",OLDREGITEMGDN,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\creatr32.exe",Version,,"3.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\creatr32.exe",MYCOMPUTERFIRST,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\creatr32.exe",WIN95DEFVIEW,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\creatr32.exe",OLDCREATEVIEWWND,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\creatr32.exe",IGNOREENUMRESET,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\creatr32.exe","RequiredFile",,"TrkWrite.dll"
|
|
HKLM,"%SHELLCOMPAT%\Windows\Creative PC-DVD Player","WindowClass",,"PlayWnd"
|
|
HKLM,"%SHELLCOMPAT%\Windows\Creative PC-DVD Player","WindowTitle",,"Creative PC-DVD Player"
|
|
HKLM,"%SHELLCOMPAT%\Applications\uni.exe",Version,,"5, 5,*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\uni.exe",ANSIDISPLAYNAMES,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\coolcat.exe",Version,,"4.*"
|
|
HKLM,"%SHELLCOMPAT%\Applications\coolcat.exe",ANSIDISPLAYNAMES,,
|
|
HKLM,"%SHELLCOMPAT%\Applications\vcafe.exe",Version,,"4.0"
|
|
HKLM,"%SHELLCOMPAT%\Applications\vcafe.exe",FORCELFNIDLIST,,
|
|
|
|
;Web Folders 2.0 didn't register their templates. They fix this in SP1 so we can remove this in Longhorn
|
|
;Include the md5 hash for each .htt they shipped for each langauge
|
|
|
|
; DUE category.htt, classicf.htt, managmnt.htt, schema.htt, search.htt, smartf.htt, workspc.htt
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","759836355196470116432875075352719368045",%REGDW%,0x00003bbc
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","31201081023141380871971491562964136521",%REGDW%,0x00003f08
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2236257933255982206610612438381165446813",%REGDW%,0x000031be
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","250153239513251071619937627273064686729",%REGDW%,0x0000393c
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","123892500533680544333792785953265880023",%REGDW%,0x000065b8
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","3232921342295069033492045977297776504",%REGDW%,0x000070cc
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","110701215198207921430106767603362976780",%REGDW%,0x00005434
|
|
|
|
; ENU category.htt, classicf.htt, managmnt.htt, schema.htt, search.htt, smartf.htt, workspc.htt
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","18315419833596577732804927360167748216",%REGDW%,0x00003b17
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","534385382196949278426487088731447829188",%REGDW%,0x00003ed7
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2117145300104658635922891143221327231034",%REGDW%,0x000030ca
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","202315359224578449923832318334689545061",%REGDW%,0x000037f5
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","239143530433762014158959751161467473627",%REGDW%,0x000063a9
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","377424428414834195038216645453495672483",%REGDW%,0x0000706c
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","345458271126867440384201098427628239681",%REGDW%,0x000053a9
|
|
|
|
; ESN category.htt, classicf.htt, managmnt.htt, schema.htt, search.htt, smartf.htt, workspc.htt
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2913513121276017290636006150141201379004",%REGDW%,0x00003b8c
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","374266662241192330481212073653045129164",%REGDW%,0x00003f1b
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","122480074329235720653494287652090052749",%REGDW%,0x000031b8
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","349183759723458232151089535808537937845",%REGDW%,0x000038ac
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","409243695206146459636554608623932834239",%REGDW%,0x00006548
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","3911984131197545598019713982267372560",%REGDW%,0x000070d7
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","16799843084207251244114768332207600206",%REGDW%,0x00005498
|
|
|
|
; FRA category.htt, classicf.htt, managmnt.htt, schema.htt, search.htt, smartf.htt, workspc.htt
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","1096186870355500302736438383294102145342",%REGDW%,0x00003b9f
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","263730790836141322632295798971057458294",%REGDW%,0x00003f1e
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","231338797396349318138753840152947156933",%REGDW%,0x0000319b
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","301041256826182258125837825563105308910",%REGDW%,0x000038ff
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","951662534533577838748579251538997673",%REGDW%,0x0000657a
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","40516491947879509462273700913115044439",%REGDW%,0x000070e3
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2205592198177798884315377470544167400871",%REGDW%,0x00005474
|
|
|
|
; ITA category.htt, classicf.htt, managmnt.htt, schema.htt, search.htt, smartf.htt, workspc.htt
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","45665088220500043611428098892840990339",%REGDW%,0x00003bb7
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","168503096225512615220787626034281352961",%REGDW%,0x00003f1b
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2622178187291782944122653746304076025173",%REGDW%,0x000031d1
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","35501806844269678103385120265642492641",%REGDW%,0x000038d7
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2386980086346637267834663257101281701080",%REGDW%,0x000065a4
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","32906341164000006511288493911336454106",%REGDW%,0x000070b7
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","425049830835138737381621076613834218456",%REGDW%,0x0000546b
|
|
|
|
; JPN category.htt, classicf.htt, managmnt.htt, schema.htt, search.htt, smartf.htt, workspc.htt
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","273153458012644511552530295831280254577",%REGDW%,0x00003c30
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","93776176859797401735714879492478115842",%REGDW%,0x00003f65
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","3153011509263679363323570338294220557613",%REGDW%,0x00003302
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","289847165941287988619340424412397874737",%REGDW%,0x00003a7b
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","395851621189816531110379067141723591477",%REGDW%,0x0000673a
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","4023732848122949273434246725693853128194",%REGDW%,0x00007141
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2865606051144020415419428416321005291199",%REGDW%,0x00005542
|
|
|
|
; webfolder 1.5 pubplace.htt
|
|
; languages: ar br cn cs da de el en es fr fi he hu it ja ko no pl pt ru sv tr tw
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","23017067661801968972146276262952551800",%REGDW%,0x00001f5f
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","151335588414524090086460481584248794553",%REGDW%,0x00001f44
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2203002876202313235418322117873297446950",%REGDW%,0x00001f4b
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","108147788237263905819996286251163528597",%REGDW%,0x00001f44
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","216670763106432720133427631742754862055",%REGDW%,0x00001f47
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","181300800188918632416544014844083055379",%REGDW%,0x00001fbe
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","17543836791543348803515660327847306486",%REGDW%,0x00001f7f
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","350779979227911894741354520884006304280",%REGDW%,0x00001f3a
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","1563131723405338815356672911924895142",%REGDW%,0x00001f43
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","416473528721035448613853396411373290883",%REGDW%,0x00001f48
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","420212029193365027714513311323797233565",%REGDW%,0x00001f4e
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","1468917077131965830714487110751398696173",%REGDW%,0x00001f75
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","431669286415970877512633631721439743867",%REGDW%,0x00001f52
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","314557626522944333594074956042977300370",%REGDW%,0x00001f4f
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","166992257223727311483054219998608359797",%REGDW%,0x00001f8c
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","85079218729887599515764100962414962115",%REGDW%,0x00001f63
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","239058526231469671172319280987485472678",%REGDW%,0x00001f3f
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","2170520030367887090537329878981893656942",%REGDW%,0x00001f42
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","59312625617506463853893452292402541166",%REGDW%,0x00001f4b
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","1481590384355781377585675538260320995",%REGDW%,0x00001f73
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","3965825631327931302334098510913708282888",%REGDW%,0x00001f4a
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","99101569834855281964163309032971779330",%REGDW%,0x00001f46
|
|
HKLM,"%PATH_EXPLORER%\TemplateRegistry","4156458644135791857613524070611387686230",%REGDW%,0x00001f41
|
|
|
|
|
|
|
|
;
|
|
; Old BAM entries before shimming - remove them.
|
|
;
|
|
[DelRegExternal]
|
|
HKLM,"%SHELLCOMPAT%\Applications\agccard.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\automap71.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\coffee.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\compupic.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\flash.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\mavis.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\netmedic.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\palm.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\pd3.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\pd4.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\qbw32.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\quarkxpress.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\quicktimeplayer.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\realplay.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\sonique.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\suitemgr.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\unrealtournament.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\winamp.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\wmplayer.exe"
|
|
HKLM,"%SHELLCOMPAT%\Applications\xformscd.exe"
|
|
; Remove the appcompat bit we were installing for WinXP Beta and RC1
|
|
HKLM,"%SHELLCOMPAT%\Objects\{BDEADF00-C265-11D0-BCED-00A0C90AB50F}",NOLEGACYWEBVIEW
|
|
|
|
|
|
; avoid useless warning msgs from Outlook and other people that don't test the EditFlags right
|
|
[RegSafeStuff]
|
|
HKCR,txtfile,EditFlags,%REGDW%,0x00010000
|
|
|
|
|
|
;
|
|
; Advanced Options tab
|
|
;
|
|
; For advanced settings that override SHELLSTATE bits, if
|
|
; the DefaultValue is *different* from the SHELLSTATE default value,
|
|
; then you need to tweak the update code in SHRefreshSettings.
|
|
;
|
|
; NOTE: if you add new entries here, then you MUST also add a help id.
|
|
; Grab the next free one from \genx\shell\inc\shellids.h
|
|
;
|
|
[RegAdvancedOptions]
|
|
HKLM,"%ADV_FOLDER%","Type",,"group"
|
|
HKLM,"%ADV_FOLDER%","Text",,%DESC_FileFolder%
|
|
HKLM,"%ADV_FOLDER%","Bitmap",%REGEXSZ%,"%_SYS_MOD_PATH%,4"
|
|
HKLM,"%ADV_FOLDER%","HelpID",,"%SHELL_HLP%#51140"
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\Hidden","Text",,"%DESC_HiddenFiles%"
|
|
HKLM,"%ADV_FOLDER%\Hidden","Type",,"group"
|
|
HKLM,"%ADV_FOLDER%\Hidden","Bitmap",%REGEXSZ%,"%_SYS_MOD_PATH%,4"
|
|
HKLM,"%ADV_FOLDER%\Hidden","HelpID",,"%SHELL_HLP%#51131"
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","Text",,"%DESC_ShowAll%"
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","Type",,"radio"
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","ValueName",,"Hidden"
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","DefaultValue",%REGDW%,0x00000002
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\Hidden\SHOWALL","HelpID",,"%SHELL_HLP%#51105"
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","Text",,"%DESC_NoHidden%"
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","Type",,"radio"
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","CheckedValue",%REGDW%,0x00000002
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","ValueName",,"Hidden"
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","DefaultValue",%REGDW%,0x00000002
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\Hidden\NOHIDDEN","HelpID",,"%SHELL_HLP%#51104"
|
|
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","Text",,%DESC_ShowInfoTip%
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","ValueName",,"ShowInfoTip"
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","DefaultValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowInfoTip","HelpID",,"%SHELL_HLP%#51102"
|
|
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","Text",,%DESC_HideFileExt%
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","ValueName",,"HideFileExt"
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","DefaultValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\HideFileExt","HelpID",,"%SHELL_HLP%#51101"
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","Text",,%DESC_ShowFullPath%
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","RegPath",,"%PATH_EXPLORER%\CabinetState"
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","ValueName",,"FullPath"
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","DefaultValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ShowFullPath","HelpID",,"%SHELL_HLP%#51100"
|
|
|
|
; in ie5
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","Text",,%DESC_ShowFullPathAddress%
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","RegPath",,"%PATH_EXPLORER%\CabinetState"
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","ValueName",,"FullPathAddress"
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","DefaultValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowFullPathAddress","HelpID",,"%SHELL_HLP%#51107"
|
|
|
|
; in ie4
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","Text",,%DESC_ClassicViewState%
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","ValueName",,"ClassicViewState"
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","CheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","UncheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","DefaultValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ClassicViewState","HelpID",,"%SHELL_HLP%#51076"
|
|
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","Text",,%DESC_DesktopProcess%
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","ValueName",,"SeparateProcess"
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","DefaultValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess","HelpID",,"%SHELL_HLP%#51079"
|
|
HKLM,"%ADV_FOLDER%\DesktopProcess\Policy\SeparateProcess"
|
|
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","Text",,%DESC_SuperHidden%
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","WarningIfNotDefault",,"@shell32.dll,-28964"
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","ValueName",,"ShowSuperHidden"
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","CheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","UncheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","DefaultValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\SuperHidden","HelpID",,"%SHELL_HLP%#51103"
|
|
HKLM,"%ADV_FOLDER%\SuperHidden\Policy\DontShowSuperHidden"
|
|
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","Text",,%DESC_NetCrawl%
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","ValueName",,"NoNetCrawling"
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","CheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","UncheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","DefaultValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\NetCrawler","HelpID",,"%SHELL_HLP%#51147"
|
|
HKLM,"%ADV_FOLDER%\NetCrawler\Policy\NoNetCrawling"
|
|
|
|
; New for Millennium: Turn off webview barricades
|
|
; again, for all barricaded folders
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","Text",,%DESC_WebViewBarricade%
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","ValueName",,"WebViewBarricade"
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","HelpID",,"%SHELL_HLP%#51148"
|
|
HKLM,"%ADV_FOLDER%\WebViewBarricade","DefaultValue",%REGDW%,0x00000000
|
|
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","Text",,%DESC_FriendlyTree%
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","ValueName",,"FriendlyTree"
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","HelpID",,"%SHELL_HLP%#51149"
|
|
HKLM,"%ADV_FOLDER%\FriendlyTree","DefaultValue",%REGDW%,0x00000001
|
|
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","Text",,%DESC_PersistBrowsers%
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","ValueName",,"PersistBrowsers"
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","HelpID",,"%SHELL_HLP%#51152"
|
|
HKLM,"%ADV_FOLDER%\PersistBrowsers","DefaultValue",%REGDW%,0x00000000
|
|
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","Text",,%DESC_FolderSizeTip%
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","ValueName",,"FolderContentsInfoTip"
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\FolderSizeTip","DefaultValue",%REGDW%,0x00000001
|
|
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","Text",,%DESC_DisableThumbCache%
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","ValueName",,"DisableThumbnailCache"
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","DefaultValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\DisableThumbCache","HelpID",,"%SHELL_HLP%#51155"
|
|
|
|
HKLM,"%ADV_STARTMENU%","Type",,"group"
|
|
HKLM,"%ADV_STARTMENU%","Text",,%DESC_StartMenuSettings%
|
|
HKLM,"%ADV_STARTMENU%","Bitmap",%REGEXSZ%,"%_SYS_MOD_PATH%,40"
|
|
HKLM,"%ADV_STARTMENU%","HelpID",,"%WINDOWS_HLP%#51132"
|
|
HKLM,"%ADV_STARTMENU%\Policy\NoChangeStartMenu"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu","Type",,"group"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu","Text",,"%DESC_StartMenuSettings%"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu","Bitmap",%REGEXSZ%,"%_SYS_MOD_PATH%,40"
|
|
;HKLM,"%ADV_STARTMENU%\StartMenu","HelpID",,"%WINDOWS_HLP%#?????"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","Text",,%DESC_StartMenuIntelli%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","ValueName",,"IntelliMenus"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus","HelpID",,"%WINDOWS_HLP%#51139"
|
|
; Note that this restriction is really tri-state:
|
|
; 0 = unrestricted
|
|
; 1 = force off
|
|
; 2 = force on
|
|
; fortunately, rgtreeop treats any nonzero value as "Do not show", which
|
|
; works for us.
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\IntelliMenus\Policy\IntelliMenus"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","Text",,%DESC_StartMenuSmallIcons%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","ValueName",,"Start_LargeIcons"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","CheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","UncheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons","HelpID",,"%WINDOWS_HLP%#6010"
|
|
;HKLM,"%ADV_STARTMENU%\StartMenu\SmallIcons\Policy\SmallIcons","RegKey",%REGSZ%,"???"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","Text",,%DESC_StartMenuFavorites%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","ValueName",,"StartMenuFavorites"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","UncheckedValue",%REGDW%,"0"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","DefaultValue",,"0"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites","HelpID",,"%WINDOWS_HLP%#51134"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuFavorites\Policy\NoFavoritesMenu"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","Text",,%DESC_StartMenuLogoff%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","ValueName",,"StartMenuLogoff"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","DefaultValue",%REGDW%,0
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff","HelpID",,"%WINDOWS_HLP%#51133"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff\Policy\LogonType","RegKey",%REGSZ%,"Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff\Policy\StartMenuLogoff"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuLogoff\Policy\ForceStartMenuLogoff"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","Text",,%DESC_CascadeControlPanel%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","ValueName",,"CascadeControlPanel"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel","HelpID",,"%WINDOWS_HLP%#51135"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel\Policy\NoSetFolders"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeControlPanel\Policy\NoControlPanel"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","Text",,%DESC_CascadeMyDocuments%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","ValueName",,"CascadeMyDocuments"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments","HelpID",,"%WINDOWS_HLP%#51136"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyDocuments\Policy\NoSMMyDocs"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","Text",,%DESC_CascadePrinters%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","ValueName",,"CascadePrinters"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters","HelpID",,"%WINDOWS_HLP%#51137"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadePrinters\Policy\NoSetFolders"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","Text",,%DESC_StartMenuScrollPrograms%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","ValueName",,"StartMenuScrollPrograms"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuScrollPrograms","HelpID",,"%WINDOWS_HLP%#51138"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","Text",,%DESC_CascadeMyPictures%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","ValueName",,"CascadeMyPictures"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures","HelpID",,"%WINDOWS_HLP%#51146"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\CascadeMyPictures\Policy\NoSMMyPictures"
|
|
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","Text",,%DESC_CascadeNetConnect%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","ValueName",,"CascadeNetworkConnections"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect","HelpID",,"%WINDOWS_HLP%#51141"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect\Policy\NoSetFolders"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\NetConnect\Policy\NoNetworkConnections"
|
|
|
|
;; New for Millennium: StartMenuRun (EasyPC Initiative)
|
|
;; Enables/disables the Start.Run menu item and only that menu item.
|
|
;; "Run" functionality is still present in all other standard places.
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","Text",,%DESC_StartMenuRun%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","ValueName",,"StartMenuRun"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun","HelpID",,"%WINDOWS_HLP%#51142"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuRun\Policy\NoRun"
|
|
|
|
;; New for Millennium: StartMenuChange (EasyPC Initiative)
|
|
;; Enables/disables drag/drop and context menu on the Start Menu.
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","Text",,%DESC_StartMenuChange%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","ValueName",,"StartMenuChange"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange","HelpID",,"%WINDOWS_HLP%#51145"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\StartMenuChange\Policy\NoChangeStartMenu"
|
|
|
|
|
|
;; System Programs that needs to be recognized by the shell
|
|
;; currently this is only used when the user deletes a shortcut, we should not
|
|
;; prompt them for "Add/Remove Programs"
|
|
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "dialer",,"dialer.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "hypertrm",,"hypertrm.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "wordpad",,"wordpad.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "kodakimg",,"kodakimg.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "kodakprv",,"kodakprv.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "wangimg",,"wangimg.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "pinball",,"pinball.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "mlset32",,"mlset32.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "msscrdbg",,"msscrdbg.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "cchat",,"cchat.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "msimn",,"msimn.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "mplayer2",,"mplayer2.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "wab",,"wab.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "iexplore",,"iexplore.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "conf",,"conf.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "icwconn1",,"icwconn1.exe"
|
|
HKLM,"%APP_MANAGEMENT%\System Programs", "mstsc",,"mstsc.exe"
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; Visual Effects options
|
|
;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
; Taskbar Animations
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","Text",,"@shell32.dll,-30530"
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","ValueName",,"TaskbarAnimations"
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\TaskbarAnimations","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETCURSORSHADOW
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","Text",,"@shell32.dll,-30531"
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","SPIActionGet",%REGDW%,0x101A
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","SPIActionSet",%REGDW%,0x101B
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\CursorShadow","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETDROPSHADOW
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","Text",,"@shell32.dll,-30532"
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","SPIActionGet",%REGDW%,0x1024
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","SPIActionSet",%REGDW%,0x1025
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\DropShadow","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETDRAGFULLWINDOWS
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","Text",,"@shell32.dll,-30533"
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","SPIActionGet",%REGDW%,38
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","SPIActionSet",%REGDW%,37
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\DragFullWindows","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETANIMATION
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","Text",,"@shell32.dll,-30534"
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","SPIActionGet",%REGDW%,72
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","SPIActionSet",%REGDW%,73
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\AnimateMinMax","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETFONTSMOOTHING
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","Text",,"@shell32.dll,-30535"
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","SPIActionGet",%REGDW%,74
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","SPIActionSet",%REGDW%,75
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","DefaultValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","DefaultByFontTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\FontSmoothing","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETMENUANIMATION
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","Text",,"@shell32.dll,-30536"
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","SPIActionGet",%REGDW%,0x1002
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","SPIActionSet",%REGDW%,0x1003
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\MenuAnimation","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETCOMBOBOXANIMATION
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","Text",,"@shell32.dll,-30539"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","SPIActionGet",%REGDW%,0x1004
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","SPIActionSet",%REGDW%,0x1005
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ComboBoxAnimation","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETLISTBOXSMOOTHSCROLLING
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","Text",,"@shell32.dll,-30544"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","SPIActionGet",%REGDW%,0x1006
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","SPIActionSet",%REGDW%,0x1007
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListBoxSmoothScrolling","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETSELECTIONFADE
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","Text",,"@shell32.dll,-30546"
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","SPIActionGet",%REGDW%,0x1014
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","SPIActionSet",%REGDW%,0x1015
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\SelectionFade","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; SPI_GETTOOLTIPANIMATION
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","Text",,"@shell32.dll,-30547"
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","SPIActionGet",%REGDW%,0x1016
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","SPIActionSet",%REGDW%,0x1017
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\TooltipAnimation","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; WebView
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","Text",,"@shell32.dll,-30537"
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","CLSID",,"%CLSID_WebViewRegTreeItem%"
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\WebView","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
#ifndef _WIN64
|
|
; Theming
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","Text",,"@shell32.dll,-30538"
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","CLSID",,"%CLSID_ThemesRegTreeItem%"
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","DefaultValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","HelpID",,"%WINDOWS_HLP%#51140"
|
|
HKLM,"%ADV_VISUALEFFECTS%\Themes","NoApplyDefault",,""
|
|
#endif // _WIN64
|
|
|
|
; Listview - Drop shadow on text on a background image
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","Text",,"@shell32.dll,-30541"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","ValueName",,"ListviewShadow"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","DefaultValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewShadow","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; Listview - Alpha Selection Rect
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","Text",,"@shell32.dll,-30540"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","ValueName",,"ListviewAlphaSelect"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","DefaultValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","DefaultByAlphaTest",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewAlphaSelect","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
; Listview - Watermark - Pinned image that scrolls behind listview items
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","Type",,"checkbox"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","Text",,"@shell32.dll,-30543"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","ValueName",,"ListviewWatermark"
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","CheckedValue",%REGDW%,1
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","UncheckedValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","DefaultValue",%REGDW%,0
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","MinimumMEM",%REGDW%,84
|
|
HKLM,"%ADV_VISUALEFFECTS%\ListviewWatermark","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; NT Specific stuff
|
|
;
|
|
; General assumption should be that any new shell32 feature goes to ALL
|
|
; platforms. So don't put anything in this section.
|
|
;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
[RegShellNT]
|
|
; This is an NT-specific Advanced Options settings
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","Text",,%DESC_ShowCompColor%
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","ValueName",,"ShowCompColor"
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","DefaultValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\ShowCompColor","HelpID",,"%SHELL_HLP%#51130"
|
|
|
|
; NT Specific Start Menu advanced options
|
|
; Admin Tools
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","Type",,"checkbox"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","Text",,%DESC_StartMenuAdminTools%
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","HKeyRoot",%REGDW%,0x80000001
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","RegPath",,"%PATH_EXPLORER%\Advanced"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","ValueName",,"StartMenuAdminTools"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","CheckedValue",%REGEXSZ%,"YES"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","UncheckedValue",%REGEXSZ%,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","DefaultValue",,"NO"
|
|
HKLM,"%ADV_STARTMENU%\StartMenu\AdminTools","HelpID",,"%WINDOWS_HLP%#51140"
|
|
|
|
|
|
; Whistler Specific icons for group buttons
|
|
HKCR,"Applications\EXPLORER.EXE","TaskbarGroupIcon",%REGEXSZ%,"%25%\Explorer.exe,13"
|
|
HKCR,"Applications\WINWORD.EXE\TaskbarExceptionsIcons\WordMail","IconPath",,"explorer.exe,16"
|
|
HKCR,"Applications\WINWORD.EXE\TaskbarExceptionsIcons\WordMail","NewExeName",,"OUTLOOK.EXE"
|
|
|
|
; This is needed for the NT5 class Store support, this key allows us
|
|
; to know when we are dealing with the "Unknown" progid.
|
|
HKCR,"Unknown","QueryClassStore",,""
|
|
|
|
; Run as support for control panel applets and setup executables
|
|
HKCR,"cplfile\shell\runas\command",,%REGEXSZ%,"%11%\rundll32.exe shell32.dll,Control_RunDLLAsUser %1,%*"
|
|
|
|
; This is the list of .exe's that we want to bring up the "Run As..." dialog for when a non-administrative user
|
|
; is trying to run them
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\setup.exe","RunAsOnNonAdminInstall",%REGDW%,0x00000001
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\install.exe","RunAsOnNonAdminInstall",%REGDW%,0x00000001
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\winnt32.exe","RunAsOnNonAdminInstall",%REGDW%,0x00000001
|
|
|
|
; This is the list of .exe's that we want to block from running on a Terminal Server machine unless the machine
|
|
; has been put in install mode.
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\setup.exe","BlockOnTSNonInstallMode",%REGDW%,0x00000001
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\install.exe","BlockOnTSNonInstallMode",%REGDW%,0x00000001
|
|
|
|
; Network Connections is an NT5 only feature
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%CLSID_NetworkConnections%",,,"%DESC_NetworkConnections%"
|
|
HKCR,"CLSID\%CLSID_NetworkConnections%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0x00000003
|
|
|
|
; ControlPanel NameSpace
|
|
; These regitems used to live in My Computer NameSpace
|
|
; The new Printers folder in control panel needs to be NT5 only unless we want to change main.cpl on Win9x
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%DESC_Printers%",,,"%CLSID_Printers%"
|
|
|
|
; The new Fonts folder in control panel needs to be NT5 only unless we want to change main.cpl on Win9x
|
|
;CLSID_FontsFolderShortcut
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%",,,"%DESC_FontsFolderShortcut%"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0xFFFFFFFF
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\DefaultIcon",,%REGEXSZ%,"%11%\main.cpl,9"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\%IPS%",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\ShellFolder","Attributes",%REGDW%,0x60000000
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\ShellFolder","WantsFORPARSING",2,""
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\Instance","CLSID",,"%CLSID_FolderShortcut%"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\Instance\InitPropertyBag","TargetSpecialFolder",,"0x0014"
|
|
HKCR,"CLSID\%CLSID_FontsFolderShortcut%\Instance\InitPropertyBag","Attributes",,"0x00000015"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%CLSID_FontsFolderShortcut%",,,"%DESC_FontsFolderShortcut%"
|
|
; this is needed because this object is in shdocvw.dll
|
|
HKLM,"%SMWCVSEA%","%CLSID_FontsFolderShortcut%",,"%DESC_FontsFolderShortcut%"
|
|
|
|
; The new Admin Folder is NT5 only
|
|
;CLSID_AdminFolderShortcut
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%",,,"%DESC_AdminFolderShortcut%"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%","%SCID_CONTROLPANELCATEGORY%",%REGDW%,0x00000005
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\DefaultIcon",,%REGEXSZ%,"%11%\main.cpl,10"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\%IPS%",,%REGEXSZ%,"%11%\shdocvw.dll"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\ShellFolder","Attributes",%REGDW%,0x60000100
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\ShellFolder","WantsFORPARSING",2,""
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\Instance","CLSID",,"%CLSID_FolderShortcut%"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\Instance\InitPropertyBag","TargetSpecialFolder",,"0x002f"
|
|
HKCR,"CLSID\%CLSID_AdminFolderShortcut%\Instance\InitPropertyBag","Attributes",,"0x00000011"
|
|
HKLM,"%PATH_EXPLORER%\ControlPanel\NameSpace\%CLSID_AdminFolderShortcut%",,,"%DESC_AdminFolderShortcut%"
|
|
; this is needed because this object is in shdocvw.dll
|
|
HKLM,"%SMWCVSEA%","%CLSID_AdminFolderShortcut%",,"%DESC_AdminFolderShortcut%"
|
|
|
|
HKCR,"CLSID\%CLSID_EncryptionContextMenuHandler%",,,"%DESC_EncryptionContextMenuHandler%"
|
|
HKCR,"CLSID\%CLSID_EncryptionContextMenuHandler%\%IPS%",,%REGEXSZ%,"%_SYS_MOD_PATH%"
|
|
HKCR,"CLSID\%CLSID_EncryptionContextMenuHandler%\%IPS%",ThreadingModel,,Apartment
|
|
HKCR,"*\ShellEx\ContextMenuHandlers\Open With EncryptionMenu",,,"%CLSID_EncryptionContextMenuHandler%"
|
|
HKCR,"Directory\ShellEx\ContextMenuHandlers\EncryptionMenu",,,"%CLSID_EncryptionContextMenuHandler%"
|
|
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't load",speech.cpl
|
|
|
|
; Allow Hard Error Popups to be handled by the shell
|
|
HKLM,"SYSTEM\CurrentControlSet\Control\Windows","ShellErrorMode",%REGDW%,0x00000001
|
|
|
|
; The "don't put anything here" comment holds doubly true for NTServer
|
|
[RegShellNTServer]
|
|
HKLM,"%POLICIES_EXPLORER%","ShowSuperHidden",%REGDW%,0x00000001
|
|
|
|
[RegShellNTPro]
|
|
;
|
|
; Advanced Options tab - pro workstation only
|
|
;
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","Type",,"checkbox"
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","Text",,%DESC_SimpleSharing%
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","HKeyRoot",%REGDW%,0x80000002
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","RegPath",,"System\CurrentControlSet\Control\LSA"
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","ValueName",,"ForceGuest"
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","CheckedValue",%REGDW%,0x00000001
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","UncheckedValue",%REGDW%,0x00000000
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","HelpID",,"%SHELL_HLP%#51154"
|
|
HKLM,"%ADV_FOLDER%\SimpleSharing","DefaultValue",%REGDW%,0x00000001
|
|
|
|
[!DelRegOldRollback]
|
|
HKLM,"Software\Microsoft\Advanced INF Setup\IE CompList","Shell.Shell32.NT5"
|
|
HKLM,"Software\Microsoft\Advanced INF Setup\IE CompList","Shell.Shell32.CurrentUser"
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; And finally, our string section
|
|
;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
[Strings]
|
|
|
|
; These lines compress the file -- do not localize
|
|
SMWCV = "Software\Microsoft\Windows\CurrentVersion"
|
|
; all shell32 objects are auto-approved so only rare cases should be using this variable
|
|
SMWCVSEA = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
|
|
SMWCVEFA = "Software\Microsoft\Windows\CurrentVersion\Explorer\FileAssociation"
|
|
PATH_EXPLORER = "Software\Microsoft\Windows\CurrentVersion\Explorer"
|
|
PATH_AUTOPLAY = "Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers"
|
|
PATH_MIMEDBCT = "MIME\Database\Content Type"
|
|
POLICIES_EXPLORER = "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
|
|
POLICIES_ACTIVEDESKTOP = "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
|
|
POLICIES_NONENUM = "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
|
|
ADV_FOLDER = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder"
|
|
ADV_VISUAL = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Visual"
|
|
ADV_STARTMENU = "Software\Microsoft\Windows\CurrentVersion\Explorer\StartMenu"
|
|
ADV_VISUALEFFECTS = "Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects"
|
|
APP_MANAGEMENT= "Software\Microsoft\Windows\CurrentVersion\App Management"
|
|
APP_PATHS = "Software\Microsoft\Windows\CurrentVersion\App Paths"
|
|
SHELLCOMPAT = "Software\Microsoft\Windows\CurrentVersion\ShellCompatibility"
|
|
EXTVIEW="shellex\ExtShellFolderViews"
|
|
CONTENTIOUS = "Software\Microsoft\Windows\CurrentVersion\Explorer\Associations\_Lookup\Contentious"
|
|
OPENANYTHING = "Software\Microsoft\Windows\CurrentVersion\Explorer\Associations\_Lookup\OpenAnything"
|
|
SHLSVC_DELAY = "Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad"
|
|
PATH_HIDEDESKICONS = "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
|
|
PATH_WMPLAYER7 = "%ProgramFiles%\Windows Media Player\wmplayer.exe"
|
|
PATH_WMPLAYER7QUOTED = """%ProgramFiles%\Windows Media Player\wmplayer.exe"""
|
|
|
|
IPS="InProcServer32"
|
|
LS="LocalServer32"
|
|
; (REG_EXPAND_SZ << 16)
|
|
REGEXSZ=0x00020000
|
|
REGEXSZ_NOREPLACE=0x00020002
|
|
; (REG_DWORD << 16)
|
|
REGDW=0x00010001
|
|
REGDW_NOREPLACE=0x00010003
|
|
REGMULSZ=0x00010000
|
|
; -- end of compression section --
|
|
|
|
; View related stuff:
|
|
VID_ThumbView = "{8BEBB290-52D0-11d0-B7F4-00C04FD706EC}"
|
|
VID_WebView = "{5984FFE0-28D4-11CF-AE66-08002B2E1262}"
|
|
HYPERTEXT_TEM = "HyperText Template"
|
|
DESC_WebView_MenuName = "as &Web Page"
|
|
DESC_WebView_HelpText = "Displays items in Web View"
|
|
DESC_WebView_TooltipText = "Web"
|
|
DESC_ThumbView_MenuName = "T&humbnails"
|
|
DESC_ThumbView_HelpText = "Displays items using thumbnail view."
|
|
DESC_ThumbView_TooltipText = "Thumbnails"
|
|
DESC_FolderItem = ""
|
|
DESC_FolderItemsFDF = ""
|
|
|
|
; net hood context menu items
|
|
|
|
; Start.Find stuff:
|
|
SEARCH_FILES_FOLDER = "For &Files or Folders..."
|
|
SEARCH_FILES_FOLDER_HELP = "Search for files or folders"
|
|
FIND_COMPUTER = "For &Computers"
|
|
FIND_COMPUTER_HELP = "Search for computers on the network"
|
|
FIND_PRINTER = "For &Printer"
|
|
FIND_PRINTER_HELP = "Search for a printer"
|
|
|
|
; InfoTip Strings
|
|
;MYCOMPUTER_IT = "Displays the contents of your computer"
|
|
;NETWORKNEIGHBORHOOD_IT = "Displays the computers on your network"
|
|
;RECYCLEBIN_IT = "Stores deleted items until you permanently remove them from your computer"
|
|
;BRIEFCASE_IT = "Synchronizes files when you use two computers"
|
|
;TASKSCHEDULER_IT = "Schedules computer tasks to run automatically"
|
|
;FONTSFOLDERSHORTCUT_IT = "Displays and manages fonts on your computer"
|
|
;ADMINFOLDERSHORTCUT_IT = "Configures administrative settings for your computer"
|
|
|
|
ACCESSIBILITYOPTIONS_IT = "Customizes accessibility features for your computer."
|
|
ARP_IT = "Installs and removes programs and Windows components."
|
|
DIALINGOPTIONS_IT = "Configures telephone dialing rules for your location."
|
|
DISPLAYPROPERTIES_IT = "Customizes your desktop display and screen saver."
|
|
INTERNETOPTIONS_IT = "Configures your Internet display and connections settings."
|
|
DATETIME_IT = "Changes date, time, and time-zone information."
|
|
PRINTERS_IT = "Adds, removes and changes settings for printers."
|
|
|
|
ACCESSIBILITYOPTIONS_DISPLAYNAME= "Accessibility Options"
|
|
ARP_DISPLAYNAME = "Add/Remove Programs"
|
|
DIALINGOPTIONS_DISPLAYNAME = "Dialing Options"
|
|
DISPLAYPROPERTIES_DISPLAYNAME = "Display"
|
|
INTERNETOPTIONS_DISPLAYNAME = "Internet Options"
|
|
DATETIME_DISPLAYNAME = "Date/Time"
|
|
PRINTERS_DISPLAYNAME = "Printers and Faxes"
|
|
|
|
FOLDEROPTIONS_IT = "Customizes the display of files and folders, changes file associations, and makes network files available offline"
|
|
|
|
; Autoplay Stuff
|
|
AP_MEMSTICK = "Memory Stick"
|
|
AP_MEMSTICKMG = "Memory Stick - MG"
|
|
AP_ZIPDRIVE100 = "Zip Drive 100"
|
|
AP_ZIPDRIVE250 = "Zip Drive 250"
|
|
AP_CLIKDRIVE = "Clik! Drive"
|
|
AP_IMAGEMATE = "ImageMate"
|
|
AP_PORTABLEAUDIOPLAYER = "Portable Audio Player"
|
|
AP_DVD = "DVD"
|
|
AP_ADVD = "a DVD"
|
|
AP_MIXEDCONTENT = "mixed content"
|
|
AP_MIXEDCONTENTCAPS = "Mixed content"
|
|
AP_AMUSICCD = "a music CD"
|
|
AP_MUSICCD = "Music CD"
|
|
AP_MUSICFILES = "music files"
|
|
AP_MUSICFILESCAPS = "Music files (WMA/MP3)"
|
|
AP_PICTURES = "picture files"
|
|
AP_PICTURECAPS = "Pictures"
|
|
AP_VIDEO = "video files"
|
|
AP_VIDEOCAPS = "Video"
|
|
|
|
; CLSIDs
|
|
CLSID_ControlPanel = "{21EC2020-3AEA-1069-A2DD-08002B30309D}"
|
|
CLSID_Printers = "{2227A280-3AEA-1069-A2DE-08002B30309D}"
|
|
CLSID_MyDocuments = "{450D8FBA-AD25-11D0-98A8-0800361B1103}"
|
|
CLSID_MyComputer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
|
|
CLSID_NetworkPlaces = "{208D2C60-3AEA-1069-A2D7-08002B30309D}"
|
|
CLSID_CompositeFolder = "{FEF10DED-355E-4e06-9381-9B24D7F7CC88}"
|
|
CLSID_RecycleBin = "{645FF040-5081-101B-9F08-00AA002F954E}"
|
|
CLSID_Briefcase = "{85BBD920-42A0-1069-A2E4-08002B30309D}"
|
|
CLSID_BriefcaseFolder = "{86747AC0-42A0-1069-A2E6-08002B30309D}"
|
|
CLSID_TaskScheduler = "{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
|
|
CLSID_RecycleBinCleaner = "{5ef4af3a-f726-11d0-b8a2-00c04fc309a4}"
|
|
CLSID_ShellViewerExt = "{84F26EA0-42A0-1069-A2E3-08002B30309D}"
|
|
CLSID_ShellDrvDefExt = "{5F5295E0-429F-1069-A2E2-08002B30309D}"
|
|
CLSID_ShellFSFolder = "{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"
|
|
CLSID_ShellFileDefExt = "{21B22460-3AEA-1069-A2DC-08002B30309D}"
|
|
CLSID_FileTypes = "{B091E540-83E3-11CF-A713-0020AFD79762}"
|
|
CLSID_MIMEFileTypesHook = "{FBF23B41-E3F0-101B-8488-00AA003E56F8}"
|
|
CLSID_DocFindFolder = "{e17d4fc0-5564-11d1-83f2-00a0c90dc849}"
|
|
CLSID_ComputerFindFolder = "{1f4de370-d627-11d1-ba4f-00a0c91eedba}"
|
|
CLSID_DocFindCommand = "{B005E690-678D-11d1-B758-00A0C90564FE}"
|
|
CLSID_DocFindPersistHistory = "{bab33640-1280-11d2-aa30-00a0c91eedba}"
|
|
CLSID_DefViewPersistHistory = "{7febaf7c-18cf-11d2-993f-00a0c91f3880}"
|
|
CLSID_Internet = "{871C5380-42A0-1069-A2EA-08002B30309D}"
|
|
CLSID_ShellSearchExt = "{169A0691-8DF9-11d1-A1C4-00C04FD75D13}"
|
|
CLSID_ShellTreeWalker = "{95CE8412-7027-11D1-B879-006008059382}"
|
|
CLSID_DocObjColumnProvider = "{24F14F01-7B1C-11d1-838f-0000F80461CF}"
|
|
CLSID_URLColumnProvider = "{24F14F02-7B1C-11d1-838f-0000F80461CF}"
|
|
CLSID_FileSysColumnProvider = "{0D2E74C4-3C34-11d2-A27E-00C04FC30871}"
|
|
CLSID_VersionColProvider = "{66742402-F9B9-11D1-A202-0000F81FEDEE}"
|
|
CLSID_FileSearchBand = "{C4EE31F3-4768-11D2-BE5C-00A0C9A83DA1}"
|
|
CLSID_ShellNetDefExt = "{86422020-42A0-1069-A2E5-08002B30309D}"
|
|
CLSID_CFSIconOverlayManager = "{63B51F81-C868-11D0-999C-00C04FD655E1}"
|
|
CLSID_CopyToMenu = "{C2FBB630-2971-11d1-A18C-00C04FD75D13}"
|
|
CLSID_MoveToMenu = "{C2FBB631-2971-11d1-A18C-00C04FD75D13}"
|
|
CLSID_CWebViewMimeFilter = "{733AC4CB-F1A4-11d0-B951-00A0C90312E1}"
|
|
CLSID_DeskMovr = "{72267F6A-A6F9-11D0-BC94-00C04FB67863}"
|
|
CLSID_DeskHtmlProp = "{3FC0B520-68A9-11D0-8D77-00C04FD70822}"
|
|
CLSID_ActiveDesktop = "{75048700-EF1F-11D0-9888-006097DEACF9}"
|
|
CLSID_Shell = "{13709620-C279-11CE-A49E-444553540000}"
|
|
CLSID_WebViewFolderContents = "{1820FED0-473E-11D0-A96C-00C04FD705A2}"
|
|
CLSID_ShellFolderView = "{62112AA1-EBE4-11cf-A5FB-0020AFE7292D}"
|
|
CLSID_ShellFolderViewOC = "{9BA05971-F6A8-11CF-A442-00A0C90A8F39}"
|
|
CLSID_Mshtml = "{25336920-03F9-11CF-8FD0-00AA00686F13}"
|
|
CLSID_ShellFldSetExt = "{6D5313C0-8C62-11D1-B2CD-006097DF8C11}"
|
|
CLSID_StartMenu = "{4622AD11-FF23-11d0-8D34-00A0C90F2719}"
|
|
CLSID_PersonalStartMenu = "{3F6953F0-5359-47FC-BD99-9F2CB95A62FD}"
|
|
CLSID_CmdFileIcon = "{57651662-CE3E-11D0-8D77-00C04FC99D61}"
|
|
CLSID_ShellDesktop = "{00021400-0000-0000-C000-000000000046}"
|
|
CLSID_SendToMenu = "{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
|
|
CLSID_NewMenu = "{D969A300-E7FF-11d0-A93B-00A0C90F2719}"
|
|
CLSID_OpenWithMenu = "{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
|
|
CLSID_OverlayIdentifier_SlowFile = "{7D688A77-C613-11D0-999B-00C04FD655E1}"
|
|
CLSID_WebFolders = "{BDEADF00-C265-11D0-BCED-00A0C90AB50F}"
|
|
|
|
CLSID_Shell32TypeLib = "{50a7e9b0-70ef-11d1-b75a-00a0c90564fe}"
|
|
CLSID_FolderShortcut = "{0AFACED1-E828-11D1-9187-B532F1E9575D}"
|
|
CLSID_MountedVolume = "{12518493-00B2-11d2-9FA5-9E3420524153}"
|
|
CLSID_MTAInjector = "{111DCCED-3B96-4170-A076-681669ED1512}"
|
|
CLSID_ShellLink = "{00021401-0000-0000-C000-000000000046}"
|
|
|
|
CLSID_NetworkConnections = "{7007ACC7-3202-11D1-AAD2-00805FC1270E}"
|
|
CLSID_FontsFolderShortcut = "{D20EA4E1-3957-11d2-A40B-0C5020524152}"
|
|
CLSID_AdminFolderShortcut = "{D20EA4E1-3957-11d2-A40B-0C5020524153}"
|
|
|
|
CLSID_DragDropHelper = "{4657278A-411B-11d2-839A-00C04FD918D0}"
|
|
CLSID_ExeDropTarget = "{86C86720-42A0-1069-A2E8-08002B30309D}"
|
|
CLSID_CShellMonikerHelper = "{679d9e37-f8f9-11d2-8deb-00c04f6837d5}"
|
|
CLSID_FolderOptions = "{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}"
|
|
CLSID_TaskbarOptions = "{0DF44EAA-FF21-4412-828E-260A8728E7F1}"
|
|
|
|
CLSID_FolderItem = "{FEF10FA2-355E-4e06-9381-9B24D7F7CC88}"
|
|
CLSID_FolderItemsFDF = "{53C74826-AB99-4d33-ACA4-3117F51D3788}"
|
|
|
|
CLSID_ShellNetCrawler = "{601ac3dc-786a-4eb0-bf40-ee3521e70bfb}"
|
|
DESC_ShellNetCrawler = "Network Crawler"
|
|
|
|
CLSID_WorkgroupCrawler = "{72b3882f-453a-4633-aac9-8c3dced62aff}"
|
|
DESC_WorkgroupCrawler = "Local Shares and Printers Crawler"
|
|
|
|
CLSID_HWShellExecute = "{FFB8655F-81B9-4fce-B89C-9A6BA76D13E7}"
|
|
CLSID_HWMixedContent = "{995C996E-D918-4a8c-A302-45719A6F4EA7}"
|
|
CLSID_AutoPlayVerb = "{f26a669a-bcbb-4e37-abf9-7325da15f931}"
|
|
|
|
CLSID_TimeCategorizer = "{3bb4118f-ddfd-4d30-a348-9fb5d6bf1afe}"
|
|
CLSID_SizeCategorizer = "{55d7b852-f6d1-42f2-aa75-8728a1b2d264}"
|
|
CLSID_FreeSpaceCategorizer = "{B5607793-24AC-44c7-82E2-831726AA6CB7}"
|
|
CLSID_DriveSizeCategorizer = "{94357B53-CA29-4b78-83AE-E8FE7409134F}"
|
|
CLSID_DriveTypeCategorizer = "{B0A8F3CF-4333-4bab-8873-1CCB1CADA48B}"
|
|
CLSID_MergedCategorizer = "{8e827c11-33e7-4bc1-b242-8cd9a1c2b304}"
|
|
|
|
CLSID_EncryptionContextMenuHandler ="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"
|
|
DESC_EncryptionContextMenuHandler ="Encryption Context Menu"
|
|
|
|
CLSID_PropertiesUI = "{d912f8cf-0396-4915-884e-fb425d32943b}"
|
|
CLSID_ShellItem = "{9ac9fbe1-e0a2-4ad6-b4ee-e212013ea917}"
|
|
CLSID_LocalCopyHelper = "{021003e9-aac0-4975-979f-14b5d4e717f8}"
|
|
CLSID_ShellThumbnailDiskCache = "{1EBDCF80-A200-11d0-A3A4-00C04FD706EC}"
|
|
CLSID_Thumbnail = "{7487cd30-f71a-11d0-9ea7-00805f714772}"
|
|
|
|
CLSID_ISFBand = "{D82BE2B0-5764-11D0-A96E-00C04FD705A2}"
|
|
CLSID_MenuBand = "{5b4dae26-b807-11d0-9815-00c04fd91972}"
|
|
CLSID_QuickLinks = "{0E5CBF21-D15F-11d0-8301-00AA005B4383}"
|
|
|
|
CLSID_WebViewRegTreeItem = "{01E2E7C0-2343-407f-B947-7E132E791D3E}"
|
|
DESC_WebViewRegTreeItem = "WebView tree item callback object for sysdm.cpl"
|
|
CLSID_ThemesRegTreeItem = "{AABE54D4-6E88-4c46-A6B3-1DF790DD6E0D}"
|
|
DESC_ThemesRegTreeItem = "Themes tree item callback object for sysdm.cpl"
|
|
|
|
CLSID_StgFolder = "{E773F1AF-3A65-4866-857D-846FC9C4598A}"
|
|
DESC_StgFolder = "Shell Storage Folder Viewer"
|
|
INFOTIP_StgFolder = "A storage object for files"
|
|
|
|
CLSID_DynamicStorage = "{F46316E4-FB1B-46eb-AEDF-9520BFBB916A}"
|
|
DESC_DynamicStorage = "Dynamic Storage Object"
|
|
INFOTIP_DynamicStorage = "A storage object for collecting streams and storages"
|
|
|
|
CLSID_NamespaceWalker = "{72eb61e0-8672-4303-9175-f2e4c68b2e7c}"
|
|
CLSID_FolderViewHost = "{20b1cb23-6968-4eb9-b7d4-a66d00d07cee}"
|
|
|
|
CLSID_VirtualStorage = "{84720068-F106-4B58-A4C6-189382AB39BD}"
|
|
DESC_VirtualStorage = "Virtual Storage Object"
|
|
INFOTIP_VirtualStorage = "A storage object for collecting streams and storages"
|
|
CLSID_VirtualStorageEnum= "{E1618F52-BF15-484A-86D2-183400E66A2B}"
|
|
DESC_VirtualStorageEnum = "Virtual Storage Object Enumerator"
|
|
INFOTIP_VirtualStorageEnum = "A enumerator for the VirtualStorage class"
|
|
CLSID_StorageProcessor = "{6CF8E98C-5DD4-42A2-A948-BFE4CA1DC3EB}"
|
|
DESC_StorageProcessor = "Storage Processor Object"
|
|
INFOTIP_StorageProcessor= "An object that performs copies, moves, deletes, etc within IStorages"
|
|
CLSID_StgTransConfirmationUI = "{6B831E4F-A50D-45FC-842F-16CE27595359}"
|
|
DESC_StgTransConfirmationUI = "Storage Processor Default Confirmation UI"
|
|
INFOTIP_StgTransConfirmationUI= "An object that displays UI for errors and confirmations during copies, moves, deletes, etc. within IStorageProcessor"
|
|
|
|
CLSID_CDBurn = "{fbeb8a05-beee-4442-804e-409d6c4515e9}"
|
|
DESC_CDBurn = "ShellFolder for CD Burning"
|
|
|
|
CLSID_CDStagingFolder = "{00da2f99-f2a6-40c2-b770-a920f8e44abc}"
|
|
DESC_CDStagingFolder = "Staging ShellFolder for CD Burning"
|
|
|
|
CLSID_MergedFolder = "{26fdc864-be88-46e7-9235-032d8ea5162e}"
|
|
DESC_MergedFolder = "Merged Folder"
|
|
|
|
CLSID_CDBurnFolder = "{00eebf57-477d-4084-9921-7ab3c2c9459d}"
|
|
DESC_CDBurnFolder = "CD Burn Merged Folder"
|
|
|
|
CLSID_WMP = "{8dd448e6-c188-4aed-af92-44956194eb1f}"
|
|
CLSID_BurnAudioCDExtension = "{f83cbf45-1c37-4ca1-a78a-28bcb91642ec}"
|
|
DESC_BurnAudioCDExtension = "CD Audio Burning Hook"
|
|
|
|
CLSID_SharedDocuments = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"
|
|
DESC_SharedDocuments = "Shared Documents Folder"
|
|
|
|
CLSID_StartMenuFolder = "{48e7caab-b918-4e58-a94d-505519c795dc}"
|
|
DESC_StartMenuFolder = "Start Menu Folder"
|
|
|
|
CLSID_ProgramsFolder = "{7be9d83c-a729-4d97-b5a7-1b7313c39e0a}"
|
|
DESC_ProgramsFolder = "Programs Folder"
|
|
|
|
CLSID_FolderCustomize = "{ef43ecfe-2ab9-4632-bf21-58909dd177f0}"
|
|
DESC_FolderCustomize = "Folder Customization Tab"
|
|
|
|
CLSID_QueryAssociations = "{a07034fd-6caa-4954-ac3f-97a27216f98a}"
|
|
CLSID_UserNotification = "{0010890e-8789-413c-adbc-48f5b511b3af}"
|
|
CLSID_UserEventTimer = "{864A1288-354C-4D19-9D68-C2742BB14997}"
|
|
CLSID_AutoCMSearch = "{2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AutoCMHelp = "{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AutoCMWinSecurity = "{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AutoCMFileRun = "{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AutoCMClientInet = "{2559a1f4-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AutoCMClientMail = "{2559a1f5-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AutoCMOEMCommand = "{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}"
|
|
CLSID_AssocClientElement= "{3c81e7fa-1f3b-464a-a350-114a25beb2a2}"
|
|
|
|
DESC_AutoCMSearch = "Search"
|
|
DESC_AutoCMHelp = "Help and Support"
|
|
DESC_AutoCMWinSecurity = "Windows Security"
|
|
DESC_AutoCMFileRun = "Run..."
|
|
DESC_AutoCMClientInet = "Internet"
|
|
DESC_AutoCMClientMail = "E-mail"
|
|
|
|
IID_IShellLinkA = "{000214EE-0000-0000-C000-000000000046}"
|
|
IID_IShellLinkW = "{000214F9-0000-0000-C000-000000000046}"
|
|
IID_IQueryInfo = "{00021500-0000-0000-C000-000000000046}"
|
|
IID_IExtractImage = "{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}"
|
|
|
|
CLSID_AutomationCM = "{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"
|
|
DESC_AutomationCM = "Automation context menu"
|
|
CLSID_DefCategoryProvider = "{B2F2E083-84FE-4a7e-80C3-4B50D10D646E}"
|
|
DESC_DefCategoryProvider = "Default Category Provider"
|
|
|
|
CLSID_PostBootReminder = "{7849596a-48ea-486e-8937-a2a3009f31a9}"
|
|
DESC_PostBootReminder = "PostBootReminder object"
|
|
|
|
CLSID_WebWizardHost = "{c827f149-55c1-4d28-935e-57e47caed973}"
|
|
DESC_WebWizardHost="Shell Web Wizard Host Object"
|
|
|
|
CLSID_StartMenuPin = "{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}"
|
|
DESC_StartMenuPin = "Start Menu Pin"
|
|
|
|
CLSID_ClientExtractIcon= "{25585dc7-4da0-438d-ad04-e42c8d2d64b9}"
|
|
DESC_ClientExtractIcon = "Client application shell extension"
|
|
|
|
SCID_CONTROLPANELCATEGORY = "{305CA226-D286-468e-B848-2B2E8E697B74} 2"
|
|
|
|
CLSID_MilleniumHomeNetWizard = "{B45EE8BF-8131-47A3-8E6D-92252F331CFF}"
|
|
|
|
; { BEGIN -- These are not displayed in UI -- do not localize
|
|
|
|
DESC_ShellItem = "ShellItem Shell Namespace helper"
|
|
DESC_LocalCopyHelper = "LocalCopyHelper"
|
|
DESC_ShellThumbnailDiskCache = "Shell Thumbnail Disk Cache"
|
|
DESC_ShellDrvDefExt = "Drive Property Page Extension"
|
|
DESC_ShellFSFolder = "Shell File System Folder"
|
|
DESC_ShellFileDefExt = "File Property Page Extension"
|
|
DESC_FileType = "File Types Page"
|
|
DESC_FileTypeHook = "MIME File Types Hook"
|
|
DESC_OpenWithMenu = "Open With Context Menu Handler"
|
|
DESC_MyComputer = "My Computer"
|
|
DESC_BriefcaseFolder = "Briefcase Folder"
|
|
DESC_NetworkPlaces = "My Network Places"
|
|
DESC_CompositeFolder = "CompositeFolder"
|
|
|
|
DESC_FileSearchBand = "File Search Explorer Band"
|
|
|
|
DESC_CFSIconOverlayManager = "Shell Icon Overlay Manager"
|
|
DESC_SendToMenu = "Microsoft SendTo Service"
|
|
DESC_NewMenu = "Microsoft New Object Service"
|
|
DESC_CopyToMenu = "Microsoft CopyTo Service"
|
|
DESC_MoveToMenu = "Microsoft MoveTo Service"
|
|
DESC_WebViewMimeFilter = "WebView MIME Filter"
|
|
DESC_DeskMovr = "Active Desktop Mover"
|
|
DESC_DeskHtmlProp = "Display Control Panel HTML Extensions"
|
|
DESC_ActiveDesktop = "ActiveDesktop"
|
|
DESC_ShellFldSetExt = "Folder Options Property Page Extension"
|
|
DESC_ShellApp = "Shell Automation Service"
|
|
DESC_ShellFolderView = "Shell Automation Folder View"
|
|
DESC_ShellFolderViewOC = "Microsoft Shell Folder View Router"
|
|
DESC_MigrationWizardAuto= "Migration Wizard OOBE Automation Object"
|
|
DESC_StartMenu = "Start Menu"
|
|
DESC_PersonalStartMenu = "Personal Start Menu"
|
|
DESC_CmdFileIcon = "CmdFileIcon"
|
|
DESC_ShellTreeWalker = "Shell Tree Walker"
|
|
DESC_DocFindCommand = "DocFind Command"
|
|
DESC_DocFindPersistHistory = "DocFind Persistent history"
|
|
DESC_DefViewPersistHistory = "DefView Persistent history"
|
|
DESC_RecycleBinCleaner = "Recycle Bin Cleaner"
|
|
DESC_TaskScheduler = "Scheduled Tasks"
|
|
DESC_NetworkConnections = "Network Connections"
|
|
DESC_Printers = "Printers"
|
|
DESC_FontsFolderShortcut = "Fonts"
|
|
DESC_AdminFolderShortcut = "Administrative Tools"
|
|
DESC_TimeCategorizer = "Time Categorizer"
|
|
DESC_SizeCategorizer = "Size Categorizer"
|
|
DESC_DriveSizeCategorizer = "Drive Size Categorizer"
|
|
DESC_FreeSpaceCategorizer = "Free Space Categorizer"
|
|
DESC_MergedCategorizer = "Merged Folder Categorizer"
|
|
DESC_QueryAssociations = "Query file associations"
|
|
DESC_FolderShortcut = "Folder Shortcut"
|
|
DESC_MountedVolume = "Mounted Volume"
|
|
DESC_MTAInjector = "MTA Injector"
|
|
DESC_DragImages = "Shell Drag and Drop helper"
|
|
DESC_FolderOptions = "Folder Options"
|
|
DESC_TaskbarOptions = "Taskbar and Start Menu"
|
|
|
|
; Advanced option descriptions:
|
|
; { BEGIN Start and Taskbar Properties Advanced strings section
|
|
DESC_StartMenuSettings = "@shell32.dll,-30464"
|
|
DESC_StartMenuIntelli = "@shell32.dll,-30465"
|
|
DESC_StartMenuFavorites = "@shell32.dll,-30466"
|
|
DESC_StartMenuLogoff = "@shell32.dll,-30467"
|
|
DESC_CascadeControlPanel= "@shell32.dll,-30468"
|
|
DESC_CascadeMyDocuments = "@shell32.dll,-30469"
|
|
DESC_CascadePrinters = "@shell32.dll,-30470"
|
|
DESC_StartMenuScrollPrograms = "@shell32.dll,-30471"
|
|
DESC_CascadeMyPictures = "@shell32.dll,-30472"
|
|
DESC_CascadeNetConnect = "@shell32.dll,-30473"
|
|
DESC_StartMenuRun = "@shell32.dll,-30474"
|
|
DESC_StartMenuChange = "@shell32.dll,-30475"
|
|
DESC_StartMenuAdminTools= "@shell32.dll,-30476"
|
|
DESC_StartMenuSmallIcons= "@shell32.dll,-30477"
|
|
|
|
|
|
; } END Start and Taskbar Properties Advanced strings section
|
|
; { BEGIN Folder Options Advnaced
|
|
DESC_SHOWCONTROLPANEL = "@shell32.dll,-30497" ; IDS_ADV_FOLDER_SHOWCONTROLPANEL
|
|
DESC_FileFolder = "@shell32.dll,-30498" ; IDS_ADV_FOLDER_FileFolder
|
|
DESC_HiddenFiles = "@shell32.dll,-30499" ; IDS_ADV_FOLDER_HiddenFiles
|
|
DESC_ShowAll = "@shell32.dll,-30500" ; IDS_ADV_FOLDER_ShowAll
|
|
DESC_NoHidden = "@shell32.dll,-30501" ; IDS_ADV_FOLDER_NoHidden
|
|
DESC_ShowInfoTip = "@shell32.dll,-30502" ; IDS_ADV_FOLDER_ShowInfoTip
|
|
DESC_HideFileExt = "@shell32.dll,-30503" ; IDS_ADV_FOLDER_HideFileExt
|
|
DESC_ShowFullPath = "@shell32.dll,-30504" ; IDS_ADV_FOLDER_DESC_ShowFullPath
|
|
DESC_ShowFullPathAddress= "@shell32.dll,-30505" ; IDS_ADV_FOLDER_ShowFullPathAddress
|
|
DESC_ClassicViewState = "@shell32.dll,-30506" ; IDS_ADV_FOLDER_ClassicViewState
|
|
DESC_DesktopProcess = "@shell32.dll,-30507" ; IDS_ADV_FOLDER_DesktopProcess
|
|
DESC_SuperHidden = "@shell32.dll,-30508" ; IDS_ADV_FOLDER_SuperHidden
|
|
DESC_NetCrawl = "@shell32.dll,-30509" ; IDS_ADV_FOLDER_NetCrawl
|
|
DESC_WebViewBarricade = "@shell32.dll,-30510" ; IDS_ADV_FOLDER_WebViewBarricade
|
|
DESC_FriendlyTree = "@shell32.dll,-30511" ; IDS_ADV_FOLDER_FriendlyTree
|
|
DESC_ShowCompColor = "@shell32.dll,-30512" ; IDS_ADV_FOLDER_ShowCompColor
|
|
DESC_PersistBrowsers = "@shell32.dll,-30513" ; IDS_ADV_FOLDER_PersistBrowsers
|
|
DESC_FolderSizeTip = "@shell32.dll,-30514" ; IDS_ADV_FOLDER_FolderSizeTip
|
|
DESC_DisableThumbCache = "@shell32.dll,-30517" ; IDS_ADV_FOLDER_DisableThumbCache
|
|
DESC_SimpleSharing = "@shell32.dll,-30518" ; IDS_ADV_FOLDER_SimpleSharing
|
|
; } END Folder Options Advnaced
|
|
|
|
; End of Advanced option descriptions
|
|
|
|
CLSID_MenuBandSite = "{E13EF4E4-D2F2-11d0-9816-00C04FD91972}"
|
|
DESC_MenuBandSite = "Menu Site"
|
|
CLSID_MenuDeskBar = "{ECD4FC4F-521C-11D0-B792-00A0C90312E1}"
|
|
DESC_MenuDeskBar = "Menu Desk Bar"
|
|
CLSID_TrackShellMenu = "{8278F931-2A3E-11d2-838F-00C04FD918D0}"
|
|
DESC_TrackShellMenu = "Tracking Shell Menu"
|
|
CLSID_FadeTask = "{7EB5FBE4-2100-49E6-8593-17E130122F91}"
|
|
DESC_FadeTask = "Fade Task"
|
|
|
|
|
|
DESC_ISFBand = "IShellFolderBand"
|
|
DESC_MenuBand = "Menu Band"
|
|
DESC_QuickLinks = "&Links"
|
|
|
|
|
|
; } END -- end of "do not localize" section --
|
|
|
|
; File type descriptions
|
|
DESC_VXD = "Virtual device driver"
|
|
DESC_OCX = "ActiveX Control"
|
|
DESC_CHK = "Recovered File Fragments"
|
|
DESC_DBFILE = "Data Base File"
|
|
|
|
CATID_SafeForInitializing = "{7DD95801-9882-11CF-9FA9-00AA006C42C4}"
|
|
CATID_SafeForScripting = "{7DD95802-9882-11CF-9FA9-00AA006C42C4}"
|
|
CATID_InfoBand = "{00021493-0000-0000-C000-000000000046}"
|
|
|
|
; File Association strings
|
|
; Do not localize OpenWithKillList
|
|
OpenWithKillList = "%1;explorer.exe;dvdplay.exe;mplay32.exe;msohtmed.exe;quikview.exe;rundll.exe;rundll32.exe;taskman.exe;bck32api.dll;"
|
|
NOOPEN_OCXFILE = "These files are small helper programs that can be used by other programs. Modifying them could make your computer less functional."
|
|
|
|
PACKAGE = "Package"
|
|
_ACTIVATE_CONTENTS = "&Activate Contents"
|
|
_EDIT_PACKAGE = "&Edit Package"
|
|
|
|
SHELL_HLP = "shell.hlp"
|
|
WINDOWS_HLP = "windows.hlp"
|
|
|
|
; Must be last
|
|
ERR_NOSETUPAPI="Can not register SHELL32.DLL because SETUPAPI.DLL is missing."
|