home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Bonus / WIN95OEM / PRECOPY2.CAB / shell.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1995-07-11  |  47.4 KB  |  1,178 lines

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