home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 71 / Excalibur_71_cd2.bin / Microsoft_Internet_50 / ieak5opt.CAB / subs.adm < prev    next >
Windows Policy Administrative Template  |  1999-02-24  |  5KB  |  140 lines

  1. ; subs.adm
  2. ;
  3. ;;;;;;;;;;;;;;;;;;;;;;
  4. CLASS USER ;;;;;;;;;;;
  5. ;;;;;;;;;;;;;;;;;;;;;;
  6.  
  7. CATEGORY !!Channels
  8. KEYNAME "Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions"
  9.     POLICY !!Channels
  10.  
  11.         PART !!NoAddingChannels CHECKBOX
  12.         VALUENAME NoAddingChannels
  13.         END PART
  14.  
  15.         PART !!NoRemovingChannels CHECKBOX
  16.         VALUENAME NoRemovingChannels
  17.         END PART
  18.  
  19.         PART !!NoAddingSubscriptions CHECKBOX
  20.         VALUENAME NoAddingSubscriptions
  21.         END PART
  22.  
  23.         PART !!NoEditingSubscriptions CHECKBOX
  24.         VALUENAME NoEditingSubscriptions
  25.         END PART
  26.  
  27.         PART !!NoRemovingSubscriptions CHECKBOX
  28.         VALUENAME NoRemovingSubscriptions
  29.         END PART
  30.  
  31.         PART !!NoChannelLogging CHECKBOX
  32.         VALUENAME NoChannelLogging
  33.         END PART
  34.  
  35.         PART !!NoScheduledUpdates CHECKBOX
  36.         VALUENAME NoScheduledUpdates
  37.         END PART
  38.         
  39.     PART !!NoSubscriptionPasswords CHECKBOX
  40.     VALUENAME NoSubscriptionPasswords
  41.     END PART
  42.  
  43.         PART !!NoChannelUI CHECKBOX
  44.         VALUENAME NoChannelUI
  45.         END PART
  46.  
  47.         PART !!NoSubscriptionContent CHECKBOX
  48.         VALUENAME NoSubscriptionContent
  49.         END PART
  50.       
  51.         PART !!NoEditingScheduleGroups CHECKBOX
  52.         VALUENAME NoEditingScheduleGroups
  53.         END PART
  54.  
  55.     PART !!MaxSubscriptionSize TEXT END PART
  56.         PART !!MaxSubscriptionSize2 NUMERIC SPIN 250
  57.         VALUENAME MaxSubscriptionSize
  58.         END PART
  59.  
  60.         PART !!MaxSubscriptionCount NUMERIC SPIN 5
  61.         VALUENAME MaxSubscriptionCount
  62.         END PART
  63.         
  64.     PART !!MinUpdateInterval TEXT END PART
  65.         PART !!MinUpdateInterval2 NUMERIC SPIN 60
  66.         VALUENAME MinUpdateInterval
  67.         END PART
  68.         
  69.     PART !!UpdateExcludeBegin TEXT END PART
  70.         PART !!UpdateExcludeBegin2 NUMERIC SPIN 60
  71.         MAX 1440
  72.         VALUENAME UpdateExcludeBegin
  73.         END PART
  74.         
  75.     PART !!UpdateExcludeEnd TEXT END PART
  76.         PART !!UpdateExcludeEnd2 NUMERIC SPIN 60
  77.         MAX 1440
  78.         VALUENAME UpdateExcludeEnd
  79.         END PART
  80.  
  81.         PART !!MaxWebcrawlLevels DROPDOWNLIST
  82.         VALUENAME MaxWebcrawlLevels
  83.         ITEMLIST
  84.             NAME !!MaxWebcrawlDepth0 VALUE NUMERIC 1 DEFAULT
  85.             NAME !!MaxWebcrawlDepth1 VALUE NUMERIC 2
  86.             NAME !!MaxWebcrawlDepth2 VALUE NUMERIC 3
  87.             NAME !!MaxWebcrawlDepth3 VALUE NUMERIC 4
  88.         END ITEMLIST
  89.         END PART
  90.  
  91.     END POLICY
  92. END CATEGORY
  93.  
  94.  
  95.  
  96. [strings]
  97. Channels="Offline Pages"
  98.  
  99. NoAddingChannels="Disable adding channels"
  100. NoRemovingChannels="Disable removing channels"
  101. NoAddingSubscriptions="Disable adding schedules for offline pages"
  102. NoEditingSubscriptions="Disable editing schedules for offline pages"
  103. NoRemovingSubscriptions="Disable removing schedules for offline pages"
  104.  
  105. NoChannelLogging="Disable offline page hit logging"
  106. NoScheduledUpdates="Disable all scheduled offline pages"
  107. NoSubscriptionPasswords="Disable password caching for offline pages"
  108. NoSubscriptionContent="Disable downloading of site subscription content"
  109. NoEditingScheduleGroups="Disable editing and creating of schedule groups"
  110. NoChannelUI="Disable channel user interface completely"
  111.  
  112. MaxSubscriptionSize="Maximum size of subscriptions in kilobytes"
  113. MaxSubscriptionSize2="(zero disables restriction):"
  114. MaxSubscriptionCount="Maximum number of offline pages:"
  115. MinUpdateInterval="Minimum number of minutes"
  116. MinUpdateInterval2="between scheduled updates:"
  117. UpdateExcludeBegin="Time to begin preventing"
  118. UpdateExcludeBegin2="scheduled updates:"
  119. UpdateExcludeEnd="Time to end preventing"
  120. UpdateExcludeEnd2="scheduled updates:"
  121.  
  122. MaxWebcrawlLevels="Maximum offline page crawl depth"
  123. MaxWebcrawlDepth0="0"
  124. MaxWebcrawlDepth1="1"
  125. MaxWebcrawlDepth2="2"
  126. MaxWebcrawlDepth3="3"
  127.  
  128. IEAK_Title=Offline Pages
  129. IEAK_DescriptionTitle=Offline Pages Settings
  130. IEAK_Description1=The restrictions on these offline page 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.
  131. IEAK_Description2=The maximum size, maximum number, minimum interval, and begin and end times for scheduled updates are all disabled with zero as the setting. The begin and end times are measured in minutes after midnight. Disabling downloads of subscription content will not disable the change notification.
  132. IEAK_Description3=Maximum offline page 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.
  133.  
  134.  
  135. [IEAK]
  136. Lock=1
  137. Roles=001
  138. NumOfDescLines=3
  139. Platform=010
  140.