Hi Everyone,
Our applications have dependencies on internet explorer in My company.
At the same time our cybersecurity team forced us to disable i.e and use edge in i.e mode.
I found the solution for systems in Active Directory:
-enable policy: “disable i.e as standalone browser”
-after adding required fields, enable these policies: “configure i.e integration” and “send all intranet sites to i.e”
When I search for bigfix solution, I saw this:
"waithidden powershell.exe -C Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-x86 –Online -NoRestart"
But this solution take effect after reboot. Is there any way to make changes without reboot?