home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / PWIN95 / PRECOPY2.CAB / shell.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1995-12-08  |  45.8 KB  |  1,184 lines

  1. ;Copyright (c) 1994-1995 Microsoft Corp.
  2.  
  3. [version]
  4. LayoutFile=layout.inf
  5. signature="$CHICAGO$"
  6. SetupClass=BASE
  7.  
  8. [DestinationDirs]
  9. shell.files.hlp        = 18            ; LDID_HELP
  10. shell.files.win.shared = 25            ; LDID_SHARED
  11. shell.files.sys        = 11            ; LDID_SYS
  12. shell.files.templates  = 25,ShellNew
  13. templates.CopyFiles    = 25,ShellNew   ; LDID_SHARED + Subfolder - pretty arbitrary
  14. templates.OldFiles     = 25,Template   ; REVIEW
  15. template_reg.CopyFiles = 17            ; LDID_INF
  16. shell.files.cur        = 25,Cursors
  17. basebitmaps.files  = 25    ; LDID_SHARED
  18.  
  19. [BaseWinOptions]
  20. shell
  21. template_reg
  22. basebitmaps
  23.  
  24. [DefaultInstall]
  25. AddReg  = shell.reg, shell.renames.reg
  26. DelReg  = shlold.reg
  27.  
  28. [shell]
  29. CopyFiles = shell.files.win.shared, shell.files.sys, shell.files.hlp, shell.files.templates, shell.files.cur
  30. UpdateInis = shell.inis, patterns.inis, msbase.cleanup.inis
  31. UpdateIniFields = old.win.cleanup.flds
  32. AddReg  = shell.reg, shell.renames.reg
  33. DelReg    = shlold.reg
  34. DelFiles = shlold.files
  35.  
  36. [basebitmaps]
  37. CopyFiles   = basebitmaps.files
  38. AddReg      = basebitmaps.addreg
  39.  
  40. ;; ---------------------------------------------------------------------
  41. ;; Register "Templates" as an optional components
  42.  
  43. [template_reg]
  44. AddReg=template_reg.AddReg
  45. CopyFiles=template_reg.CopyFiles
  46.  
  47. [template_reg.AddReg]
  48. ;Registers Doc Templates so it shows up in Maint Mode Setup, set initial status to uninstalled:
  49. HKLM,%KEY_OPTIONAL%,"Templates",,"templates"
  50. HKLM,%KEY_OPTIONAL%\templates,INF,,"shell.inf"
  51. HKLM,%KEY_OPTIONAL%\templates,Section,,"templates"
  52. HKLM,%KEY_OPTIONAL%\templates,Installed,,"0"
  53.  
  54. [template_reg.CopyFiles]
  55. shell.inf
  56.  
  57. ;; ---------------------------------------------------------------------
  58. ;; Optional component definition for Document templates
  59.  
  60. [Optional Components]
  61. templates
  62.  
  63. [templates]
  64. CopyFiles       = templates.CopyFiles
  65. AddReg          = templates.AddReg, templates.install.reg
  66. DelReg          = templates.DelReg
  67. DelFiles       = templates.OldFiles     ; REVIEW
  68.  
  69. OptionDesc     = %Templates_DESC%
  70. Tip            = %Templates_TIP%
  71. Parent         = AccessTop
  72. InstallType    = 10 ;Typical, Custom.
  73. IconIndex      = 32  ;Windows Logo mini-icon for dialogs
  74. Uninstall      = templates_remove
  75.  
  76. [test_templates]
  77. AddReg         = templates.AddReg
  78.  
  79.  
  80. [templates_remove]
  81. DelFiles       = templates.CopyFiles
  82. AddReg         = templates.remove.reg
  83. DelReg         = templates.AddReg
  84.  
  85. ;; ---------------------------------------------------------------------
  86. ;; Templates install section
  87.  
  88. [templates.install.reg]
  89. HKLM,%KEY_OPTIONAL%\templates,Installed,,"1"
  90.  
  91. [templates.remove.reg]
  92. ; sets status for Maint Mode Setup to 'not installed'
  93. HKLM,%KEY_OPTIONAL%\templates,Installed,,"0"
  94.  
  95. [templates.AddReg]
  96. HKCR,".doc\Word.Document.6\ShellNew",FileName,,"winword.doc"
  97. HKCR,".doc\WordDocument\ShellNew",FileName,,"winword2.doc"
  98. HKCR,".ppt\PowerPoint.Show.4\ShellNew",FileName,,"powerpnt.ppt"
  99. HKCR,".sam\AmiProDocument\ShellNew",FileName,,"amipro.sam"
  100. HKCR,".shw\Presentations31.Show\ShellNew",FileName,,"presenta.shw"
  101. HKCR,".wb2\QuattroPro.Notebook.6\ShellNew",FileName,,"quattro.wb2"
  102. HKCR,".wb2\QuattroPro.Graph.6\ShellNew",FileName,,"quattro.wb2"
  103. HKCR,".wk4\123Worksheet\ShellNew",FileName,,"lotus.wk4"
  104. HKCR,".wpd\WPWin6.1File\ShellNew",FileName,,"wordpfct.wpd"
  105. HKCR,".wpg\TextArt.Document\ShellNew",FileName,,"wordpfct.wpg"
  106. HKCR,".wpg\WPDraw30.Drawing\ShellNew",FileName,,"wordpfct.wpg"
  107. HKCR,".wpg\WPDraw30.Chart\ShellNew",FileName,,"wordpfct.wpg"
  108. HKCR,".xls\Excel.Sheet.5\ShellNew",FileName,,"excel.xls"
  109. HKCR,".xls\ExcelWorksheet\ShellNew",FileName,,"excel4.xls"
  110.  
  111. ; Set the Hidden attribute on the ShellNew Folder:
  112. ; R=1; H=2; S=4; HS=6; SHR=7
  113. HKLM,%KEY_RENAME%\Win,,,%25%
  114. HKLM,%KEY_RENAME%\Win,ShellNew,,"ShellNew,2"
  115.  
  116. [templates.DelReg]
  117. ; delete the old entries
  118. HKCR,.doc\ShellNew,NullFile
  119. HKCR,.xls\ShellNew,NullFile
  120. HKCR,.doc\ShellNew,FileName
  121. HKCR,.ppt\ShellNew,FileName
  122. HKCR,.pre\ShellNew,FileName
  123. HKCR,.sam\ShellNew,FileName
  124. HKCR,.wk4\ShellNew,FileName
  125. HKCR,.xls\ShellNew,FileName
  126. HKCR,.shw\ShellNew,FileName
  127. HKCR,.wb2\ShellNew,FileName
  128. HKCR,.wpd\ShellNew,FileName
  129. HKCR,.wpg\ShellNew,FileName
  130. HKCR,.wpf\ShellNew,FileName
  131. HKCR,.wpw\ShellNew,FileName
  132. HKCR,.evy\ShellNew,FileName
  133. HKCR,".wk4\1-2-3 Worksheet\ShellNew",FileName
  134. HKCR,".sam\AmiPro Document\ShellNew",FileName
  135. HKCR,".pre\Freelance Presentation\ShellNew",FileName
  136. ; regenerate the location of the templates folder
  137. HKCU,"%KEY_CURRENT%\Explorer\Shell Folders",Templates
  138. HKCU,"%KEY_CURRENT%\Explorer\User Shell Folders",Templates
  139.  
  140. [templates.CopyFiles]
  141. amipro.sam
  142. excel.xls
  143. excel4.xls
  144. lotus.wk4
  145. powerpnt.ppt
  146. presenta.shw
  147. quattro.wb2
  148. winword.doc
  149. winword2.doc
  150. wordpfct.wpd
  151. wordpfct.wpg
  152.  
  153. [templates.OldFiles]
  154. amipro.sam              ;REVIEW
  155. excel.xls               ;REVIEW
  156. freelanc.pre            ;REVIEW
  157. informs.wpf             ;REVIEW
  158. lotus.wk4               ;REVIEW
  159. powerpnt.ppt            ;REVIEW
  160. presenta.shw            ;REVIEW
  161. quattro.wb2             ;REVIEW
  162. winword.doc             ;REVIEW
  163. wordpfct.wpd            ;REVIEW
  164. wordpfct.wpg            ;REVIEW
  165. wordpfct.wpw            ;REVIEW
  166.  
  167. ;----------------------
  168. ; generic Shell stuff
  169.  
  170. [shlold.files]
  171. BatMeter.Exe
  172.  
  173. [shell.inis]
  174. system.ini,boot,,"shell=Explorer.exe"
  175.  
  176. [patterns.inis]
  177. control.ini,Patterns,,"%NoneDesc%=%NoneDesc%"
  178. control.ini,Patterns,,"%BricksDesc%=187 95 174 93 186 117 234 245"
  179. control.ini,Patterns,,"%ButtonsDesc%=170 125 198 71 198 127 190 85"
  180. control.ini,Patterns,,"%CargoNetDesc%=120 49 19 135 225 200 140 30"
  181. control.ini,Patterns,,"%CircuitsDesc%=82 41 132 66 148 41 66 132"
  182. control.ini,Patterns,,"%CobblestonesDesc%=40 68 146 171 214 108 56 16"
  183. control.ini,Patterns,,"%ColosseumDesc%=130 1 1 1 171 85 170 85"
  184. control.ini,Patterns,,"%DaisiesDesc%=30 140 216 253 191 27 49 120"
  185. control.ini,Patterns,,"%DizzyDesc%=62 7 225 7 62 112 195 112"
  186. control.ini,Patterns,,"%FieldEffectDesc%=86 89 166 154 101 149 106 169"
  187. control.ini,Patterns,,"%KeyDesc%=254 2 250 138 186 162 190 128"
  188. control.ini,Patterns,,"%LiveWireDesc%=239 239 14 254 254 254 224 239"
  189. control.ini,Patterns,,"%PlaidDesc%=240 240 240 240 170 85 170 85"
  190. control.ini,Patterns,,"%RounderDesc%=215 147 40 215 40 147 213 215"
  191. control.ini,Patterns,,"%ScalesDesc%=225 42 37 146 85 152 62 247"
  192. control.ini,Patterns,,"%StoneDesc%=174 77 239 255 8 77 174 77"
  193. control.ini,Patterns,,"%ThatchesDesc%=248 116 34 71 143 23 34 113"
  194. control.ini,Patterns,,"%TileDesc%=69 130 1 0 1 130 69 170"
  195. control.ini,Patterns,,"%TrianglesDesc%=135 7 6 4 0 247 231 199"
  196. control.ini,Patterns,,"%RevengeDesc%=77 154 8 85 239 154 77 154"
  197.  
  198. [shell.files.win.shared]
  199. control.exe
  200. grpconv.exe
  201. welcome.exe
  202. moricons.dll
  203. packager.exe
  204. progman.exe
  205. regedit.exe
  206. rundll.exe
  207. taskman.exe
  208. winfile.exe
  209. Explorer.exe
  210. rundll32.exe
  211.  
  212. [shell.files.hlp]
  213. packager.cnt
  214. packager.hlp
  215. regedit.hlp
  216. regedit.cnt
  217.  
  218. [shell.files.sys]
  219. ;shell.dll, shell.new,,40  ;flags 32 and 8 (32-suppress ver conflict, 8-force rename)
  220. shell.dll, shell.new,,12  ;flags 4 and 8 (4-ignore ver conflict, overwrite newer files (REVIEW, revert to above line when PLUS! is fixed) , 8-force rename)
  221. shell32.dll,,,8
  222. comctl32.dll
  223. linkinfo.dll
  224. docprop.dll
  225. shscrap.dll
  226. diskcopy.dll
  227. systray.exe
  228.  
  229. [shell.files.cur]
  230. ; animated cursors
  231. appstart.ani
  232. hourglas.ani
  233.  
  234. [shell.files.templates]
  235. winword.doc
  236.  
  237. [shlold.reg]
  238. HKLM,%KEY_CURRENT%\Run,BatteryMeter
  239. HKLM,%KEY_CURRENT%\RunServices,SystemTray
  240. HKLM,%KEY_CURRENT%\CdfsUiAssumptions
  241. HKLM,"%KEY_CURRENT%\CdfsUi Assumptions"
  242. HKCR,Folder\shellex\PropertySheetHandlers\FileSystem,,,"{21B22460-3AEA-1069-A2DC-08002B30309D}"
  243. HKCR,*\shellex\PropertySheetHandlers\FileSystem,,,"{21B22460-3AEA-1069-A2DC-08002B30309D}"
  244. HKCR,Folder\shellex\ContextMenuHandlers\FileSystem,,,"{21B22460-3AEA-1069-A2DC-08002B30309D}"
  245. HKCR,*\shellex\ContextMenuHandlers\FileSystem,,,"{21B22460-3AEA-1069-A2DC-08002B30309D}"
  246. HKCR,Network\shellex\ContextMenuHandlers\FileSystem,,,"{21B22460-3AEA-1069-A2DC-08002B30309D}"
  247. HKCR,Folder\shell\find
  248. HKCR,.drive,,,"SystemFolder"
  249. HKCR,.sysDirectory,,,"SystemFolder"
  250. HKCR,SystemFolder,,,"System Folder"
  251. HKCR,*\shell\openas
  252. HKCR,*\shell
  253. HKCR,Folder\Attributes
  254. HKCR,Directory\Attributes
  255. HKCR,Bookmark\Attributes
  256. HKCR,Bookmark
  257. HKCR,cplfile\shell\open\command
  258. HKCR,cplfile\shell\open
  259. HKCR,cplfile\shell
  260. HKCR,cplfile
  261. HKCR,Drive\Attributes
  262. HKCR,lnkfile\Attributes
  263. HKCR,lnkfile\shell\open
  264. HKCR,piffile\Attributes
  265. HKCR,dllfile\Attributes
  266. HKCR,sysfile\Attributes
  267. HKCR,vxdfile\Attributes
  268. HKCR,drvfile\Attributes
  269. HKCR,ShellScrap,IsShortcut
  270. HKCR,Directory\shell
  271. HKCR,Directory\shell\open
  272. HKCR,Directory\shell\explore
  273. HKCR,Drive\shell
  274. HKCR,Drive\shell\open
  275. HKCR,Drive\shell\explore
  276. HKCR,Microsoft_Network
  277. HKCR,Netware
  278. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell,,,""
  279. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\open
  280. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore
  281. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\open
  282. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\explore
  283. HKCR,CLSID\{85BBD920-42A0-1069-A2E4-08002B30309D}\shell,,,""
  284. HKCR,CLSID\{85BBD920-42A0-1069-A2E4-08002B30309D}\shell\open
  285. HKCR,CLSID\{85BBD920-42A0-1069-A2E4-08002B30309D}\shell\explore
  286. HKCR,CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\shell,,,
  287. HKCR,CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\shell\open
  288. HKCR,CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\shell\explore
  289. HKCR,CLSID\{00020D23-0000-0000-C000-000000000046}\Shell,,,""
  290. HKCR,CLSID\{00020D23-0000-0000-C000-000000000046}\Shell\Open
  291. HKCR,CLSID\{00020D23-0000-0000-C000-000000000046}\Shell\Open
  292. HKCR,CLSID\{00020D23-0000-0000-C000-000000000046}\Shell\Explore
  293. HKCR,CLSID\{00020D23-0000-0000-C000-000000000046}\Shell\Explore
  294. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\RecycleBin
  295. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\Wastebasket
  296. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\RecycleBin
  297. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\Wastebasket
  298. HKCR,.rtf\ShellNew,Data,0,"{\rtf1}"
  299. HKCR,.rtf\ShellNew,NullFile
  300. HKCU,%KEY_TIPS%,Show
  301.  
  302. [shell.renames.reg]
  303. ; Set the Hidden attribute on the Inf Folder:
  304. ; R=1; H=2; S=4; HS=6; SHR=7
  305. HKLM,%KEY_RENAME%\Win,,,%25%
  306. HKLM,%KEY_RENAME%\Win,INF,,"INF,2"
  307.  
  308. [shell.reg]
  309. HKLM,%KEY_CURRENT%\RunOnce,InitShell,,"1"
  310.  
  311. ;Run Once entry to lauch "welcome to windows" screen (done after the Wrapper is run):
  312. ;HKLM,%KEY_CURRENT%\RunOnce,Welcome,,"%25%\grpconv.exe -i"
  313.  
  314. ;File system settings templates
  315. ;absent values cause deletion so that the component is forced to pick a default
  316. HKLM,"%KEY_CURRENT%\FS Templates",,,"Desktop"
  317. HKLM,"%KEY_CURRENT%\FS Templates\Desktop",,,%DiskPerfDesktop%
  318. HKLM,"%KEY_CURRENT%\FS Templates\Mobile",,,%DiskPerfMobile%
  319. HKLM,"%KEY_CURRENT%\FS Templates\Mobile",PathCache,1,51,01,00,00
  320. HKLM,"%KEY_CURRENT%\FS Templates\Mobile",NameCache,1,10,00,00,00
  321. HKLM,"%KEY_CURRENT%\FS Templates\Server",,,%DiskPerfServer%
  322. HKLM,"%KEY_CURRENT%\FS Templates\Server",PathCache,1,a9,0a,00,00
  323. HKLM,"%KEY_CURRENT%\FS Templates\Server",NameCache,1,40,00,00,00
  324.  
  325. ;Add IconSpacingFactor so it can be localized:
  326. HKCU,"Control Panel\Desktop\WindowMetrics",IconSpacingFactor,,%IconSpacingFactor%
  327.  
  328. ;Default cursor schemes:
  329. HKCU,"Control Panel\Cursors\Schemes","%CursorSchemeAni%",,",,%25%\Cursors\appstart.ani,%25%\Cursors\hourglas.ani,,,,,,,,,,"
  330. HKCU,"Control Panel\Cursors\Schemes","%CursorScheme%",,",,,,,,,,,,,,,"
  331.  
  332. ;disk tools
  333. HKCR,Drive\shellex\PropertySheetHandlers\{D3B1DE00-6B94-1069-8754-08002B2BD64F}
  334. HKCR,CLSID\{D3B1DE00-6B94-1069-8754-08002B2BD64F},,,%DISK_TOOLS%
  335. HKCR,CLSID\{D3B1DE00-6B94-1069-8754-08002B2BD64F}\InProcServer32,,,%11%\disktool.dll
  336. HKCR,CLSID\{D3B1DE00-6B94-1069-8754-08002B2BD64F}\InProcServer32,ThreadingModel,,"Apartment"
  337.  
  338. HKCR,Folder,,,%FOLDER%
  339. HKCR,Folder\DefaultIcon,,,"%11%\shell32.dll,3"
  340. HKCR,Folder,EditFlags,1,D2,01,00,00
  341. HKCR,Folder\shell
  342. HKCR,Folder\shell\open
  343. HKCR,Folder\shell\open\command,,,"%25%\Explorer.exe /idlist,%%I,%%L"
  344. HKCR,Folder\shell\open\ddeexec,,,"[ViewFolder(""%%l"", %%I, %%S)]"
  345. HKCR,Folder\shell\open\ddeexec,NoActivateHandler
  346. HKCR,Folder\shell\open\ddeexec\application,,,Folders
  347. HKCR,Folder\shell\open\ddeexec\topic,,,AppProperties
  348. HKCR,Folder\shell\open\ddeexec\ifexec,,,"[]"
  349. HKCR,Folder\shell
  350. HKCR,Folder\shell\explore
  351. HKCR,Folder\shell\explore\command,,,"%25%\Explorer.exe /e,/idlist,%%I,%%L"
  352. HKCR,Folder\shell\explore\ddeexec,,,"[ExploreFolder(""%%l"", %%I, %%S)]"
  353. HKCR,Folder\shell\explore\ddeexec\application,,,Folders
  354. HKCR,Folder\shell\explore\ddeexec\topic,,,AppProperties
  355. HKCR,Folder\shell\explore\ddeexec\ifexec,,,"[]"
  356. HKCR,Folder\shell\explore\ddeexec,NoActivateHandler
  357.  
  358. HKCR,Directory,,,%FSFOLDER%
  359. HKCR,Directory\DefaultIcon,,,"%11%\shell32.dll,3"
  360. HKCR,Directory,EditFlags,1,D2,01,00,00
  361. HKCR,Directory,AlwaysShowExt
  362. HKCR,Directory\shell
  363. HKCR,Directory\shell\find
  364. HKCR,Directory\shell\find\command,,,%25%\Explorer.exe
  365. HKCR,Directory\shell\find\ddeexec,,,"[FindFolder(""%%l"", %%I)]"
  366. HKCR,Directory\shell\find\ddeexec\application,,,Folders
  367. HKCR,Directory\shell\find\ddeexec\topic,,,AppProperties
  368. HKCR,Directory\shellex\CopyHookHandlers\FileSystem,,,"{217FC9C0-3AEA-1069-A2DB-08002B30309D}"
  369.  
  370. ;Scrap datahandler
  371. HKCR,CLSID\{56117100-C0CD-101B-81E2-00AA004AE837},,,%SCRAP_DATAHANDLER%
  372. HKCR,CLSID\{56117100-C0CD-101B-81E2-00AA004AE837}\InProcServer32,,,shscrap.dll
  373. HKCR,CLSID\{56117100-C0CD-101B-81E2-00AA004AE837}\InProcServer32,ThreadingModel,,"Apartment"
  374.  
  375. ;DiskCopy handler
  376. HKCR,Drive\shellex\ContextMenuHandlers\{59099400-57FF-11CE-BD94-0020AF85B590}
  377. HKCR,CLSID\{59099400-57FF-11CE-BD94-0020AF85B590},,,%DISKCOPY_DATAHANDLER%
  378. HKCR,CLSID\{59099400-57FF-11CE-BD94-0020AF85B590}\InProcServer32,,,%11%\diskcopy.dll
  379. HKCR,CLSID\{59099400-57FF-11CE-BD94-0020AF85B590}\InProcServer32,ThreadingModel,,"Apartment"
  380.  
  381. ;DocShortcut applets
  382. HKCR,.shb,,,DocShortcut
  383. HKCR,DocShortcut,,,%DESC_BMK%
  384. HKCR,DocShortcut,IsShortcut
  385. HKCR,DocShortcut,NeverShowExt
  386. HKCR,DocShortcut\shell
  387. HKCR,DocShortcut\shell\open\command,,,"%25%\rundll32.exe shscrap.dll,OpenScrap_RunDLL /r /x %%1"
  388. HKCR,DocShortcut\DefaultIcon,,,"%11%\shscrap.dll,-100"
  389. HKCR,DocShortcut\shellex\DataHandler,,,"{56117100-C0CD-101B-81E2-00AA004AE837}"
  390. ;HKCR,DocShortcut,EditFlags,1,01,00,00,00
  391.  
  392. HKCR,.shs,,,ShellScrap
  393. HKCR,ShellScrap,,,%DESC_SCRAP%
  394. HKCR,ShellScrap,NeverShowExt
  395. HKCR,ShellScrap\shell
  396. HKCR,ShellScrap\shell\open\command,,,"%25%\rundll32.exe shscrap.dll,OpenScrap_RunDLL %%1"
  397. HKCR,ShellScrap\shellex\DataHandler,,,"{56117100-C0CD-101B-81E2-00AA004AE837}"
  398. HKCR,ShellScrap\DefaultIcon,,,"%11%\shscrap.dll,-100"
  399. HKLM,%KEY_CURRENT%\ShellScrap\PriorityCacheFormats,"#3",,""
  400.  
  401. HKCR,Drive,,,%DRIVE%
  402. HKCR,Drive\DefaultIcon,,,"%11%\shell32.dll,8"
  403. HKCR,Drive,EditFlags,1,D2,01,00,00
  404. HKCR,Drive\shell\find
  405. HKCR,Drive\shell\find\command,,,%25%\Explorer.exe
  406. HKCR,Drive\shell\find\ddeexec,,,"[FindFolder(""%%l"", %%I)]"
  407. HKCR,Drive\shell\find\ddeexec\application,,,Folders
  408. HKCR,Drive\shell\find\ddeexec\topic,,,AppProperties
  409.  
  410. HKCR,AudioCD,,,%AUDIOCD%
  411. HKCR,AudioCD\DefaultIcon,,,"%11%\shell32.dll,40"
  412. HKCR,AudioCD,EditFlags,1,02,00,00,00
  413.  
  414. ;don't give a description for this psudeo type
  415. HKCR,*\shellex\PropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}
  416.  
  417. ;don't give a description for this psudeo type
  418. HKCR,Unknown\shell\openas\command,,,"%25%\rundll32.exe shell32.dll,OpenAs_RunDLL %%1"
  419. HKCR,Unknown,AlwaysShowExt
  420.  
  421. HKCR,.lnk,,,lnkfile
  422. HKCR,.lnk\ShellNew,Command,,"%25%\rundll32.exe AppWiz.Cpl,NewLinkHere %%1"
  423. HKCR,lnkfile,,,%DESC_LNK%
  424. HKCR,lnkfile,EditFlags,1,01,00,00,00
  425. HKCR,lnkfile,IsShortcut
  426. HKCR,lnkfile,NeverShowExt
  427. HKCR,lnkfile\CLSID,,,{00021401-0000-0000-C000-000000000046}
  428. HKCR,lnkfile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
  429. HKCR,lnkfile\shellex\DropHandler,,,"{00021401-0000-0000-C000-000000000046}"
  430. HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}
  431.  
  432. HKCR,.fnd,,,fndfile
  433. HKCR,fndfile,,,%DESC_FND%
  434. HKCR,fndfile\DefaultIcon,,,"%11%\shell32.dll,42"
  435. HKCR,fndfile\shell
  436. HKCR,fndfile\shell\open\command,,,%25%\Explorer.exe
  437. HKCR,fndfile\shell\open\ddeexec,,,"[OpenFindFile(""%%1"", %%I)]"
  438. HKCR,fndfile\shell\open\ddeexec\application,,,Folders
  439. HKCR,fndfile\shell\open\ddeexec\topic,,,AppProperties
  440.  
  441. HKCR,.reg,,,regfile
  442. HKCR,regfile,,,%DESC_REG%
  443. HKCR,regfile\DefaultIcon,,,"%25%\regedit.exe,1"
  444. HKCR,regfile\shell
  445. HKCR,regfile\shell\open\command,,,"regedit.exe %%1"
  446. HKCR,regfile\shell\open,,,%V_MERGE%
  447. HKCR,regfile\shell\print
  448. HKCR,regfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  449. HKCR,regfile\shell\edit,,,%V_EDIT%
  450. HKCR,regfile\shell\edit\command,,,"%25%\NOTEPAD.EXE %%1"
  451.  
  452. HKCR,.hlp,,,hlpfile
  453. HKCR,hlpfile,,,%DESC_HLP%
  454. HKCR,hlpfile\shell\open\command,,,"%25%\winhlp32.exe %%1"
  455. HKCR,hlpfile\DefaultIcon,,,"%25%\winhlp32.exe,1"
  456.  
  457. HKCR,.scr,,,scrfile
  458. HKCR,scrfile,,,%DESC_SCR%
  459. HKCR,scrfile\shell
  460. HKCR,scrfile\shell\open,,,%V_TEST%
  461. HKCR,scrfile\shell\open\command,,,"""%%1"" /S"
  462. HKCR,scrfile\shell\config,,,%V_CONFIGURE%
  463. HKCR,scrfile\shell\config\command,,,"""%%1"""
  464. HKCR,scrfile\shell\install,,,%V_INSTALL%
  465. HKCR,scrfile\shell\install\command,,,"%25%\rundll32.exe desk.cpl,InstallScreenSaver %%l"
  466.  
  467. HKCR,.com,,,comfile
  468. HKCR,comfile,,,%DESC_COM%
  469. HKCR,comfile,EditFlags,1,D8,07,00,00
  470. HKCR,comfile\shell
  471. HKCR,comfile\shell\open
  472. HKCR,comfile\shell\open,EditFlags,1,00,00,00,00
  473. HKCR,comfile\shell\open\command,,,"""%%1"" %%*"
  474. HKCR,comfile\shellex\PropertySheetHandlers\{86F19A00-42A0-1069-A2E9-08002B30309D}
  475. HKCR,comfile\DefaultIcon,,,"%11%\shell32.dll,2"
  476.  
  477. HKCR,.exe,,,exefile
  478. HKCR,exefile,,,%DESC_APP%
  479. HKCR,exefile,EditFlags,1,D8,07,00,00
  480. HKCR,exefile\shell
  481. HKCR,exefile\shell\open
  482. HKCR,exefile\shell\open,EditFlags,1,00,00,00,00
  483. HKCR,exefile\shell\open\command,,,"""%%1"" %%*"
  484. HKCR,exefile\shellex\PropertySheetHandlers\{86F19A00-42A0-1069-A2E9-08002B30309D}
  485. HKCR,exefile\DefaultIcon,,,%%1
  486.  
  487. HKCR,.bat,,,batfile
  488. HKCR,batfile,,,%DESC_BAT%
  489. HKCR,batfile,EditFlags,1,D0,04,00,00
  490. HKCR,batfile\shell
  491. HKCR,batfile\shell\open
  492. HKCR,batfile\shell\open,EditFlags,1,00,00,00,00
  493. HKCR,batfile\shell\open\command,,,"""%%1"" %%*"
  494. HKCR,batfile\shell\print
  495. HKCR,batfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  496. HKCR,batfile\shell\edit,,,%V_EDIT%
  497. HKCR,batfile\shell\edit\command,,,"%25%\NOTEPAD.EXE %%1"
  498. HKCR,batfile\shellex\PropertySheetHandlers\{86F19A00-42A0-1069-A2E9-08002B30309D}
  499. HKCR,batfile\DefaultIcon,,,"%11%\shell32.dll,-153"
  500.  
  501. HKCR,.pif,,,piffile
  502. HKCR,piffile,,,%DESC_PIF%
  503. HKCR,piffile,EditFlags,1,01,00,00,00
  504. HKCR,piffile,IsShortcut
  505. HKCR,piffile,NeverShowExt
  506. HKCR,piffile\shell\open
  507. HKCR,piffile\shell\open\command,,,"""%%1"" %%*"
  508. HKCR,piffile\shellex\PropertySheetHandlers\{86F19A00-42A0-1069-A2E9-08002B30309D}
  509. HKCR,piffile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
  510.  
  511. HKCR,.dll,,,dllfile
  512. HKCR,dllfile,,,%DESC_DLL%
  513. HKCR,dllfile,AlwaysShowExt
  514. HKCR,dllfile,EditFlags,1,01,00,00,00
  515. HKCR,dllfile\DefaultIcon,,,"%11%\shell32.dll,-154"
  516.  
  517. HKCR,.txt,,,txtfile
  518. HKCR,txtfile,,,%DESC_TXT%
  519. HKCR,txtfile\DefaultIcon,,,"%11%\shell32.dll,-152"
  520. HKCR,txtfile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
  521. HKCR,txtfile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  522.  
  523. HKCR,.ini,,,inifile
  524. HKCR,inifile,,,%DESC_INI%
  525. HKCR,inifile\DefaultIcon,,,"%11%\shell32.dll,-151"
  526. HKCR,inifile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
  527. HKCR,inifile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  528.  
  529. HKCR,.inf,,,inffile
  530. HKCR,inffile,,,%DESC_INF%
  531. HKCR,inffile\DefaultIcon,,,"%11%\shell32.dll,-151"
  532. HKCR,inffile\shell\open\command,,,"%25%\NOTEPAD.EXE %%1"
  533. HKCR,inffile\shell\print\command,,,"%25%\NOTEPAD.EXE /p %%1"
  534. HKCR,inffile\shell\install,,,%V_INSTALL%
  535. HKCR,inffile\shell\install\command,,,"%25%\rundll.exe setupx.dll,InstallHinfSection DefaultInstall 132 %%1"
  536.  
  537. HKCR,.sys,,,sysfile
  538. HKCR,sysfile,,,%DESC_SYS%
  539. HKCR,sysfile,AlwaysShowExt
  540. HKCR,sysfile,EditFlags,1,01,00,00,00
  541. HKCR,sysfile\DefaultIcon,,,"%11%\shell32.dll,-154"
  542.  
  543. HKCR,.vxd,,,vxdfile
  544. HKCR,.386,,,vxdfile
  545. HKCR,vxdfile,EditFlags,1,01,00,00,00
  546. HKCR,vxdfile,,,%DESC_VXD%
  547. HKCR,vxdfile,AlwaysShowExt
  548. HKCR,vxdfile\DefaultIcon,,,"%11%\shell32.dll,-154"
  549.  
  550. HKCR,.drv,,,drvfile
  551. HKCR,drvfile,,,%DESC_DRV%
  552. HKCR,drvfile,EditFlags,1,01,00,00,00
  553. HKCR,drvfile,AlwaysShowExt
  554. HKCR,drvfile\DefaultIcon,,,"%11%\shell32.dll,-154"
  555.  
  556. HKCR,.cpl,,,cplfile
  557. HKCR,cplfile,,,%DESC_CPL%
  558. HKCR,cplfile\DefaultIcon,,,"%11%\shell32.dll,-154"
  559. ;HACK: Asymetrix created a data file type with the extension .CPL
  560. ;set stuff up so that Compel can install over us
  561. ;we MUST NOT install an "open" verb for this to work right
  562. ;When Compel is not installed the following verb will be the default verb
  563. ;When Compel is installed the user will be able to use both types of CPLs
  564. HKCR,cplfile\shell\cplopen,,,%DESC_VERB_CPLOPEN%
  565. HKCR,cplfile\shell\cplopen\command,,,"%25%\rundll32.exe shell32.dll,Control_RunDLL %%1,%%*"
  566.  
  567. HKCR,.fon,,,fonfile
  568. HKCR,fonfile,,,%DESC_FON%
  569. HKCR,fonfile\DefaultIcon,,,"%11%\shell32.dll,-155"
  570.  
  571.  
  572. HKCR,.ttc,,,ttcfile
  573. HKCR,ttcfile,,,%DESC_TTC%
  574. HKCR,ttcfile\DefaultIcon,,,"%11%\fontext.dll,-4"
  575.  
  576. HKCR,.ttf,,,ttffile
  577. HKCR,ttffile,,,%DESC_TTF%
  578. HKCR,ttffile\DefaultIcon,,,"%11%\shell32.dll,-156"
  579.  
  580. HKCR,.ico,,,icofile
  581. HKCR,icofile,,,%DESC_ICO%
  582. HKCR,icofile\DefaultIcon,,,%%1
  583.  
  584. HKCR,.cur,,,curfile
  585. HKCR,curfile,,,%DESC_CUR%
  586. HKCR,curfile\DefaultIcon,,,%%1
  587.  
  588. HKCR,.ani,,,anifile
  589. HKCR,anifile,,,%DESC_ANI%
  590. HKCR,anifile\DefaultIcon,,,%%1
  591.  
  592. ; Set the Hidden attribute on the ShellNew Folder:
  593. ; R=1; H=2; S=4; HS=6; SHR=7
  594. HKLM,%KEY_RENAME%\Win,,,%25%
  595. HKLM,%KEY_RENAME%\Win,ShellNew,,"ShellNew,2"
  596.  
  597. ; NEW MENU ENTRIES
  598. ; Warning, next 4 lines are order dependent, do not change--Johnpa
  599. ; REVIEW: need to point .doc ShellNew entry to winword document, christob
  600. HKCR,.doc,,2,Wordpad.Document.1
  601. HKCR,.doc\Wordpad.Document.1\ShellNew,FileName,,"winword.doc"
  602. HKCR,.rtf,,2,rtffile
  603. HKCR,.txt\ShellNew,NullFile
  604. HKCR,.bmp\ShellNew,NullFile
  605. HKCR,.wav\ShellNew,NullFile
  606.  
  607. HKCR,Package,,,%DESC_PACKAGE%
  608. HKCR,Package\protocol\StdFileEditing\verb\0,,,%V_ACTIVATE%
  609. HKCR,Package\protocol\StdFileEditing\verb\1,,,%V_EDITPACKAGE%
  610. HKCR,Package\protocol\StdFileEditing\server,,,packager.exe
  611.  
  612. ; COMPOBJs
  613.  
  614. HKCR,CLSID\{21B22460-3AEA-1069-A2DC-08002B30309D},,,%DESC_FILESYSATTR%
  615. HKCR,CLSID\{21B22460-3AEA-1069-A2DC-08002B30309D}\InProcServer32,,,shell32.dll
  616. HKCR,CLSID\{21B22460-3AEA-1069-A2DC-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  617. HKCR,CLSID\{86747AC0-42A0-1069-A2E6-08002B30309D},,,%DESC_SHELLMONIKER%
  618. HKCR,CLSID\{86747AC0-42A0-1069-A2E6-08002B30309D}\InProcServer32,,,shell32.dll
  619. HKCR,CLSID\{86747AC0-42A0-1069-A2E6-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  620. HKCR,CLSID\{86F19A00-42A0-1069-A2E9-08002B30309D},,,%DESC_PIFPAGE%
  621. HKCR,CLSID\{86F19A00-42A0-1069-A2E9-08002B30309D}\InProcServer32,,,shell32.dll
  622. HKCR,CLSID\{86F19A00-42A0-1069-A2E9-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  623. HKCR,CLSID\{217FC9C0-3AEA-1069-A2DB-08002B30309D},,,%COPY_HOOK%
  624. HKCR,CLSID\{217FC9C0-3AEA-1069-A2DB-08002B30309D}\InProcServer32,,,shell32.dll
  625. HKCR,CLSID\{217FC9C0-3AEA-1069-A2DB-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  626. HKCR,CLSID\{00021400-0000-0000-C000-000000000046},,,%DESC_DESKTOP%
  627. HKCR,CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32,,,shell32.dll
  628. HKCR,CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32,ThreadingModel,,"Apartment"
  629. HKCR,CLSID\{00021401-0000-0000-C000-000000000046},,,%DESC_LNK%
  630. HKCR,CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32,,,shell32.dll
  631. HKCR,CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32,ThreadingModel,,"Apartment"
  632. HKCR,CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu
  633. HKCR,CLSID\{86F19A00-42A0-1069-A2EB-08002B30309D},,,%DESC_PIFFILE%
  634. HKCR,CLSID\{86F19A00-42A0-1069-A2EB-08002B30309D}\InProcServer32,,,shell32.dll
  635. HKCR,CLSID\{86F19A00-42A0-1069-A2EB-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  636. HKCR,CLSID\{3EA48300-8CF6-101B-84FB-666CCB9BCD32},,,%DESC_DOCPROP%
  637. HKCR,CLSID\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}\InProcServer32,,,"%11%\docprop.dll"
  638. HKCR,CLSID\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}\InProcServer32,ThreadingModel,,"Apartment"
  639.  
  640. ; My Computer
  641. ; Don't set the value below, let it default in from Shell32.dll
  642. ; HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D},,2,%DESK_MYCOMP%
  643. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\InProcServer32,,,shell32.dll
  644. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  645. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon,,2,"%25%\Explorer.exe,0"
  646. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find
  647. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\command,,,%25%\Explorer.exe
  648. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec,,,"[FindFolder(""%%l"", %%I)]"
  649. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec\application,,,Folders
  650. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec\topic,,,AppProperties
  651.  
  652. ; Net Neighborhood
  653.  
  654. ; Don't set the value below, let it default in from Shell32.dll
  655. ;HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D},,2,%DESK_NETHOOD%
  656. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\InProcServer32,,,shell32.dll
  657. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  658. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon,,2,"%11%\shell32.dll,17"
  659. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find,,,%V_FINDCOMP%
  660. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\command,,,%25%\Explorer.exe
  661. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\ddeexec,,,"[FindFolder(""%%l"", %%I)]"
  662. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\ddeexec\application,,,Folders
  663. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\ddeexec\topic,,,AppProperties
  664.  
  665. ; FindExtensions
  666.  
  667. HKCR,CLSID\{61E218E0-65D3-101B-9F08-061CEAC3D50D},,,"ShellFind"
  668. HKCR,CLSID\{61E218E0-65D3-101B-9F08-061CEAC3D50D}\InProcServer32,,,shell32.dll
  669. HKCR,CLSID\{61E218E0-65D3-101B-9F08-061CEAC3D50D}\InProcServer32,ThreadingModel,,"Apartment"
  670. HKLM,%KEY_CURRENT%\Explorer\FindExtensions\ShellFind,,,"{61E218E0-65D3-101B-9F08-061CEAC3D50D}"
  671.  
  672. ; Recycle Bin
  673.  
  674. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E},,,%DESC_RECYCLEBIN%
  675. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32,,,shell32.dll
  676. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32,ThreadingModel,,"Apartment"
  677. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon,,2,"%11%\shell32.dll,31"
  678. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon,Empty,,"%11%\shell32.dll,31"
  679. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon,Full,,"%11%\shell32.dll,32"
  680. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder,Attributes,1,40,01,00,20
  681. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}
  682. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\{645FF040-5081-101B-9F08-00AA002F954E}
  683. HKLM,%KEY_CURRENT%\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E},,,%DESC_RECYCLEBIN%
  684.  
  685.  
  686. ; Make sure the name space key it present to work around probem with
  687. ; adding RNA dynamically
  688. HKLM,%KEY_CURRENT%\Explorer\MyComputer\NameSpace
  689.  
  690. ; Entries for control panel
  691.  
  692. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D},,,%DESC_CONTROLS%
  693. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\InProcServer32,,,shell32.dll
  694. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  695. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon,,,"%11%\shell32.dll,-137"
  696.  
  697. ; Entries for printers folder
  698.  
  699. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D},,,%DESC_PRINTERS%
  700. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\InProcServer32,,,shell32.dll
  701. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  702. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\DefaultIcon,,,"%11%\shell32.dll,-138"
  703.  
  704. ; Group converter stuff.
  705. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%MMEDIA%,,%ACCESSMMEDIA%
  706. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%GAMES%,,%ACCESSGAMES%
  707. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%SYSTOOLS%,,%ACCESSSYSTOOLS%
  708. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%DESKTOP%,,%DOTDOTDESKTOP%
  709. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%PROGRAMS%,,%DOT%
  710.  
  711. ; Explorer Default Polices
  712. HKCU,%KEY_CURRENT%\Policies\Explorer,NoDriveTypeAutoRun,1,95,00,00,00
  713.  
  714. ; Tips for the end user
  715. HKLM,"%KEY_TIPS%","0",,%TIP00%
  716. HKLM,"%KEY_TIPS%","1",,%TIP01%
  717. HKLM,"%KEY_TIPS%","2",,%TIP02%
  718. HKLM,"%KEY_TIPS%","3",,%TIP03%
  719. HKLM,"%KEY_TIPS%","4",,%TIP04%
  720. HKLM,"%KEY_TIPS%","5",,%TIP05%
  721. HKLM,"%KEY_TIPS%","6",,%TIP06%
  722. HKLM,"%KEY_TIPS%","7",,%TIP07%
  723. HKLM,"%KEY_TIPS%","8",,%TIP08%
  724. HKLM,"%KEY_TIPS%","9",,%TIP09%
  725. HKLM,"%KEY_TIPS%","10",,%TIP10%
  726. HKLM,"%KEY_TIPS%","11",,%TIP11%
  727. HKLM,"%KEY_TIPS%","12",,%TIP12%
  728. HKLM,"%KEY_TIPS%","13",,%TIP13%
  729. HKLM,"%KEY_TIPS%","14",,%TIP14%
  730. HKLM,"%KEY_TIPS%","15",,%TIP15%
  731. HKLM,"%KEY_TIPS%","16",,%TIP16%
  732. HKLM,"%KEY_TIPS%","17",,%TIP17%
  733. HKLM,"%KEY_TIPS%","18",,%TIP18%
  734. HKLM,"%KEY_TIPS%","19",,%TIP19%
  735. HKLM,"%KEY_TIPS%","20",,%TIP20%
  736. HKLM,"%KEY_TIPS%","21",,%TIP21%
  737. HKLM,"%KEY_TIPS%","22",,%TIP22%
  738. HKLM,"%KEY_TIPS%","23",,%TIP23%
  739. HKLM,"%KEY_TIPS%","24",,%TIP24%
  740. HKLM,"%KEY_TIPS%","25",,%TIP25%
  741. HKLM,"%KEY_TIPS%","26",,%TIP26%
  742. HKLM,"%KEY_TIPS%","27",,%TIP27%
  743. HKLM,"%KEY_TIPS%","28",,%TIP28%
  744. HKLM,"%KEY_TIPS%","29",,%TIP29%
  745. HKLM,"%KEY_TIPS%","30",,%TIP30%
  746. HKLM,"%KEY_TIPS%","31",,%TIP31%
  747. HKLM,"%KEY_TIPS%","32",,%TIP32%
  748. HKLM,"%KEY_TIPS%","33",,%TIP33%
  749. HKLM,"%KEY_TIPS%","34",,%TIP34%
  750. HKLM,"%KEY_TIPS%","35",,%TIP35%
  751. HKLM,"%KEY_TIPS%","36",,%TIP36%
  752. HKLM,"%KEY_TIPS%","37",,%TIP37%
  753. HKLM,"%KEY_TIPS%","38",,%TIP38%
  754. HKLM,"%KEY_TIPS%","39",,%TIP39%
  755. HKLM,"%KEY_TIPS%","40",,%TIP40%
  756. HKLM,"%KEY_TIPS%","41",,%TIP41%
  757. HKLM,"%KEY_TIPS%","42",,%TIP42%
  758. HKLM,"%KEY_TIPS%","43",,%TIP43%
  759. HKLM,"%KEY_TIPS%","44",,%TIP44%
  760. HKLM,"%KEY_TIPS%","45",,%TIP45%
  761. HKLM,"%KEY_TIPS%","46",,%TIP46%
  762. HKLM,"%KEY_TIPS%","47",,%TIP47%
  763.  
  764. ;----- Base Bitmaps Install Sections ---------------
  765. [basebitmaps.files]
  766. bamboo.bmp
  767. bubbles.bmp
  768. circles.bmp
  769. egypt.bmp
  770. halftone.bmp
  771. hounds.bmp
  772. pstripe.bmp
  773. pyramid2.bmp
  774. redtile.bmp
  775. rivets2.bmp
  776. thatch2.bmp
  777.  
  778. [basebitmaps.addreg]
  779. HKLM,%KEY_RENAME%\Win,,,%25%
  780. HKLM,%KEY_RENAME%\Win,bamboo.bmp,,"%BAMBOO_BMP%.bmp"
  781. HKLM,%KEY_RENAME%\Win,bubbles.bmp,,"%BUBBLES_BMP%.bmp"
  782. HKLM,%KEY_RENAME%\Win,circles.bmp,,"%CIRCLES_BMP%.bmp"
  783. HKLM,%KEY_RENAME%\Win,egypt.bmp,,"%EGYPT_BMP%.bmp"
  784. HKLM,%KEY_RENAME%\Win,halftone.bmp,,"%HALFTONE_BMP%.bmp"
  785. HKLM,%KEY_RENAME%\Win,hounds.bmp,,"%HOUNDS_BMP%.bmp"
  786. HKLM,%KEY_RENAME%\Win,pstripe.bmp,,"%PSTRIPE_BMP%.bmp"
  787. HKLM,%KEY_RENAME%\Win,pyramid2.bmp,,"%PYRAMID2_BMP%.bmp"
  788. HKLM,%KEY_RENAME%\Win,redtile.bmp,,"%REDTILE_BMP%.bmp"
  789. HKLM,%KEY_RENAME%\Win,rivets2.bmp,,"%RIVETS2_BMP%.bmp"
  790. HKLM,%KEY_RENAME%\Win,thatch2.bmp,,"%THATCH2_BMP%.bmp"
  791. ;------------------------------------------------------------
  792. [msbase.cleanup.inis]
  793. ;general cleanup.  Moved from msbase.inf due to size limits
  794. ;Deletions go here:
  795. system.ini,386Enh,"device=fakeide.386",         ;remove PRE-RELEASE ONLY starting bld 70
  796. system.ini,386Enh,"device=*vfd"
  797. system.ini,386Enh,"device=*configmg",       ; Remove
  798. system.ini,386Enh,"device=serial.386",      ; Remove
  799. system.ini,386Enh,"device=lpt.386",         ; Remove
  800. system.ini,386Enh,"device=pagefile.386",        ; Delete old page file
  801. system.ini,386Enh,"timercriticalsection=",      ; Remove
  802. system.ini,386Enh,"device=isapnp.386",          ; Remove
  803. system.ini,386Enh,"device=wshell.386",         ; Remove
  804. system.ini,386Enh,"device=cdfs.386",           ; *** Remove from Pre-Release ONLY ***
  805.  
  806. system.ini,386Enh,"device=*vwin32",
  807. system.ini,386Enh,"device=*vfbackup",
  808. system.ini,386Enh,"device=*vcomm",
  809. system.ini,386Enh,"device=*combuff",
  810. system.ini,386Enh,"device=*ifsmgr",
  811. system.ini,386Enh,"device=*ios",
  812. system.ini,386Enh,"device=*spooler",
  813. system.ini,386Enh,"device=*vfat",
  814. system.ini,386Enh,"device=*vcache",
  815. system.ini,386Enh,"device=*vcond",
  816. system.ini,386Enh,"device=*vcdfsd",
  817. system.ini,386Enh,"device=*vxdldr",
  818. system.ini,386Enh,"device=*vdef",
  819. system.ini,386Enh,"device=*vpicd",
  820. system.ini,386Enh,"device=*vtd",
  821. system.ini,386Enh,"device=*reboot",
  822. system.ini,386Enh,"device=*vdmad",
  823. system.ini,386Enh,"device=*vsd",
  824. system.ini,386Enh,"device=*v86mmgr",
  825. system.ini,386Enh,"device=*pageswap",
  826. system.ini,386Enh,"device=*dosmgr",
  827. system.ini,386Enh,"device=*vmpoll",
  828. system.ini,386Enh,"device=*shell",
  829. system.ini,386Enh,"device=*parity",
  830. system.ini,386Enh,"device=*biosxlat",
  831. system.ini,386Enh,"device=*vmcpd",
  832. system.ini,386Enh,"device=*vtdapi",
  833. system.ini,386Enh,"device=*perf",
  834. system.ini,386Enh,"device=cpqevent.386"
  835.  
  836. system.ini,386Enh,"device=ibmvcd.386"    ; Old PCMCIA VCDs
  837. system.ini,386Enh,"device=csvcd.386"
  838. system.ini,386Enh,"device=pcmvcd.386"
  839. system.ini,386Enh,"device=ssvcd.386"
  840. system.ini,386Enh,"device=ssvcd311.386"
  841. system.ini,386Enh,"device=ss_vcd.386"
  842. system.ini,386Enh,"device=commvcd.386"    ; Intel PCMCIA card mgr
  843. system.ini,386Enh,"device=ccvcd.386"    ; Old Carbon-Copy for Win VxDs
  844. system.ini,386Enh,"keyboard=ccvkd.386"  ; Old Carbon-Copy for Win VxDs
  845. system.ini,386Enh,"device=ccvkd.386"    ; Old Carbon-Copy for Win VxDs
  846.  
  847. system.ini,386Enh,"device=lex01.386"    ; Lexmark Printer fast LPT VxDs
  848. system.ini,386Enh,"device=vlexd.386"    ; Lexmark Printer fast LPT VxDs
  849.  
  850. system.ini,386Enh,"device=turbovcd.386" ; Old TurboComm VxDs
  851. system.ini,386Enh,"device=turbobuf.386"
  852.  
  853. system.ini,386Enh,"device=esp2.386"    ; Old Hayes ESP VxDs
  854. system.ini,386Enh,"device=espvcd.386"
  855. system.ini,386Enh,"device=espbuff.386"
  856. system.ini,386Enh,"device=vespd.386"
  857. system.ini,386Enh,"device=vesp2cd.386"
  858. system.ini,386Enh,"device=vesp2d.386"
  859. system.ini,386Enh,"device=esp2vcd.386"
  860. system.ini,386Enh,"device=esp2uff.386"
  861. system.ini,386Enh,"device=esp2buff.386"
  862.  
  863. ;Remove VcD replacements:
  864. system.ini,386Enh,"device=obserial.386"    ; HP OmniBook serial driver
  865. system.ini,386Enh,"device=expvcd.386"    ; ExpressFax
  866. system.ini,386Enh,"device=r0dsimgr.386"
  867. system.ini,386Enh,"device=r0dsivcd.386"
  868. system.ini,386Enh,"device=r0dsibuf.386"
  869. system.ini,386Enh,"device=vhicom9.386"   ; BocaBoard 8
  870. system.ini,386Enh,"device=kingvcd.386"   ; KingComm
  871. system.ini,386Enh,"device=kingbuff.386"
  872. system.ini,386Enh,"device=vcdccp.386"    ; Calcomp
  873. system.ini,386Enh,"device=cas31vcd.386"
  874. system.ini,386Enh,"device=aw_vcd.386"
  875.  
  876. system.ini,386Enh,"device=cs$vcd.386"   ;DEC Starion 800i
  877.  
  878. system.ini,386Enh,"device=ADI2W100.386"  ;Appian FastDisk Drivers
  879. system.ini,386Enh,"device=ADI2W101.386"
  880. system.ini,386Enh,"device=ADI2W102.386"
  881. system.ini,386Enh,"device=ADI2W103.386"
  882. system.ini,386Enh,"device=ADI2W104.386"
  883.  
  884. system.ini,386Enh,"device=ATASPIXP.386" ;Windows VxD transport driver
  885. system.ini,386Enh,"device=ATASPI16.386" ;Windows VXD ATASPI Manager
  886. system.ini,386Enh,"device=FDATA32B.386" ;Windows 32-bit Disk Access driver
  887. system.ini,386Enh,"device=FDINT13.386"  ;Windows INT13h driver
  888. system.ini,386Enh,"device=FDSCSI.386"   ;Windows 32-bit Disk Access driver
  889.  
  890. system.ini,386Enh,"device=aic7870.386"
  891. system.ini,386Enh,"device=fastscsi.386"
  892. system.ini,386Enh,"device=aha1540.386"
  893. system.ini,386Enh,"device=aha1740.386"
  894. system.ini,386Enh,"device=aic7770.386"
  895. system.ini,386Enh,"device=aic6360.386"
  896.  
  897. system.ini,386Enh,"device=vpatchk.386"   ;Pentium Patch
  898. system.ini,386Enh,"device=WBIDE.386"     ;IDE Driver
  899.  
  900. system.ini,386Enh,"device=hc_win.386"    ;Quantum Fastdisk Drivers
  901. system.ini,386Enh,"device=qtmint13.386"  ;Quantum Fastdisk Drivers
  902.  
  903. system.ini,386Enh,"device=CPQFM19B.386"  ;Compaq VxD's
  904. system.ini,386Enh,"device=CPQFM19A.386"
  905. system.ini,386Enh,"device=CPQFMW31.386"
  906. system.ini,386Enh,"device=CPQFMVCD.386"
  907. system.ini,386Enh,"device=um8673.386"
  908.  
  909. system.ini,386Enh,"device=DC2300.386" ;Promise technologies DC2000 DOS driver (32bit)
  910.  
  911. system.ini,386Enh,"DEVICE=VIRWT.386"  ;Irwin Tape Drive
  912.  
  913. system.ini,386Enh,"device=2015pl.386"  ;Unknown Fastdisk driver
  914. system.ini,386Enh,"device=2015.386"    ;Unknown Fastdisk driver
  915.  
  916. system.ini,386Enh,"device=EIDE2300.386"  ; Promise FASTDISK driver for EIDE2300+
  917.  
  918. ;Compaq SafeStart:
  919. setup.ini, progman.groups,, "CpqUtils=""Compaq Utilities"""
  920. setup.ini, CpqUtils,, """SafeStart Manager"""     ;deletes link
  921. setup.ini, group1,, """SafeStart Manager"""     ;deletes link
  922.  
  923.  
  924. ;Remove link on AT&T machines:
  925. setup.ini, progman.groups,, "ATTUTILS=""AT&T Utilities"""  ;creates folder
  926. setup.ini, ATTUTILS,, """AT&T Configuration Manager"""     ;deletes link
  927.  
  928. system.ini,386Enh,"DEVICE=CP32SUP.386" ;PCTWin Patch
  929. system.ini,386Enh,"DEVICE=VFATHLP.386" ;PCTWin Patch
  930.  
  931. system.ini,386Enh,"DEVICE=vcmd.386"  ;Zenith VxD
  932. system.ini,386Enh,"DEVICE=vcad.386"  ;Zenith VxD
  933.  
  934. system.ini,386Enh,"LocalReboot=*"    ;IBM 
  935. system.ini,386Enh,"KybdReboot=*"
  936.  
  937. system.ini,386Enh,"DEVICE=ACIDEJL.386" ;ARCO JL+ adapter
  938. ;-----------------------------------------------------
  939.  
  940. [old.win.cleanup.flds]
  941. win.ini, windows, load,*printman.exe,,1
  942. win.ini, windows, run,*printman.exe,,1
  943.  
  944. ;Remove PrintCache program:
  945. win.ini, windows, load,*ltools.exe,,1
  946. win.ini, windows, run,*ltools.exe,,1
  947.  
  948. win.ini, windows, load,*ltools,,1
  949. win.ini, windows, run,*ltools,,1
  950.  
  951. ;Remove HP Status Windows:
  952. win.ini, windows, load,*hpvdsm.exe,,1
  953. win.ini, windows, run,*hpvdsm.exe,,1
  954. win.ini, windows, load,*hpsw.exe,,1
  955. win.ini, windows, run,*hpsw.exe,,1
  956.  
  957. ;Remove Toshiba's startup app:
  958. win.ini, windows, load,*maxtime.exe,,1
  959. win.ini, windows, run,*maxtime.exe,,1
  960. win.ini, windows, load,*audcntrl.exe,,1
  961. win.ini, windows, run,*audcntrl.exe,,1
  962.  
  963. ;Remove LANDesk 2.0's DLL:
  964. system.ini, boot, drivers, *LOWDOS.DLL,,1
  965.  
  966. ;Remove AT&T entry from run= line:
  967. win.ini, windows, run,*regsetup.zzz,,1
  968. win.ini, windows, load,*regsetup.zzz,,1
  969.  
  970. ;Remove IBM Thinkpad docking app:
  971. win.ini, windows, run,*dockwin.exe,,1
  972. win.ini, windows, load,*dockwin.exe,,1
  973. ;IBM Thinkpad screensaver app:
  974. win.ini, windows, run,*strtscr.exe,,1
  975. win.ini, windows, load,*strtscr.exe,,1
  976.  
  977. ;Compaq PnP Utils:
  978. win.ini, windows, run,*CPQFMCFG.EXE,,1
  979. win.ini, windows, load,*CPQFMCFG.EXE,,1
  980.  
  981. ;Media vision at your service pim:
  982. win.ini, windows, run,*ays.exe,,1
  983. win.ini, windows, load,*ays.exe,,1
  984.  
  985. ;Noron Anti-Virus:
  986. win.ini, windows, run,*NAVPOPUP.EXE,,1
  987. win.ini, windows, load,*NAVPOPUP.EXE,,1
  988.  
  989. win.ini, windows, run,*WNTSRMAN.EXE,,1
  990. win.ini, windows, load,*WNTSRMAN.EXE,,1
  991.  
  992. win.ini, windows, run,*NAVTSRW.EXE,,1
  993. win.ini, windows, load,*NAVTSRW.EXE,,1
  994.  
  995. win.ini, windows, run,*NAVTSRW,,1
  996. win.ini, windows, load,*NAVTSRW,,1
  997.  
  998. win.ini, windows, run,*alarmmgr.exe,,1
  999. win.ini, windows, load,*alarmmgr.exe,,1
  1000. ;-------------------------------------------
  1001.  
  1002.  
  1003. [Strings]
  1004. ;Non-Localizable Strings:
  1005. KEY_OPTIONAL="Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  1006. KEY_TIPS="Software\Microsoft\Windows\CurrentVersion\Explorer\Tips"
  1007. KEY_RENAME="Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  1008. KEY_CURRENT="Software\Microsoft\Windows\CurrentVersion"
  1009.  
  1010. ;Localizable Strings:
  1011. ;Wallpaper Descriptions
  1012. BAMBOO_BMP      = "Straw Mat"
  1013. BUBBLES_BMP     = "Bubbles"
  1014. CIRCLES_BMP     = "Circles"
  1015. EGYPT_BMP       = "Carved Stone"
  1016. HALFTONE_BMP    = "Waves"
  1017. HOUNDS_BMP      = "Houndstooth"
  1018. PSTRIPE_BMP     = "Pinstripe"
  1019. PYRAMID2_BMP    = "Triangles"
  1020. REDTILE_BMP     = "Tiles"
  1021. RIVETS2_BMP     = "Blue Rivets"
  1022. THATCH2_BMP     = "Black Thatch"
  1023.  
  1024. DESC_PIF        = "╡╜ MS-DOS │╠╨≥╡─┐∞╜▌╖╜╩╜"
  1025. DESC_REG     = "╫ó▓ß▒φ╧ε─┐"
  1026. DESC_APP     = "╙ª╙├│╠╨≥"
  1027. DESC_BAT     = "MS-DOS ┼·┤ª└φ╬─╝■"
  1028. DESC_COM     = "MS-DOS ╙ª╙├│╠╨≥"
  1029. DESC_SCR     = "╞┴─╗▒ú╗ñ│╠╨≥"
  1030. DESC_LNK     = "┐∞╜▌╖╜╩╜"
  1031. DESC_FND        = "▒ú┤µ╡─╦╤╦≈╜ß╣√"
  1032. DESC_HLP     = "░∩╓·╬─╝■"
  1033. DESC_TXT     = "╬─▒╛╬─╝■"
  1034. DESC_INI     = "┼Σ╓├"
  1035. DESC_INF     = "░▓╫░╨┼╧ó"
  1036. DESC_RTF        = "RTF ╬─╝■"
  1037. DESC_DLL        = "╙ª╙├│╠╨≥└⌐╒╣"
  1038. DESC_SYS        = "╧╡═│╬─╝■"
  1039. DESC_VXD        = "╨Θ─Γ╔Φ▒╕╟²╢»│╠╨≥"
  1040. DESC_DRV        = "╔Φ▒╕╟²╢»│╠╨≥"
  1041. DESC_CPL        = "┐╪╓╞├µ░σ└⌐╒╣"
  1042. ;HACK Asymetrix Compel has .CPL data files and registers an open verb
  1043. ;make our verb explicitly different so that when Compel is installed the
  1044. ;user can use both types of CPL files but Compel's will be the default
  1045. DESC_VERB_CPLOPEN = "╙├┐╪╓╞├µ░σ┤≥┐¬"
  1046. DESC_FON        = "╫╓╠σ╬─╝■"
  1047. DESC_TTF        = "TrueType ╫╓╠σ╬─╝■"
  1048. DESC_TTC        = "TrueType ║╧│╔╬─╝■"
  1049. DESC_ICO        = "═╝▒Ω"
  1050. DESC_CUR        = "╣Γ▒Ω"
  1051. DESC_ANI        = "╢»╗¡╣Γ▒Ω"
  1052. DESC_BMK        = "╖├╬╩╬─╡╡╡─┐∞╜▌╖╜╩╜"
  1053. DESC_SCRAP    = "╦Θ╞¼╢╘╧≤"
  1054.  
  1055. DESC_PACKAGE     = "░ⁿ"
  1056. DESC_CONTROLS     = "┐╪╓╞├µ░σ"
  1057. DESC_PRINTERS     = "┤≥╙í╗·"
  1058. DESC_SHELLMONIKER = "═Γ┐╟▒Ω╝╟"
  1059. DESC_FILESYSATTR = "╬─╝■╧╡═│╩⌠╨╘"
  1060. DESC_PIFPAGE    = ".PIF ╬─╝■╩⌠╨╘╥│"
  1061. DESC_PIFFILE    = ".PIF ╬─╝■┤ª└φ│╠╨≥"
  1062. DESC_DOCPROP    = "OLE Docfile ╩⌠╨╘╥│"
  1063. DESC_RECYCLEBIN = "╗╪╩╒╒╛"
  1064. DESC_DESKTOP    = "Desktop"
  1065. DESK_MYCOMP    = "╬╥╡─╡τ─╘"
  1066. DESK_NETHOOD    = "═°╔╧┴┌╛╙"
  1067.  
  1068. ;disk performance templates
  1069. DiskPerfDesktop = "╠¿╩╜╗·"
  1070. DiskPerfMobile  = "▒π╨»╗≥╜╙▓╡╩╜╧╡═│"
  1071. DiskPerfServer  = "═°┬τ╖■╬±╞≈"
  1072.  
  1073. ;icon spacing factor
  1074. IconSpacingFactor = "100" ;Set to 100 for English, change for other languages
  1075.  
  1076. ;REVIEW: we may be able to remove these since we special case opne and print verbs
  1077. V_EDIT      = "▒α╝¡(&E)"
  1078. V_PLAY      = "▓Ñ╖┼(&P)"
  1079. V_MERGE     = "║╧▓ó(&G)"
  1080. V_CONNECT   = "┴¼╜╙(&C)"
  1081. V_TEST      = "▓Γ╩╘(&E)"
  1082. V_ACTIVATE  = "╝ñ╗ε─┐┬╝(&A)"
  1083. V_EDITPACKAGE = "▒α╝¡░ⁿ(&E)"
  1084. V_CONFIGURE = "┼Σ╓├(&O)"
  1085. V_INSTALL   = "░▓╫░(&I)"
  1086. V_FINDCOMP  = "▓Θ╒╥╝╞╦π╗·(&F)..."
  1087.  
  1088. NoneDesc        = "(╬▐)"
  1089. BricksDesc              = "Bricks"
  1090. ButtonsDesc             = "Buttons"
  1091. CargoNetDesc            = "Cargo Net"
  1092. CircuitsDesc            = "Circuits"
  1093. CobblestonesDesc        = "Cobblestones"
  1094. ColosseumDesc           = "Colosseum"
  1095. DaisiesDesc             = "Daisies"
  1096. DizzyDesc               = "Dizzy"
  1097. FieldEffectDesc         = "Field Effect"
  1098. KeyDesc                 = "Key"
  1099. LiveWireDesc            = "Live Wire"
  1100. PlaidDesc               = "Plaid"
  1101. RounderDesc             = "Rounder"
  1102. ScalesDesc              = "Scales"
  1103. StoneDesc               = "Stone"
  1104. ThatchesDesc            = "Thatches"
  1105. TileDesc                = "Tile"
  1106. TrianglesDesc           = "Triangles"
  1107. RevengeDesc             = "Waffle's Revenge"
  1108.  
  1109. Templates_DESC          = "╬─╡╡─ú░σ"
  1110. Templates_TIP           = "╩╣─·─▄╣╗╖╜▒π╡╪╬¬╫ε│ú╙├╡─│╠╨≥┤┤╜¿╨┬╡─╬─╡╡íú"
  1111.  
  1112. DISK_TOOLS        = "┤┼┼╠╣ñ╛▀└⌐╒╣"
  1113. COPY_HOOK        = "═Γ┐╟╕┤╓╞╣╥╣│"
  1114. SCRAP_DATAHANDLER       = "═Γ┐╟╖╧╞·╩²╛▌┤ª└φ│╠╨≥"
  1115. DISKCOPY_DATAHANDLER    = "┤┼┼╠╕┤╓╞└⌐╒╣"
  1116.  
  1117. MMEDIA                  = "╢α├╜╠σ"
  1118. ACCESSMMEDIA            = "╕╜╝■\╢α├╜╠σ"
  1119. GAMES             = "╙╬╧╖"
  1120. ACCESSGAMES         = "╕╜╝■\╙╬╧╖"
  1121. SYSTOOLS        = "╧╡═│╣ñ╛▀"
  1122. DESKTOP                 = "Desktop"
  1123. PROGRAMS        = "│╠╨≥"
  1124. ACCESSSYSTOOLS        = "╕╜╝■\╧╡═│╣ñ╛▀"
  1125. DOTDOTDESKTOP        = "..\..\Desktop"
  1126. DOT            = "."
  1127.  
  1128. CursorSchemeAni         = "╢»╗¡╔│┬⌐"
  1129. CursorScheme            = "Windows ▒Ω╫╝ "
  1130.  
  1131. DRIVE            = "╟²╢»╞≈"
  1132. FOLDER            = "╬─╝■╝╨"
  1133. FSFOLDER                = "╬─╝■╝╨"
  1134. AUDIOCD                       = "╥⌠╞╡ CD"
  1135.  
  1136. TIP00 = "╚τ╣√▓╗╓¬╡└╘⌡╤∙╫÷ú¼┐╔╥╘▓╬╘─í░░∩╓·í▒íú╓╗╨Φ╧╚╡Ñ╗≈í░┐¬╩╝í▒░┤┼Ñú¼╚╗║≤╡Ñ╗≈í░░∩╓·í▒íú"
  1137. TIP01 = "╩╣╙├í░┐¬╩╝í▒▓╦╡Ñ╔╧╡─í░╣╪▒╒╧╡═│í▒├ⁿ┴ε┐╔╥╘░▓╚½╡╪╣╪▒╒╝╞╦π╗·íú"
  1138. TIP02 = "╥¬═∙í░┐¬╩╝í▒▓╦╡Ñ╔╧╠φ╝╙│╠╨≥ú¼─·┐╔╥╘░╤│╠╨≥╡─═╝▒Ω═╧╡╜í░┐¬╩╝í▒░┤┼Ñíú"
  1139. TIP03 = "┐╔╥╘╩╣╙├╩≤▒Ω╙╥╝ⁿ═╧╢»╬─╝■íú╩╘╩╘┐┤╗ß╘⌡╤∙úí"
  1140. TIP04 = "─·┐╔╥╘╙├│ñ╬─╝■├√▒ú┤µ╬─╝■íú╬─╝■├√╓╨╔⌡╓┴┐╔╥╘╙├┐╒╕±úí"
  1141. TIP05 = "╩╣╙├╩≤▒Ω╙╥╝ⁿ╡Ñ╗≈╚╬║╬╡╪╖╜ú¼┐╔╥╘┐┤╡╜╥╗╕÷░ⁿ║¼┐╔╙├├ⁿ┴ε╡─▓╦╡Ñíú"
  1142. TIP06 = "╥¬┐∞╦┘┤≥╙í╬─╡╡ú¼─·┐╔╥╘░╤╦ⁿ╡─═╝▒Ω═╧╡╜┤≥╙í╗·═╝▒Ω╔╧íú"
  1143. TIP07 = "╥¬╕─▒Σ─·╡─╫└├µ▒│╛░ú¼╙├╟δ╩≤▒Ω╙╥╝ⁿ╡Ñ╗≈╦ⁿú╗╚╗║≤╡Ñ╗≈í░╩⌠╨╘í▒íú"
  1144. TIP08 = "╡Ñ╗≈▒Ω╠Γ└╕└∩╡─╬╩║┼░┤┼Ñú¼╚╗║≤╡Ñ╗≈╢╘╗░┐≥╓╨╡──│╥╗╧εú¼╛═┐╔╥╘╡├╡╜╣╪╙┌┤╦╧ε╡─░∩╓·╨┼╧óíú"
  1145. TIP09 = "┐╔╥╘╙├ Windows ╫╩╘┤╣▄└φ╞≈└┤▓Θ╘─╝╞╦π╗·╔╧╡─╦∙╙╨╬─╝■íú"
  1146. TIP10 = "┐╔╥╘╙├í░░∩╓·í▒╓╨╡─í░┤≥╙í╥╔─╤╜Γ┤≡í▒└┤╜Γ╛÷┤≥╙í╗·╡─╬╩╠Γíú"
  1147. TIP11 = "┐╔╥╘╙├╩≤▒Ω╜½╚╬╬±└╕╥╞╢»╡╜╞┴─╗╡─╚╬║╬▒▀╘╡íú"
  1148. TIP12 = "┐╔╥╘┴ó╝┤╜½╦∙╙╨┤≥┐¬╡─┤░┐┌╫ε╨í╗»ú╗╡Ñ╗≈╚╬╬±└╕╔╧╡─┐╒░╫╟°╙≥ú¼╚╗║≤╡Ñ╗≈í░╫ε╨í╗»╦∙╙╨┤░┐┌í▒íú"
  1149. TIP13 = "╥¬╔Φ╓├╝╞╦π╗·╡─╩▒╓╙ú¼┐╔╥╘╘┌╚╬╬±└╕╔╧╦½╗≈╩▒╓╙íú"
  1150. TIP14 = "┐╔╥╘╜½╝α╩╙╞≈╖┼╘┌╙δ╤█╛ª═¼╕▀╢╚╡─╡╪╖╜╥╘╝⌡╟ß╛▒▓┐╤╣┴ªíú"
  1151. TIP15 = "╥¬╕─▒Σ Windows ╡─┼Σ╔½╖╜░╕ú¼╟δ╙├╩≤▒Ω╙╥╝ⁿ╡Ñ╗≈╫└├µú╗╚╗║≤╡Ñ╗≈í░╩⌠╨╘í▒íú"
  1152. TIP16 = "─·┐╔╥╘╙├í░░∩╓·í▒└∩╡─í░─┌┤µ╥╔─╤╜Γ┤≡í▒└┤╜Γ╛÷╝╞╦π╗·╡──┌┤µ╬╩╠Γíú"
  1153. TIP17 = "╧δ╤í╘±╢α╕÷╬─╝■╗≥╬─╝■╝╨ú¼╟δ╘┌╡Ñ╗≈├┐╥╗╧ε╩▒░┤╫í CTRLíú"
  1154. TIP18 = "╥¬╕ⁿ╕──·╡─╞┴─╗▒ú╗ñ│╠╨≥ú¼╟δ╙├╩≤▒Ω╙╥╝ⁿ╡Ñ╗≈╫└├µú╗╚╗║≤╡Ñ╗≈í░╩⌠╨╘í▒íú"
  1155. TIP19 = "▒╗╔╛│²╡─╬─╝■║═╬─╝■╝╨▒ú┤µ╘┌í░╗╪╩╒╒╛í▒└∩ú¼╓▒╡╜─·╟σ┐╒╦ⁿíú"
  1156. TIP20 = "┐╔╥╘╩╣╙├í░╕╜╝■í▒╓╨╡─í░╗¡═╝í▒└┤╗µ═╝║═▓Θ┐┤╬╗═╝╬─╝■íú"
  1157. TIP21 = "╚τ╣√─·╧░╣▀╙├╫≤╩╓╡─╗░ú¼┐╔╥╘╡≈╗╗╩≤▒Ω░┤┼Ñíú╓╗╥¬╦½╗≈í░┐╪╓╞├µ░σí▒└∩╡─í░╩≤▒Ωí▒═╝▒Ω╛═╨╨┴╦íú"
  1158. TIP22 = "╥¬┐∞╦┘┤≥┐¬╥╗╕÷╬─╝■ú¼┐╔╥╘╦½╗≈╦ⁿ╡─═╝▒Ωíú"
  1159. TIP23 = "╘┌┤≥╫╓╩▒ú¼─·╙ª╕├╠º╞≡╩╓═≤ú¼╗≥╙├═≤╡µ└┤╝⌡╟ß╜⌠╒┼╢╚íú"
  1160. TIP24 = "─·╗ß╖ó╧╓║▄╢α╙╨╚ñ╡─│╠╨≥íú╡Ñ╗≈í░┐¬╩╝í▒░┤┼Ñú¼╓╕╧≥í░│╠╨≥í▒ú¼╘┘╓╕╧≥í░╕╜╝■í▒íú"
  1161. TIP25 = "─·┐╔╥╘┤╙ MS-DOS ┤░┐┌╓╨╞⌠╢»╗∙╙┌ Windows ╡─│╠╨≥íú"
  1162. TIP26 = "─·┐╔╥╘╘┌ MS-DOS ║═ Windows ╓«╝Σ╕┤╓╞║═╒│╠∙╬─╫╓íú"
  1163. TIP27 = "╥¬╓¬╡└┐╔╙├┤┼┼╠┐╒╝Σ╩╟╢α╔┘ú¼╟δ╙├╩≤▒Ω╙╥╝ⁿ╘┌í░╬╥╡─╡τ─╘í▒└∩╡Ñ╗≈╟²╢»╞≈╡─═╝▒Ωú╗╚╗║≤╡Ñ╗≈í░╩⌠╨╘í▒íú"
  1164. TIP28 = "═φ╔╧╩╣╙├╝╞╦π╗·╬▐╚╦╓╡╩╪╩▒ú¼┐╔╥╘╣╪▒╒╝α╩╙╞≈└┤╜┌╩í─▄╘┤íú"
  1165. TIP29 = "╘┌▒π╨»╗·╓╨ú¼╚τ╣√┤≥┐¬╓╕╒δ╣∞╝ú╡─╗░ú¼╩≤▒Ω╓╕╒δ╜½╕ⁿ╚▌╥╫┐┤╝√íú╓╗╥¬╦½╗≈í░┐╪╓╞├µ░σí▒└∩╡─í░╩≤▒Ωí▒═╝▒Ωíú╚╗║≤╡Ñ╗≈í░╥╞╢»í▒▒Ω╟⌐íú"
  1166. TIP30 = "╡▒╬─╝■╝╨┤≥┐¬╩▒ú¼─·┐╔╥╘░┤ BACKSPACE └┤┤≥┐¬╔╧╥╗╝╢╡─╬─╝■╝╨íú"
  1167. TIP31 = "─·╘┌í░╧Ω╧╕╫╩┴╧í▒╩╙═╝└∩╧╘╩╛╬─╝■╩▒ú¼┐╔╥╘╡Ñ╗≈▒Ω╠Γ└╕└┤╜½╦ⁿ├╟┼┼╨≥íú"
  1168. TIP32 = "╧δ╬º╚╞╥╗╫Θ╬─╝■╗¡╤í╘±┐≥ú¼┐╔╥╘╘┌╒Γ╫Θ╡─╥╗╜╟╡Ñ╗≈ú¼╚╗║≤═╧╢»└┤╨╬│╔╖╜┐≥íú"
  1169. TIP33 = "▓╦╡Ñ└∩╝╙╧┬╗«╧▀╡─╫╓─╕╩╟┐∞╜▌╝ⁿíú░┤ ALT + ┤°╧┬╗«╧▀╡─╫╓─╕ └┤╤í╘±╧ε─┐íú"
  1170. TIP34 = "─·┐╔╥╘╙├í░╧╡═│╣ñ╛▀í▒└∩╡─í░┤┼┼╠╦Θ╞¼╒√└φ│╠╨≥í▒└┤╝╙╦┘╝╞╦π╗·╡─╘╦╨╨íú"
  1171. TIP35 = "─·┐╔╥╘╘┌╫└├µ╔╧╖┼╓├╓╕╧≥┤≥╙í╗·╡─┐∞╜▌╖╜╩╜íú"
  1172. TIP36 = "─·┐╔╥╘╘┌í░╙╬╧╖í▒╬─╝■╝╨└∩╒╥╡╜╙╨╚ñ╡─╙╬╧╖└┤═µú¼╒Γ╕÷╬─╝■╝╨╘┌í░╕╜╝■í▒╬─╝■╝╨└∩íú"
  1173. TIP37 = "╥¬┐╒│÷┤┼┼╠┐╒╝Σú¼╩╘╩╘╟σ┐╒í░╗╪╩╒╒╛í▒íú"
  1174. TIP38 = "─·┐╔╥╘╜½╥╗╕÷╬─╝■╡─═╝▒Ω═╧╡╜╥╗╕÷╬─╡╡└∩ú¼╔⌡╓┴┐╔╥╘╜½╥╗╕÷┐∞╜▌╖╜╩╜═╝▒Ω═╧╡╜╬─╡╡╗≥╙╩╝■╨┼╧ó└∩íú"
  1175. TIP39 = "─·┐╔╥╘╙├í░░∩╓·í▒└∩╡─í░╙▓╝■│σ═╗╥╔─╤╜Γ┤≡í▒└┤╜Γ╛÷╙▓╝■╖╜├µ╡─╬╩╠Γíú"
  1176. TIP40 = "─·┐╔╥╘╘┌╞⌠╢» Windows ╡─═¼╩▒╥▓╞⌠╢»│╠╨≥ú¼╓╗╥¬╜½╦ⁿ├╟╡─═╝▒Ω═╧╡╜í░╞⌠╢»í▒╬─╝■╝╨╛═╨╨┴╦íú"
  1177. TIP41 = "─·┐╔╥╘╩╣╙├í░╧╡═│╣ñ╛▀í▒└∩╡─í░▒╕╖▌í▒╥╘▒╕╖▌╓╪╥¬╬─╝■íú"
  1178. TIP42 = "─·┐╔╥╘╔Φ╓├ Windows ╫╩╘┤╣▄└φ╞≈╧╘╩╛╗≥╥■▓╪╚²╕÷╫╓─╕╡─ MS-DOS ╬─╝■└⌐╒╣├√íú"
  1179. TIP43 = "─·┐╔╥╘╙├í░╧╡═│╣ñ╛▀í▒└∩╡─í░┤┼┼╠╔¿├Φ│╠╨≥í▒╝∞▓Θ╙▓┼╠╡─┤φ╬≤íú"
  1180. TIP44 = "╘┌─·┤≥╙í╬─╡╡╩▒ú¼┤≥╙í╗·═╝▒Ω╗ß╧╘╩╛╘┌╚╬╬±└╕╔╧íú╦½╗≈╒Γ╕÷═╝▒Ωú¼┐╔╥╘┐┤╡╜╒²╘┌╡╚┤²┤≥╙í╡─╬─╡╡╟σ╡Ñíú"
  1181. TIP45 = "╥¬╧δ╓¬╡└╥╗╕÷╣ñ╛▀└╕░┤┼Ñ╩╟╙├└┤╫÷╩▓├┤╡─ú¼┐╔╥╘╜½╩≤▒Ω╓╕╒δ═ú╘┌░┤┼Ñ╔╧╝╕├δ╓╙íú"
  1182. TIP46 = "─·┐╔╥╘╙├í░┐¬╩╝í▒▓╦╡Ñ└∩╡─í░╘╦╨╨í▒├ⁿ┴ε└┤┤≥┐¬╞Σ╦ⁿ╝╞╦π╗·╔╧╡─╣▓╧φ╬─╝■╝╨íú"
  1183. TIP47 = "─·┐╔╥╘╙├╢α╓╓╖╜╩╜└┤╫╘╢¿╥σ Windows 95íú▒≡╙╠╘Ñú¼╩╘╩╘┐┤úí"
  1184.