home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / COMMADOR / MCI / MCI.ADM < prev    next >
Encoding:
Text File  |  1996-06-24  |  4.2 KB  |  152 lines

  1. Class User
  2.     Category !!Interface
  3.         Policy !!Speed
  4.         Keyname "Control Panel\Desktop"
  5.             Part !!Fastmenu CHECKBOX
  6.             Valuename "MenuShowDelay"
  7.             Valueon 1 Valueoff 0
  8.             End Part
  9.             Part !!NoAnimate CHECKBOX
  10.             Keyname "Control Panel\Desktop\WindowMetrics"
  11.             Valuename "MinAnimate"
  12.             Valueon 0 Valueoff 1
  13.             End Part
  14.         End Policy
  15.     End Category
  16.  
  17. Class Machine
  18.     Category !!Filenames
  19.         Policy !!Tail
  20.             Keyname System\CurrentControlSet\Control\FileSystem
  21.             Valuename "NameNumericTail"
  22.             Valueon Numeric 1 Valueoff Numeric 0
  23.         End Policy
  24.     End Category
  25.     Category !!Applications
  26.         Policy !!Path
  27.             Keyname Software\microsoft\windows\CurrentVersion
  28.             Part !!location EDITTEXT
  29.             Valuename "AppInstallPath"
  30.             REQUIRED
  31.             End Part
  32.         End Policy
  33.     End Category
  34.     Category !!Context
  35.         Policy !!Menu
  36.             Keyname Software\classes\.pm6\shellnew
  37.             Part !!PageMaker CHECKBOX
  38.             valuename "filename"
  39.             valueon "c:\WINDOWS\SHELLNEW\NEW PUBLICATION.PM6" valueoff DELETE
  40.             end part
  41.         end policy
  42.     End Category    
  43.     Category !!Mycomp
  44.         Policy !!Window
  45.             Keyname "Software\Classes\Directory\Shell\Newwindow\command"
  46.             Part !!Directory CHECKBOX
  47.             valuename "default"
  48.             valueon "explorer %1" valueoff ""
  49.             end part
  50.             Part !!Drive CHECKBOX
  51.             Keyname "software\classes\drive\shell\New Window\command"
  52.             valuename "default"
  53.             valueon "explorer %1" valueoff ""
  54.             END PART
  55.         end policy
  56.         Policy !!word
  57.             Keyname "Software\Classes\clsid\20D04FE0-3AEA-1069-A2D8-08003B30309D\Shell\Run Word\Command"
  58.             Part !!Wordpath EDITTEXT
  59.             valuename "default"
  60.             Required
  61.             End Part
  62.         End Policy
  63.         Policy !!Excel
  64.             Keyname "Software\Classes\clsid\20D04FE0-3AEA-1069-A2D8-08003B30309D\Shell\Run Excel\Command"    
  65.             Part !!excelpath EDITTEXT
  66.             valuename "default"
  67.             required
  68.             end part
  69.         end policy
  70.     End category
  71.     Category !!Network
  72.         Policy !!Logon
  73.             Keyname "Network\Logon"
  74.             valuename "Username"
  75.             valueon ""
  76.         End Policy
  77.         Policy !!Workgroup
  78.             keyname "System\CurrentControlSet\Services\NcpServer\Parameters\NDI\Params\BrowseMaster"
  79.             part !!Advertise DROPDOWNLIST 
  80.             valuename ""
  81.             Itemlist 
  82.                 Name "Disabled" Value 0
  83.                 Name "May Be Master" Value 1
  84.                 Name "Preffered Master" Value 2
  85.                 Name "Will Not Be Master" Value 3
  86.             End Itemlist
  87.             End Part
  88.         End Policy                
  89.     End Category
  90.     Category !!trouble
  91.         Policy !!Filesys
  92.             keyname "System\currentcontrolset\control\filesystem"
  93.             Part !!locking Checkbox
  94.             valuename "softcompatmode"
  95.             valueon numeric 0 valueoff numeric 1
  96.             End Part
  97.             Part !!tunnel Checkbox
  98.             valuename "PreserveLongNames"
  99.             valueon numeric 0 valueoff numeric 1
  100.             End Part
  101.             Part !!HDirq Checkbox
  102.             valuename "virtualhdirq" 
  103.             valueon numeric 0 valueoff numeric 1
  104.             End Part
  105.             Part !!buffercom Checkbox
  106.             valuename "AsyncFileCommit"
  107.             valueon numeric 1 valueoff numeric 0
  108.             end part
  109.             Part !!32bithd Checkbox
  110.             valuename "ForceRMIO"
  111.             valueon numeric 1 valueoff numeric 0
  112.             end part
  113.             Part !!lazy Checkbox
  114.             valuename "DriveWriteBehind"
  115.             valueon numeric 0 valueoff numeric 1
  116.             end part
  117.         End Policy
  118.     End Category
  119. [Strings]
  120. trouble=Troubleshooting
  121. Filesys=File System
  122. locking=Disable New File Sharing & Locking Symantics
  123. tunnel=Disable Long Name Preservation for Old Programs
  124. hdirq=Disable Protected Mode Harddisk Interrupt Handling
  125. buffercom=Disable Synchronus Buffer Commits
  126. 32bithd=Disable All 32-bit Protected Mode Disk Drivers
  127. lazy=Disable Write-Behind Caching for All Drives
  128. Workgroup=Workgroup Advertising
  129. Advertise=Browse Master Settings
  130. Network=Network Settings
  131. Logon=Blank Username
  132. Interface=User Interface Settings
  133. Speed=Interface Speed
  134. Fastmenu=Fast Flyout Menus
  135. noanimate=No Minimize Animation
  136. Filenames=Long Filenames
  137. Tail=No Numeric Tail
  138. Applications=Network Appliction Install
  139. Path=Network Path
  140. Location=Location of Apps.ini
  141. Context=Context Menu
  142. Menu=Display New Items
  143. PageMaker=PageMaker Publication
  144. Briefcase=New Briefcase
  145. Mycomp=My Computer New Window
  146. Directory=From Directory
  147. Drive=From Drive
  148. Window=New Window Context Command
  149. Word=Add Word to My Computer Context Menu
  150. Wordpath=Enter path to Word
  151. Excel=Add Excel to My Computer Context Menu
  152. Excelpath=Enter Path to Excel