home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / precopy2.cab / shell.inf < prev    next >
INI File  |  1996-07-17  |  49KB  |  1,177 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. HKCR,.ttf,,,ttffile
  571. HKCR,ttffile,,,%DESC_TTF%
  572. HKCR,ttffile\DefaultIcon,,,"%11%\shell32.dll,-156"
  573.  
  574. HKCR,.ico,,,icofile
  575. HKCR,icofile,,,%DESC_ICO%
  576. HKCR,icofile\DefaultIcon,,,%%1
  577.  
  578. HKCR,.cur,,,curfile
  579. HKCR,curfile,,,%DESC_CUR%
  580. HKCR,curfile\DefaultIcon,,,%%1
  581.  
  582. HKCR,.ani,,,anifile
  583. HKCR,anifile,,,%DESC_ANI%
  584. HKCR,anifile\DefaultIcon,,,%%1
  585.  
  586. ; Set the Hidden attribute on the ShellNew Folder:
  587. ; R=1; H=2; S=4; HS=6; SHR=7
  588. HKLM,%KEY_RENAME%\Win,,,%25%
  589. HKLM,%KEY_RENAME%\Win,ShellNew,,"ShellNew,2"
  590.  
  591. ; NEW MENU ENTRIES
  592. ; Warning, next 4 lines are order dependent, do not change--Johnpa
  593. ; REVIEW: need to point .doc ShellNew entry to winword document, christob
  594. HKCR,.doc,,2,Wordpad.Document.1
  595. HKCR,.doc\Wordpad.Document.1\ShellNew,FileName,,"winword.doc"
  596. HKCR,.rtf,,2,rtffile
  597. HKCR,.txt\ShellNew,NullFile
  598. HKCR,.bmp\ShellNew,NullFile
  599. HKCR,.wav\ShellNew,NullFile
  600.  
  601. HKCR,Package,,,%DESC_PACKAGE%
  602. HKCR,Package\protocol\StdFileEditing\verb\0,,,%V_ACTIVATE%
  603. HKCR,Package\protocol\StdFileEditing\verb\1,,,%V_EDITPACKAGE%
  604. HKCR,Package\protocol\StdFileEditing\server,,,packager.exe
  605.  
  606. ; COMPOBJs
  607.  
  608. HKCR,CLSID\{21B22460-3AEA-1069-A2DC-08002B30309D},,,%DESC_FILESYSATTR%
  609. HKCR,CLSID\{21B22460-3AEA-1069-A2DC-08002B30309D}\InProcServer32,,,shell32.dll
  610. HKCR,CLSID\{21B22460-3AEA-1069-A2DC-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  611. HKCR,CLSID\{86747AC0-42A0-1069-A2E6-08002B30309D},,,%DESC_SHELLMONIKER%
  612. HKCR,CLSID\{86747AC0-42A0-1069-A2E6-08002B30309D}\InProcServer32,,,shell32.dll
  613. HKCR,CLSID\{86747AC0-42A0-1069-A2E6-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  614. HKCR,CLSID\{86F19A00-42A0-1069-A2E9-08002B30309D},,,%DESC_PIFPAGE%
  615. HKCR,CLSID\{86F19A00-42A0-1069-A2E9-08002B30309D}\InProcServer32,,,shell32.dll
  616. HKCR,CLSID\{86F19A00-42A0-1069-A2E9-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  617. HKCR,CLSID\{217FC9C0-3AEA-1069-A2DB-08002B30309D},,,%COPY_HOOK%
  618. HKCR,CLSID\{217FC9C0-3AEA-1069-A2DB-08002B30309D}\InProcServer32,,,shell32.dll
  619. HKCR,CLSID\{217FC9C0-3AEA-1069-A2DB-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  620. HKCR,CLSID\{00021400-0000-0000-C000-000000000046},,,%DESC_DESKTOP%
  621. HKCR,CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32,,,shell32.dll
  622. HKCR,CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32,ThreadingModel,,"Apartment"
  623. HKCR,CLSID\{00021401-0000-0000-C000-000000000046},,,%DESC_LNK%
  624. HKCR,CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32,,,shell32.dll
  625. HKCR,CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32,ThreadingModel,,"Apartment"
  626. HKCR,CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu
  627. HKCR,CLSID\{86F19A00-42A0-1069-A2EB-08002B30309D},,,%DESC_PIFFILE%
  628. HKCR,CLSID\{86F19A00-42A0-1069-A2EB-08002B30309D}\InProcServer32,,,shell32.dll
  629. HKCR,CLSID\{86F19A00-42A0-1069-A2EB-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  630. HKCR,CLSID\{3EA48300-8CF6-101B-84FB-666CCB9BCD32},,,%DESC_DOCPROP%
  631. HKCR,CLSID\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}\InProcServer32,,,"%11%\docprop.dll"
  632. HKCR,CLSID\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}\InProcServer32,ThreadingModel,,"Apartment"
  633.  
  634. ; My Computer
  635. ; Don't set the value below, let it default in from Shell32.dll
  636. ; HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D},,2,%DESK_MYCOMP%
  637. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\InProcServer32,,,shell32.dll
  638. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  639. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon,,2,"%25%\Explorer.exe,0"
  640. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find
  641. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\command,,,%25%\Explorer.exe
  642. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec,,,"[FindFolder(""%%l"", %%I)]"
  643. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec\application,,,Folders
  644. HKCR,CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec\topic,,,AppProperties
  645.  
  646. ; Net Neighborhood
  647.  
  648. ; Don't set the value below, let it default in from Shell32.dll
  649. ;HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D},,2,%DESK_NETHOOD%
  650. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\InProcServer32,,,shell32.dll
  651. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  652. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon,,2,"%11%\shell32.dll,17"
  653. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find,,,%V_FINDCOMP%
  654. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\command,,,%25%\Explorer.exe
  655. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\ddeexec,,,"[FindFolder(""%%l"", %%I)]"
  656. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\ddeexec\application,,,Folders
  657. HKCR,CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\shell\find\ddeexec\topic,,,AppProperties
  658.  
  659. ; FindExtensions
  660.  
  661. HKCR,CLSID\{61E218E0-65D3-101B-9F08-061CEAC3D50D},,,"ShellFind"
  662. HKCR,CLSID\{61E218E0-65D3-101B-9F08-061CEAC3D50D}\InProcServer32,,,shell32.dll
  663. HKCR,CLSID\{61E218E0-65D3-101B-9F08-061CEAC3D50D}\InProcServer32,ThreadingModel,,"Apartment"
  664. HKLM,%KEY_CURRENT%\Explorer\FindExtensions\ShellFind,,,"{61E218E0-65D3-101B-9F08-061CEAC3D50D}"
  665.  
  666. ; Recycle Bin
  667.  
  668. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E},,,%DESC_RECYCLEBIN%
  669. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32,,,shell32.dll
  670. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32,ThreadingModel,,"Apartment"
  671. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon,,2,"%11%\shell32.dll,31"
  672. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon,Empty,,"%11%\shell32.dll,31"
  673. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon,Full,,"%11%\shell32.dll,32"
  674. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder,Attributes,1,40,01,00,20
  675. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}
  676. HKCR,CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\{645FF040-5081-101B-9F08-00AA002F954E}
  677. HKLM,%KEY_CURRENT%\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E},,,%DESC_RECYCLEBIN%
  678.  
  679.  
  680. ; Make sure the name space key it present to work around probem with
  681. ; adding RNA dynamically
  682. HKLM,%KEY_CURRENT%\Explorer\MyComputer\NameSpace
  683.  
  684. ; Entries for control panel
  685.  
  686. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D},,,%DESC_CONTROLS%
  687. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\InProcServer32,,,shell32.dll
  688. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  689. HKCR,CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon,,,"%11%\shell32.dll,-137"
  690.  
  691. ; Entries for printers folder
  692.  
  693. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D},,,%DESC_PRINTERS%
  694. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\InProcServer32,,,shell32.dll
  695. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\InProcServer32,ThreadingModel,,"Apartment"
  696. HKCR,CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\DefaultIcon,,,"%11%\shell32.dll,-138"
  697.  
  698. ; Group converter stuff.
  699. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%MMEDIA%,,%ACCESSMMEDIA%
  700. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%GAMES%,,%ACCESSGAMES%
  701. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%SYSTOOLS%,,%ACCESSSYSTOOLS%
  702. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%DESKTOP%,,%DOTDOTDESKTOP%
  703. HKCU,%KEY_CURRENT%\GrpConv\MapGroups,%PROGRAMS%,,%DOT%
  704.  
  705. ; Explorer Default Polices
  706. HKCU,%KEY_CURRENT%\Policies\Explorer,NoDriveTypeAutoRun,1,95,00,00,00
  707.  
  708. ; Tips for the end user
  709. HKLM,"%KEY_TIPS%","0",,%TIP00%
  710. HKLM,"%KEY_TIPS%","1",,%TIP01%
  711. HKLM,"%KEY_TIPS%","2",,%TIP02%
  712. HKLM,"%KEY_TIPS%","3",,%TIP03%
  713. HKLM,"%KEY_TIPS%","4",,%TIP04%
  714. HKLM,"%KEY_TIPS%","5",,%TIP05%
  715. HKLM,"%KEY_TIPS%","6",,%TIP06%
  716. HKLM,"%KEY_TIPS%","7",,%TIP07%
  717. HKLM,"%KEY_TIPS%","8",,%TIP08%
  718. HKLM,"%KEY_TIPS%","9",,%TIP09%
  719. HKLM,"%KEY_TIPS%","10",,%TIP10%
  720. HKLM,"%KEY_TIPS%","11",,%TIP11%
  721. HKLM,"%KEY_TIPS%","12",,%TIP12%
  722. HKLM,"%KEY_TIPS%","13",,%TIP13%
  723. HKLM,"%KEY_TIPS%","14",,%TIP14%
  724. HKLM,"%KEY_TIPS%","15",,%TIP15%
  725. HKLM,"%KEY_TIPS%","16",,%TIP16%
  726. HKLM,"%KEY_TIPS%","17",,%TIP17%
  727. HKLM,"%KEY_TIPS%","18",,%TIP18%
  728. HKLM,"%KEY_TIPS%","19",,%TIP19%
  729. HKLM,"%KEY_TIPS%","20",,%TIP20%
  730. HKLM,"%KEY_TIPS%","21",,%TIP21%
  731. HKLM,"%KEY_TIPS%","22",,%TIP22%
  732. HKLM,"%KEY_TIPS%","23",,%TIP23%
  733. HKLM,"%KEY_TIPS%","24",,%TIP24%
  734. HKLM,"%KEY_TIPS%","25",,%TIP25%
  735. HKLM,"%KEY_TIPS%","26",,%TIP26%
  736. HKLM,"%KEY_TIPS%","27",,%TIP27%
  737. HKLM,"%KEY_TIPS%","28",,%TIP28%
  738. HKLM,"%KEY_TIPS%","29",,%TIP29%
  739. HKLM,"%KEY_TIPS%","30",,%TIP30%
  740. HKLM,"%KEY_TIPS%","31",,%TIP31%
  741. HKLM,"%KEY_TIPS%","32",,%TIP32%
  742. HKLM,"%KEY_TIPS%","33",,%TIP33%
  743. HKLM,"%KEY_TIPS%","34",,%TIP34%
  744. HKLM,"%KEY_TIPS%","35",,%TIP35%
  745. HKLM,"%KEY_TIPS%","36",,%TIP36%
  746. HKLM,"%KEY_TIPS%","37",,%TIP37%
  747. HKLM,"%KEY_TIPS%","38",,%TIP38%
  748. HKLM,"%KEY_TIPS%","39",,%TIP39%
  749. HKLM,"%KEY_TIPS%","40",,%TIP40%
  750. HKLM,"%KEY_TIPS%","41",,%TIP41%
  751. HKLM,"%KEY_TIPS%","42",,%TIP42%
  752. HKLM,"%KEY_TIPS%","43",,%TIP43%
  753. HKLM,"%KEY_TIPS%","44",,%TIP44%
  754. HKLM,"%KEY_TIPS%","45",,%TIP45%
  755. HKLM,"%KEY_TIPS%","46",,%TIP46%
  756. HKLM,"%KEY_TIPS%","47",,%TIP47%
  757.  
  758. ;----- Base Bitmaps Install Sections ---------------
  759. [basebitmaps.files]
  760. bamboo.bmp
  761. bubbles.bmp
  762. circles.bmp
  763. egypt.bmp
  764. halftone.bmp
  765. hounds.bmp
  766. pstripe.bmp
  767. pyramid2.bmp
  768. redtile.bmp
  769. rivets2.bmp
  770. thatch2.bmp
  771.  
  772. [basebitmaps.addreg]
  773. HKLM,%KEY_RENAME%\Win,,,%25%
  774. HKLM,%KEY_RENAME%\Win,bamboo.bmp,,"%BAMBOO_BMP%.bmp"
  775. HKLM,%KEY_RENAME%\Win,bubbles.bmp,,"%BUBBLES_BMP%.bmp"
  776. HKLM,%KEY_RENAME%\Win,circles.bmp,,"%CIRCLES_BMP%.bmp"
  777. HKLM,%KEY_RENAME%\Win,egypt.bmp,,"%EGYPT_BMP%.bmp"
  778. HKLM,%KEY_RENAME%\Win,halftone.bmp,,"%HALFTONE_BMP%.bmp"
  779. HKLM,%KEY_RENAME%\Win,hounds.bmp,,"%HOUNDS_BMP%.bmp"
  780. HKLM,%KEY_RENAME%\Win,pstripe.bmp,,"%PSTRIPE_BMP%.bmp"
  781. HKLM,%KEY_RENAME%\Win,pyramid2.bmp,,"%PYRAMID2_BMP%.bmp"
  782. HKLM,%KEY_RENAME%\Win,redtile.bmp,,"%REDTILE_BMP%.bmp"
  783. HKLM,%KEY_RENAME%\Win,rivets2.bmp,,"%RIVETS2_BMP%.bmp"
  784. HKLM,%KEY_RENAME%\Win,thatch2.bmp,,"%THATCH2_BMP%.bmp"
  785. ;------------------------------------------------------------
  786. [msbase.cleanup.inis]
  787. ;general cleanup.  Moved from msbase.inf due to size limits
  788. ;Deletions go here:
  789. system.ini,386Enh,"device=fakeide.386",         ;remove PRE-RELEASE ONLY starting bld 70
  790. system.ini,386Enh,"device=*vfd"
  791. system.ini,386Enh,"device=*configmg",       ; Remove
  792. system.ini,386Enh,"device=serial.386",      ; Remove
  793. system.ini,386Enh,"device=lpt.386",         ; Remove
  794. system.ini,386Enh,"device=pagefile.386",        ; Delete old page file
  795. system.ini,386Enh,"timercriticalsection=",      ; Remove
  796. system.ini,386Enh,"device=isapnp.386",          ; Remove
  797. system.ini,386Enh,"device=wshell.386",         ; Remove
  798. system.ini,386Enh,"device=cdfs.386",           ; *** Remove from Pre-Release ONLY ***
  799.  
  800. system.ini,386Enh,"device=*vwin32",
  801. system.ini,386Enh,"device=*vfbackup",
  802. system.ini,386Enh,"device=*vcomm",
  803. system.ini,386Enh,"device=*combuff",
  804. system.ini,386Enh,"device=*ifsmgr",
  805. system.ini,386Enh,"device=*ios",
  806. system.ini,386Enh,"device=*spooler",
  807. system.ini,386Enh,"device=*vfat",
  808. system.ini,386Enh,"device=*vcache",
  809. system.ini,386Enh,"device=*vcond",
  810. system.ini,386Enh,"device=*vcdfsd",
  811. system.ini,386Enh,"device=*vxdldr",
  812. system.ini,386Enh,"device=*vdef",
  813. system.ini,386Enh,"device=*vpicd",
  814. system.ini,386Enh,"device=*vtd",
  815. system.ini,386Enh,"device=*reboot",
  816. system.ini,386Enh,"device=*vdmad",
  817. system.ini,386Enh,"device=*vsd",
  818. system.ini,386Enh,"device=*v86mmgr",
  819. system.ini,386Enh,"device=*pageswap",
  820. system.ini,386Enh,"device=*dosmgr",
  821. system.ini,386Enh,"device=*vmpoll",
  822. system.ini,386Enh,"device=*shell",
  823. system.ini,386Enh,"device=*parity",
  824. system.ini,386Enh,"device=*biosxlat",
  825. system.ini,386Enh,"device=*vmcpd",
  826. system.ini,386Enh,"device=*vtdapi",
  827. system.ini,386Enh,"device=*perf",
  828. system.ini,386Enh,"device=cpqevent.386"
  829.  
  830. system.ini,386Enh,"device=ibmvcd.386"   ; Old PCMCIA VCDs
  831. system.ini,386Enh,"device=csvcd.386"
  832. system.ini,386Enh,"device=pcmvcd.386"
  833. system.ini,386Enh,"device=ssvcd.386"
  834. system.ini,386Enh,"device=ssvcd311.386"
  835. system.ini,386Enh,"device=ss_vcd.386"
  836. system.ini,386Enh,"device=commvcd.386"  ; Intel PCMCIA card mgr
  837. system.ini,386Enh,"device=ccvcd.386"    ; Old Carbon-Copy for Win VxDs
  838. system.ini,386Enh,"keyboard=ccvkd.386"  ; Old Carbon-Copy for Win VxDs
  839. system.ini,386Enh,"device=ccvkd.386"    ; Old Carbon-Copy for Win VxDs
  840.  
  841. system.ini,386Enh,"device=lex01.386"    ; Lexmark Printer fast LPT VxDs
  842. system.ini,386Enh,"device=vlexd.386"    ; Lexmark Printer fast LPT VxDs
  843.  
  844. system.ini,386Enh,"device=turbovcd.386" ; Old TurboComm VxDs
  845. system.ini,386Enh,"device=turbobuf.386"
  846.  
  847. system.ini,386Enh,"device=esp2.386"     ; Old Hayes ESP VxDs
  848. system.ini,386Enh,"device=espvcd.386"
  849. system.ini,386Enh,"device=espbuff.386"
  850. system.ini,386Enh,"device=vespd.386"
  851. system.ini,386Enh,"device=vesp2cd.386"
  852. system.ini,386Enh,"device=vesp2d.386"
  853. system.ini,386Enh,"device=esp2vcd.386"
  854. system.ini,386Enh,"device=esp2uff.386"
  855. system.ini,386Enh,"device=esp2buff.386"
  856.  
  857. ;Remove VcD replacements:
  858. system.ini,386Enh,"device=obserial.386" ; HP OmniBook serial driver
  859. system.ini,386Enh,"device=expvcd.386"   ; ExpressFax
  860. system.ini,386Enh,"device=r0dsimgr.386"
  861. system.ini,386Enh,"device=r0dsivcd.386"
  862. system.ini,386Enh,"device=r0dsibuf.386"
  863. system.ini,386Enh,"device=vhicom9.386"   ; BocaBoard 8
  864. system.ini,386Enh,"device=kingvcd.386"   ; KingComm
  865. system.ini,386Enh,"device=kingbuff.386"
  866. system.ini,386Enh,"device=vcdccp.386"    ; Calcomp
  867. system.ini,386Enh,"device=cas31vcd.386"
  868. system.ini,386Enh,"device=aw_vcd.386"
  869.  
  870. system.ini,386Enh,"device=cs$vcd.386"   ;DEC Starion 800i
  871.  
  872. system.ini,386Enh,"device=ADI2W100.386"  ;Appian FastDisk Drivers
  873. system.ini,386Enh,"device=ADI2W101.386"
  874. system.ini,386Enh,"device=ADI2W102.386"
  875. system.ini,386Enh,"device=ADI2W103.386"
  876. system.ini,386Enh,"device=ADI2W104.386"
  877.  
  878. system.ini,386Enh,"device=ATASPIXP.386" ;Windows VxD transport driver
  879. system.ini,386Enh,"device=ATASPI16.386" ;Windows VXD ATASPI Manager
  880. system.ini,386Enh,"device=FDATA32B.386" ;Windows 32-bit Disk Access driver
  881. system.ini,386Enh,"device=FDINT13.386"  ;Windows INT13h driver
  882. system.ini,386Enh,"device=FDSCSI.386"   ;Windows 32-bit Disk Access driver
  883.  
  884. system.ini,386Enh,"device=aic7870.386"
  885. system.ini,386Enh,"device=fastscsi.386"
  886. system.ini,386Enh,"device=aha1540.386"
  887. system.ini,386Enh,"device=aha1740.386"
  888. system.ini,386Enh,"device=aic7770.386"
  889. system.ini,386Enh,"device=aic6360.386"
  890.  
  891. system.ini,386Enh,"device=vpatchk.386"   ;Pentium Patch
  892. system.ini,386Enh,"device=WBIDE.386"     ;IDE Driver
  893.  
  894. system.ini,386Enh,"device=hc_win.386"    ;Quantum Fastdisk Drivers
  895. system.ini,386Enh,"device=qtmint13.386"  ;Quantum Fastdisk Drivers
  896.  
  897. system.ini,386Enh,"device=CPQFM19B.386"  ;Compaq VxD's
  898. system.ini,386Enh,"device=CPQFM19A.386"
  899. system.ini,386Enh,"device=CPQFMW31.386"
  900. system.ini,386Enh,"device=CPQFMVCD.386"
  901. system.ini,386Enh,"device=um8673.386"
  902.  
  903. system.ini,386Enh,"device=DC2300.386" ;Promise technologies DC2000 DOS driver (32bit)
  904.  
  905. system.ini,386Enh,"DEVICE=VIRWT.386"  ;Irwin Tape Drive
  906.  
  907. system.ini,386Enh,"device=2015pl.386"  ;Unknown Fastdisk driver
  908. system.ini,386Enh,"device=2015.386"    ;Unknown Fastdisk driver
  909.  
  910. system.ini,386Enh,"device=EIDE2300.386"  ; Promise FASTDISK driver for EIDE2300+
  911.  
  912. ;Compaq SafeStart:
  913. setup.ini, progman.groups,, "CpqUtils=""Compaq Utilities"""
  914. setup.ini, CpqUtils,, """SafeStart Manager"""     ;deletes link
  915. setup.ini, group1,, """SafeStart Manager"""     ;deletes link
  916.  
  917.  
  918. ;Remove link on AT&T machines:
  919. setup.ini, progman.groups,, "ATTUTILS=""AT&T Utilities"""  ;creates folder
  920. setup.ini, ATTUTILS,, """AT&T Configuration Manager"""     ;deletes link
  921.  
  922. system.ini,386Enh,"DEVICE=CP32SUP.386" ;PCTWin Patch
  923. system.ini,386Enh,"DEVICE=VFATHLP.386" ;PCTWin Patch
  924.  
  925. system.ini,386Enh,"DEVICE=vcmd.386"  ;Zenith VxD
  926. system.ini,386Enh,"DEVICE=vcad.386"  ;Zenith VxD
  927.  
  928. system.ini,386Enh,"LocalReboot=*"    ;IBM
  929. system.ini,386Enh,"KybdReboot=*"
  930.  
  931. system.ini,386Enh,"DEVICE=ACIDEJL.386" ;ARCO JL+ adapter
  932. ;-----------------------------------------------------
  933.  
  934. [old.win.cleanup.flds]
  935. win.ini, windows, load,*printman.exe,,1
  936. win.ini, windows, run,*printman.exe,,1
  937.  
  938. ;Remove PrintCache program:
  939. win.ini, windows, load,*ltools.exe,,1
  940. win.ini, windows, run,*ltools.exe,,1
  941.  
  942. win.ini, windows, load,*ltools,,1
  943. win.ini, windows, run,*ltools,,1
  944.  
  945. ;Remove HP Status Windows:
  946. win.ini, windows, load,*hpvdsm.exe,,1
  947. win.ini, windows, run,*hpvdsm.exe,,1
  948. win.ini, windows, load,*hpsw.exe,,1
  949. win.ini, windows, run,*hpsw.exe,,1
  950.  
  951. ;Remove Toshiba's startup app:
  952. win.ini, windows, load,*maxtime.exe,,1
  953. win.ini, windows, run,*maxtime.exe,,1
  954. win.ini, windows, load,*audcntrl.exe,,1
  955. win.ini, windows, run,*audcntrl.exe,,1
  956.  
  957. ;Remove LANDesk 2.0's DLL:
  958. system.ini, boot, drivers, *LOWDOS.DLL,,1
  959.  
  960. ;Remove AT&T entry from run= line:
  961. win.ini, windows, run,*regsetup.zzz,,1
  962. win.ini, windows, load,*regsetup.zzz,,1
  963.  
  964. ;Remove IBM Thinkpad docking app:
  965. win.ini, windows, run,*dockwin.exe,,1
  966. win.ini, windows, load,*dockwin.exe,,1
  967. ;IBM Thinkpad screensaver app:
  968. win.ini, windows, run,*strtscr.exe,,1
  969. win.ini, windows, load,*strtscr.exe,,1
  970.  
  971. ;Compaq PnP Utils:
  972. win.ini, windows, run,*CPQFMCFG.EXE,,1
  973. win.ini, windows, load,*CPQFMCFG.EXE,,1
  974.  
  975. ;Media vision at your service pim:
  976. win.ini, windows, run,*ays.exe,,1
  977. win.ini, windows, load,*ays.exe,,1
  978.  
  979. ;Noron Anti-Virus:
  980. win.ini, windows, run,*NAVPOPUP.EXE,,1
  981. win.ini, windows, load,*NAVPOPUP.EXE,,1
  982.  
  983. win.ini, windows, run,*WNTSRMAN.EXE,,1
  984. win.ini, windows, load,*WNTSRMAN.EXE,,1
  985.  
  986. win.ini, windows, run,*NAVTSRW.EXE,,1
  987. win.ini, windows, load,*NAVTSRW.EXE,,1
  988.  
  989. win.ini, windows, run,*NAVTSRW,,1
  990. win.ini, windows, load,*NAVTSRW,,1
  991.  
  992. win.ini, windows, run,*alarmmgr.exe,,1
  993. win.ini, windows, load,*alarmmgr.exe,,1
  994. ;-------------------------------------------
  995.  
  996.  
  997. [Strings]
  998. ;Non-Localizable Strings:
  999. KEY_OPTIONAL="Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  1000. KEY_TIPS="Software\Microsoft\Windows\CurrentVersion\Explorer\Tips"
  1001. KEY_RENAME="Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  1002. KEY_CURRENT="Software\Microsoft\Windows\CurrentVersion"
  1003.  
  1004. ;Localizable Strings:
  1005. ;Wallpaper Descriptions
  1006. BAMBOO_BMP      = "Straw Mat"
  1007. BUBBLES_BMP     = "Bubbles"
  1008. CIRCLES_BMP     = "Circles"
  1009. EGYPT_BMP       = "Carved Stone"
  1010. HALFTONE_BMP    = "Waves"
  1011. HOUNDS_BMP      = "Houndstooth"
  1012. PSTRIPE_BMP     = "Pinstripe"
  1013. PYRAMID2_BMP    = "Triangles"
  1014. REDTILE_BMP     = "Tiles"
  1015. RIVETS2_BMP     = "Blue Rivets"
  1016. THATCH2_BMP     = "Black Thatch"
  1017.  
  1018. DESC_PIF        = "Shortcut to MS-DOS Program"
  1019. DESC_REG        = "Registration Entries"
  1020. DESC_APP        = "Application"
  1021. DESC_BAT        = "MS-DOS Batch File"
  1022. DESC_COM        = "MS-DOS Application"
  1023. DESC_SCR        = "Screen Saver"
  1024. DESC_LNK        = "Shortcut"
  1025. DESC_FND        = "Saved Search"
  1026. DESC_HLP        = "Help File"
  1027. DESC_TXT        = "Text Document"
  1028. DESC_INI        = "Configuration Settings"
  1029. DESC_INF        = "Setup Information"
  1030. DESC_RTF        = "Rich Text File"
  1031. DESC_DLL        = "Application Extension"
  1032. DESC_SYS        = "System file"
  1033. DESC_VXD        = "Virtual device driver"
  1034. DESC_DRV        = "Device driver"
  1035. DESC_CPL        = "Control Panel extension"
  1036. ;HACK Asymetrix Compel has .CPL data files and registers an open verb
  1037. ;make our verb explicitly different so that when Compel is installed the
  1038. ;user can use both types of CPL files but Compel's will be the default
  1039. DESC_VERB_CPLOPEN = "Open with Control Panel"
  1040. DESC_FON        = "Font file"
  1041. DESC_TTF        = "TrueType Font file"
  1042. DESC_ICO        = "Icon"
  1043. DESC_CUR        = "Cursor"
  1044. DESC_ANI        = "Animated Cursor"
  1045. DESC_BMK        = "Shortcut into a document"
  1046. DESC_SCRAP      = "Scrap object"
  1047.  
  1048. DESC_PACKAGE    = "Package"
  1049. DESC_CONTROLS   = "Control Panel"
  1050. DESC_PRINTERS   = "Printers"
  1051. DESC_SHELLMONIKER = "Shell Moniker"
  1052. DESC_FILESYSATTR = "File system attributes"
  1053. DESC_PIFPAGE    = ".PIF file property pages"
  1054. DESC_PIFFILE    = ".PIF file handler"
  1055. DESC_DOCPROP    = "OLE Docfile Property Page"
  1056. DESC_RECYCLEBIN = "Recycle Bin"
  1057. DESC_DESKTOP    = "Desktop"
  1058. DESK_MYCOMP     = "My Computer"
  1059. DESK_NETHOOD    = "Network Neighborhood"
  1060.  
  1061. ;disk performance templates
  1062. DiskPerfDesktop = "Desktop computer"
  1063. DiskPerfMobile  = "Mobile or docking system"
  1064. DiskPerfServer  = "Network server"
  1065.  
  1066. ;icon spacing factor
  1067. IconSpacingFactor = "100" ;Set to 100 for English, change for other languages
  1068.  
  1069. ;REVIEW: we may be able to remove these since we special case opne and print verbs
  1070. V_EDIT      = "&Edit"
  1071. V_PLAY      = "&Play"
  1072. V_MERGE     = "Mer&ge"
  1073. V_CONNECT   = "&Connect"
  1074. V_TEST      = "T&est"
  1075. V_ACTIVATE  = "&Activate Contents"
  1076. V_EDITPACKAGE = "&Edit Package"
  1077. V_CONFIGURE = "C&onfigure"
  1078. V_INSTALL   = "&Install"
  1079. V_FINDCOMP  = "&Find Computer..."
  1080.  
  1081. NoneDesc                = "(None)"
  1082. BricksDesc              = "Bricks"
  1083. ButtonsDesc             = "Buttons"
  1084. CargoNetDesc            = "Cargo Net"
  1085. CircuitsDesc            = "Circuits"
  1086. CobblestonesDesc        = "Cobblestones"
  1087. ColosseumDesc           = "Colosseum"
  1088. DaisiesDesc             = "Daisies"
  1089. DizzyDesc               = "Dizzy"
  1090. FieldEffectDesc         = "Field Effect"
  1091. KeyDesc                 = "Key"
  1092. LiveWireDesc            = "Live Wire"
  1093. PlaidDesc               = "Plaid"
  1094. RounderDesc             = "Rounder"
  1095. ScalesDesc              = "Scales"
  1096. StoneDesc               = "Stone"
  1097. ThatchesDesc            = "Thatches"
  1098. TileDesc                = "Tile"
  1099. TrianglesDesc           = "Triangles"
  1100. RevengeDesc             = "Waffle's Revenge"
  1101.  
  1102. Templates_DESC          = "Document Templates"
  1103. Templates_TIP           = "Allows you to easily create new documents for your most common programs"
  1104.  
  1105. DISK_TOOLS              = "Disk Tools Extension"
  1106. COPY_HOOK               = "Shell Copy Hook"
  1107. SCRAP_DATAHANDLER       = "Shell Scrap DataHandler"
  1108. DISKCOPY_DATAHANDLER    = "Disk Copy Extension"
  1109.  
  1110. MMEDIA                  = "Multimedia"
  1111. ACCESSMMEDIA            = "Accessories\Multimedia"
  1112. GAMES                   = "Games"
  1113. ACCESSGAMES             = "Accessories\Games"
  1114. SYSTOOLS                = "System Tools"
  1115. DESKTOP                 = "Desktop"
  1116. PROGRAMS                = "Programs"
  1117. ACCESSSYSTOOLS          = "Accessories\System Tools"
  1118. DOTDOTDESKTOP           = "..\..\Desktop"
  1119. DOT                     = "."
  1120.  
  1121. CursorSchemeAni         = "Animated Hourglasses"
  1122. CursorScheme            = "Windows Standard"
  1123.  
  1124. DRIVE                   = "Drive"
  1125. FOLDER                  = "Folder"
  1126. FSFOLDER                = "File Folder"
  1127. AUDIOCD                       = "AudioCD"
  1128.  
  1129. TIP00 = "If you don't know how to do something, you can look it up in Help. Just click the Start button, and then click Help."
  1130. TIP01 = "The Shut Down command on the Start menu enables you to safely shut down your computer."
  1131. TIP02 = "To add a program to your Start menu, you can drag the program's icon onto the Start button."
  1132. TIP03 = "You can use your right mouse button to drag files. Try it and see what happens!"
  1133. TIP04 = "You can use long filenames when you save documents. You can even use spaces!"
  1134. TIP05 = "You can use your right mouse button to click anywhere and see a menu of available commands."
  1135. TIP06 = "To print a document quickly, you can drag its icon onto a printer icon."
  1136. TIP07 = "To change your desktop background, click it by using your right mouse button; then click Properties."
  1137. TIP08 = "You can get Help on each item in a dialog box by clicking the question-mark in the title bar and then clicking the item."
  1138. TIP09 = "You can use Windows Explorer to see all the files on your computer."
  1139. TIP10 = "You can solve printer problems by using the Print Troubleshooter in Help."
  1140. TIP11 = "You can move the taskbar to any edge of your screen by dragging it with your mouse."
  1141. TIP12 = "You can minimize all open windows at once; just use your right mouse button to click an empty area on the taskbar, and then click Minimize All Windows."
  1142. TIP13 = "To set your computer's clock, you can double-click the clock on the taskbar."
  1143. TIP14 = "You can minimize neck strain by positioning your monitor at eye level."
  1144. TIP15 = "To change the Windows color scheme, use your right mouse button to click the desktop; then click Properties."
  1145. TIP16 = "You can solve memory problems on your computer by using the Memory Troubleshooter in Help."
  1146. TIP17 = "To select more than one file or folder, hold down CTRL while you click each item."
  1147. TIP18 = "To change your screen saver, use your right mouse button to click the desktop; then click Properties."
  1148. TIP19 = "Deleted files and folders are saved in the Recycle Bin until you empty it."
  1149. TIP20 = "You can use Paint in the Accessories folder to draw pictures and to view bitmap files."
  1150. TIP21 = "You can switch mouse buttons if you are left-handed. Just double-click the Mouse icon in Control Panel."
  1151. TIP22 = "To open a document quickly, you can double-click its icon."
  1152. TIP23 = "When you type, you should keep your wrists elevated or use a wristpad to minimize strain."
  1153. TIP24 = "You can find many interesting programs by clicking the Start button, pointing to Programs, and then pointing to Accessories."
  1154. TIP25 = "You can start a Windows-based program from an MS-DOS window."
  1155. TIP26 = "You can copy and paste text between MS-DOS and Windows."
  1156. TIP27 = "To see how much disk space is free, use your right mouse button to click the icon for the drive in My Computer; then click Properties."
  1157. TIP28 = "Even if you don't shut down your computer at night, you can turn off your monitor to save power."
  1158. TIP29 = "The mouse pointer is easier to see on laptop computers if you turn on pointer trails. Just double-click the Mouse icon in Control Panel, and then click the Motion tab."
  1159. TIP30 = "When a folder is open, you can press BACKSPACE to open the folder one level higher."
  1160. TIP31 = "When you display files in Details view, you can sort them by clicking the column headings."
  1161. TIP32 = "To draw a selection box around a group of files, you can click at a corner of the group and then drag to form the box."
  1162. TIP33 = "The underlined letters in menus are shortcuts. Press ALT + the underlined letter to choose the item."
  1163. TIP34 = "You can use Defragmenter, in the System Tools folder, to speed up your computer's performance."
  1164. TIP35 = "You can put shortcuts to your printers on your desktop."
  1165. TIP36 = "You can find fun games to play in the Games folder, which is inside the Accessories folder."
  1166. TIP37 = "To free up disk space, try emptying the Recycle Bin."
  1167. TIP38 = "You can drag a file's icon into a document, or even drag a shortcut icon into a document or mail message."
  1168. TIP39 = "You can solve hardware problems by using the Hardware Conflict Troubleshooter in Help."
  1169. TIP40 = "You can have programs start when you start Windows by dragging their icons to your StartUp folder."
  1170. TIP41 = "You can use Backup, in the System Tools folder, to make backup copies of important files."
  1171. TIP42 = "You can set Windows Explorer to show or hide three-letter MS-DOS filename extensions."
  1172. TIP43 = "You can use ScanDisk, in the System Tools folder, to check your hard disk for errors."
  1173. TIP44 = "When you print a document, a printer icon appears on the taskbar. Double-click it to see a list of documents waiting to print."
  1174. TIP45 = "To learn what any toolbar button is for, you can rest your mouse pointer on the button for a few seconds."
  1175. TIP46 = "You can use the Run command on the Start menu to open shared folders on other computers."
  1176. TIP47 = "You can customize Windows 95 in many ways. Don't hesitate to experiment!"
  1177.