Well to launch the site it needs a IE or any other browser..but any site also loads in Mycomputer and i marked that iexplore.exe does not start when site loaded through Mycomputer.
Is this is a safe thing to do that ?
Well to launch the site it needs a IE or any other browser..but any site also loads in Mycomputer and i marked that iexplore.exe does not start when site loaded through Mycomputer.
Is this is a safe thing to do that ?
A short technical clarification that expands on and addresses s observation.
Windows Explorer can host the Internet Explorer rendering engine (the WebBrowser ActiveX control) inside the explorer.exe process, so HTML, CSS and client scripts can be rendered without launching a separate iexplore.exe process. That is why pages can appear inside "My Computer" or the preview pane even though you do not see iexplore.exe start. The rendering work is done by components such as mshtml.dll/shdocvw.dll that can be loaded in-process.
Practical checks and quick fixes:
mshtml.dll loaded into explorer.exe versus a new iexplore.exe process.iexplore.exe was intentionally blocked, restore normal associations instead of killing the process; some shell features rely on the embedded engine.Security note: in-process rendering runs with the privileges of explorer.exe, so treat untrusted local HTML cautiously. Where possible, use a modern browser or a sandbox for untrusted content and keep system/IE components patched.
Jump to Post— The Dude 944Yes it just "calls IE" when you goto a URL from a folder :)
Jump to Post— The Dude 944Yes because the shell is basically "Iexplore" but 'LOCALLY' on your computer......
Yes it just "calls IE" when you goto a URL from a folder :)
Yes it just "calls IE" when you goto a URL from a folder :)
But iexplore.exe does not load in background !
Is windows shell have capability to render web page or any script ?
Yes because the shell is basically "Iexplore" but 'LOCALLY' on your computer......
Thanks Dude for clearing my confusion..
Have a nice day..
Your welcome my friend :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.