Safely disabling and preventing Internet Explorer execution without causing Blue Screen of Death (BSoD).

EnterpriseArchitect 5,036 Reputation points
2023-06-21T01:01:25.2633333+00:00

In my Windows Server and Windows workstation OS, how can I prevent Internet Explorer 11 from executing without resulting in a Blue Screen of Death (BSoD)?

I have implemented the following group policy:

Computer Configuration/Administrative Templates/Windows Components/Internet Explorer

  • Disable Internet Explorer 11 as a standalone browser. [Enabled]

But somehow, this can still be bypassed using the below VB script:

CreateObject("InternetExplorer.Application").Visible=true

Performing the following action could result in a BSOD as IE is deeply integrated with the Windows Explorer program:

C:\Windows\System32\dism.exe /online /Disable-Feature /Quiet /FeatureName:Internet-Explorer-Optional-amd64

Your assistance and suggestions are greatly appreciated.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,006 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,525 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,824 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,775 questions
Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
371 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. EnterpriseArchitect 5,036 Reputation points
    2023-06-21T05:22:38.65+00:00

    FYI, using the AppLocker to stop IE11 is even more dangerous as it blocks other Windows functionality:

    User's image

    0 comments No comments