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

EnterpriseArchitect 6,041 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 for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Microsoft Security | Intune | Security
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. EnterpriseArchitect 6,041 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.