• Home
  • IT
maciejrebisz.com

How to remove Internet Explorer from Windows 10 with Intune – Cloud First

I just wrote a blog post on “How to manage Microsoft Internet Explorer browser on a modern desktop” to use Internet Explorer as a compatibility browser. When you don’t have any site left that need Internet Explorer it is a good idea to remove it.

You can download the script from my Github 


##################################################################################################

###################################################################################################

#Powershell Script To remove Interner Explorer
#Check If remove Interner Explorer Are Already Installed
$check = Get-WindowsOptionalFeature -Online | Where-Object {$_.FeatureName -eq "Internet-Explorer-Optional-amd64"}
If ($check.State -ne "Disabled")
{
#Remove Internet Explorer
Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 -Online -NoRestart | Out-Null
}

Related Posts

Windows-Hello-For-Business-Active-Directory[1]

IT /

How to setup Windows Hello for Business in the new Intune portal

B-Intune-Graphic[1]

IT /

How to deploy Shared Devices with Intune for Education and Autopilot in the future

wp-1593849019379[1]

IT /

Managed browser extensions on Edge with Intune

‹ Managed browser extensions on Edge with Intune – Cloud First › How to use Windows Autopilot from Microsoft Store for Business(WMfB) – Cloud First

YouTube

Ad

banner

Ad

banner

Back to Top