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