Uninstall Feature: Internet-Explorer-Optional-amd64
Log In or Register to download the BES file, and more.

1 Votes

Collections (part of 2 collections)

Features
Uninstall

Description

Install a new Windows feature via the DISM tool.

Windows Feature: Internet-Explorer-Optional-amd64

Source: http://bigfix.me/features/


Property Details

ID1048
TitleUninstall Feature: Internet-Explorer-Optional-amd64
DomainSYST
CategoryUninstall
Download Size0
Sourcedanielheth
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date12/26/2012 12:00:00 AM
KeywordsUninstall Feature Internet Explorer Optional
Is TaskTrue
Added by on 12/26/2012 3:35:15 PM
Last Modified by on 12/26/2012 3:35:15 PM
Counters 6423 Views / 1157 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

is DISM Utility Available (Relevance 248)
Used in 531 fixlets   * Results in a true/false
Show indented relevance
exists file "dism.exe" of system folder
is Windows but not Mobile (Relevance 606)
Used in 554 fixlets   * Results in a true/false
Show indented relevance
if( name of operating system starts with "Win" ) then platform id of operating system != 3 else false
Not in Proxy Agent Context (Relevance 1131)
Used in 1060 fixlets and 12 analyses   * Results in a true/false
Show indented relevance
if exists property "in proxy agent context" then ( not in proxy agent context ) else true
has DISM Inventory Results (Relevance 1516)
Used in 530 fixlets   * Results in a true/false
Show indented relevance
exists file "DISM.txt" of parent folder of client
Used in 1 fixlet   * Results in a true/false
Show indented relevance
exists lines whose (it contains "Internet-Explorer-Optional-amd64 " and it contains "Enabled") of file "DISM.txt" of parent folder of client

Actions

Action 1 (default)

Action Link Click here to enable this feature.
Script Type BigFix Action Script
action uses wow64 redirection {not x64 of operating system}
delete __appendfile
appendfile "{pathname of system folder}\dism.exe" /online /disable-feature /featurename=Internet-Explorer-Optional-amd64
appendfile "{pathname of system folder}\dism.exe" /online /get-features /format:table > "{pathname of parent folder of client}\DISM.txt"
delete __Download\dism.bat
move __appendfile __Download\dism.bat
waithidden __Download\dism.bat
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jfierberg -
appendfile "{pathname of system folder}\dism.exe" /online /disable-feature /featurename=Internet-Explorer-Optional-amd64 /NoRestart