home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / WIN98SP1 / IE401.SP2 / ieak4opt.cab / subs.adm < prev    next >
Windows Policy Administrative Template  |  1999-03-17  |  3KB  |  73 lines

  1. ; subs.adm
  2. ;
  3. ;;;;;;;;;;;;;;;;;;;;;;
  4. CLASS USER ;;;;;;;;;;;
  5. ;;;;;;;;;;;;;;;;;;;;;;
  6.  
  7. CATEGORY !!sz_Channels
  8. KEYNAME "Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions"
  9.     POLICY !!sz_Channels
  10.         PART !!MaxSubscriptionSize NUMERIC SPIN 250
  11.         VALUENAME MaxSubscriptionSize
  12.         END PART
  13.         
  14.         PART !!MaxChannelSize NUMERIC SPIN 250
  15.         VALUENAME MaxChannelSize
  16.         END PART
  17.         
  18.         PART !!MaxSubscriptionCount NUMERIC SPIN 5
  19.         VALUENAME MaxSubscriptionCount
  20.         END PART
  21.         
  22.         PART !!MinUpdateInterval NUMERIC SPIN 60
  23.         VALUENAME MinUpdateInterval
  24.         END PART
  25.         
  26.         PART !!UpdateExcludeBegin NUMERIC SPIN 60
  27.         MAX 1440
  28.         VALUENAME UpdateExcludeBegin
  29.         END PART
  30.         
  31.         PART !!UpdateExcludeEnd NUMERIC SPIN 60
  32.         MAX 1440
  33.         VALUENAME UpdateExcludeEnd
  34.         END PART
  35.  
  36.         PART !!MaxWebcrawlLevels DROPDOWNLIST
  37.         VALUENAME MaxWebcrawlLevels
  38.         ITEMLIST
  39.             NAME !!MaxWebcrawlDepth0 VALUE NUMERIC 1
  40.             NAME !!MaxWebcrawlDepth1 VALUE NUMERIC 2
  41.             NAME !!MaxWebcrawlDepth2 VALUE NUMERIC 3
  42.             NAME !!MaxWebcrawlDepth3 VALUE NUMERIC 4
  43.         END ITEMLIST
  44.         END PART
  45.  
  46.     END POLICY
  47. END CATEGORY
  48.  
  49. [strings]
  50. sz_Channels="Subscriptions"
  51.  
  52. MaxChannelSize="Maximum KB of channel subscription (zero disables restriction)"
  53. MaxSubscriptionSize="Maximum KB of site subscription (zero disables restriction)"
  54. MaxSubscriptionCount="Maximum number of site subscriptions that can be installed (zero disables restriction)"
  55. MinUpdateInterval="Minimum number of minutes between scheduled subscription updates (zero disables restriction)"
  56. UpdateExcludeBegin="Beginning of range in which to exclude scheduled subscription updates.  Measured in minutes from midnight (zero disables restriction)"
  57. UpdateExcludeEnd="End of range in which to exclude scheduled subscription updates. Measured in minutes from midnight (zero disables restriction)"
  58. MaxWebcrawlLevels="Maximum site subscription crawl depth."
  59. MaxWebcrawlDepth0="0"
  60. MaxWebcrawlDepth1="1"
  61. MaxWebcrawlDepth2="2"
  62. MaxWebcrawlDepth3="3"
  63.  
  64. IEAK_Title=Subscriptions
  65. IEAK_DescriptionTitle=Subscription Settings
  66. IEAK_Description1=The restrictions on these subscription settings allow you to control the amount of information downloaded. These settings allow you to restrict bandwidth in a number of ways. You may want to consider using these settings if you are concerned about server load.
  67. IEAK_Description2=Maximum site subscription crawl depth controls how many levels the webcasting update utility will search for new information. This setting should be used carefully as a high setting could make the amount of information being downloaded exponentially large.
  68.  
  69. [IEAK]
  70. Lock=1
  71. Roles=001
  72. NumOfDescLines=2
  73.