home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 December / dpcb1297.iso / Internet / IE40 / IEAK4OPT.CAB / subs.adm < prev    next >
Windows Policy Administrative Template  |  1997-09-15  |  3KB  |  78 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 !!MaxChannelCount NUMERIC SPIN 5
  19.         VALUENAME MaxChannelCount
  20.         END PART
  21.         
  22.         PART !!MaxSubscriptionCount NUMERIC SPIN 5
  23.         VALUENAME MaxSubscriptionCount
  24.         END PART
  25.         
  26.         PART !!MinUpdateInterval NUMERIC SPIN 60
  27.         VALUENAME MinUpdateInterval
  28.         END PART
  29.         
  30.         PART !!UpdateExcludeBegin NUMERIC SPIN 60
  31.         MAX 1440
  32.         VALUENAME UpdateExcludeBegin
  33.         END PART
  34.         
  35.         PART !!UpdateExcludeEnd NUMERIC SPIN 60
  36.         MAX 1440
  37.         VALUENAME UpdateExcludeEnd
  38.         END PART
  39.  
  40.         PART !!MaxWebcrawlLevels DROPDOWNLIST
  41.         VALUENAME MaxWebcrawlLevels
  42.         ITEMLIST
  43.         END ITEMLIST
  44.             NAME !!MaxWebcrawlDepth0 VALUE NUMERIC 1
  45.             NAME !!MaxWebcrawlDepth1 VALUE NUMERIC 2
  46.             NAME !!MaxWebcrawlDepth2 VALUE NUMERIC 3
  47.             NAME !!MaxWebcrawlDepth3 VALUE NUMERIC 4
  48.         END PART
  49.  
  50.     END POLICY
  51. END CATEGORY
  52.  
  53. [strings]
  54. sz_Channels="Subscriptions"
  55.  
  56. MaxChannelSize="Maximum KB of channel subscription (zero disables restriction)"
  57. MaxSubscriptionSize="Maximum KB of site subscription (zero disables restriction)"
  58. MaxChannelCount="Maximum number of channels that can be installed (zero disables restriction)"
  59. MaxSubscriptionCount="Maximum number of site subscriptions that can be installed (zero disables restriction)"
  60. MinUpdateInterval="Minimum number of minutes between scheduled subscription updates (zero disables restriction)"
  61. UpdateExcludeBegin="Beginning of range in which to exclude scheduled subscription updates.  Measured in minutes from midnight (zero disables restriction)"
  62. UpdateExcludeEnd="End of range in which to exclude scheduled subscription updates. Measured in minutes from midnight (zero disables restriction)"
  63. MaxWebcrawlLevels="Maximum site subscription crawl depth."
  64. MaxWebcrawlDepth0="0"
  65. MaxWebcrawlDepth1="1"
  66. MaxWebcrawlDepth2="2"
  67. MaxWebcrawlDepth3="3"
  68.  
  69. [IEAK]
  70. Title=Subscriptions
  71. DescriptionTitle=Subscription Settings
  72. Lock=1
  73. Roles=001
  74.  
  75. [IEAK Description]
  76. 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.
  77.  
  78. 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.