forked from oddstr13/aegis-voat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
disable8.adm
22 lines (20 loc) · 1.72 KB
/
disable8.adm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CLASS MACHINE
CATEGORY !!CAT_WindowsComponents
CATEGORY !!CAT_WindowsUpdate
CATEGORY !!CAT_Blockers
POLICY !!NoUpdate
EXPLAIN !!NoUpdate_Explain
KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Setup\8.0"
VALUENAME "DoNotAllowIE80"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
END CATEGORY
END CATEGORY
[strings]
CAT_WindowsComponents="Windows Components"
CAT_WindowsUpdate="Windows Update"
CAT_Blockers="Automatic Updates Blockers v2"
NoUpdate="Do not allow delivery of Internet Explorer 8 through Automatic Updates"
NoUpdate_Explain="This policy setting allows you to disable delivery of Internet Explorer 8 via Automatic Updates.\n\nThe update includes important security improvements, so Microsoft strongly recommends that customers deploy this update as soon as possible.\n\nThis policy setting allows organizations not using Systems Management Server (SMS), Software Update Services (SUS) or another update management solution and needing more time to plan the rollout of Internet Explorer 8 to disable the delivery through Automatic Updates.\n\nThis policy setting does not prevent installation of Internet Explorer 8 through other mechanisms such as SMS, SUS, product disk and so on.\n\nIf you disable or do not configure this policy setting, the update will be available as an update through Automatic Update.\n\nNOTE: This setting does not disable Automatic Updates or access to Windows Update. Nor does it prevent delivery of updates other than Internet Explorer 8 through Windows Update or Automatic Updates."