dcsps technical
3 discussion posts
How can i setup DisplayFusion to automatically load internet explorer in kiosk mode onto each one of my monitors when booting up. also can i stop keyboard actions like pressing the windows key.
Thanks for the help.
Hello,
Are you referring to the Kiosk mode that's built into windows, that displays applications over the lock screen?
Thanks!
dcsps technical
3 discussion posts
Sorry, I may have been a little vague.
we have a workstation acting as a client that outputs 2 FHD screens. We are trying to run internet explorer in kiosk mode (-k) (ie forced fullscreen) on each screen.
We also want this to happen automatically after the workstation boots up.
Unfortunately, as with most windows programs, they always reopen where the last one was opened, so we end up with 2 on the same screen.
we was hoping that Df would be able to place one on each screen.
Thanks
Hello,
Thanks for clarifying. I've attached a script below that you can import into DisplayFusion (DisplayFusion Settings > Functions > Scripted Function > Import Scripted Function) that should be able to do this for you. You can adjust lines 9 and 10 for the sites you would like launched, and lines 16 and 23 for the monitor ID's you would like them moved to.
You can then attach the script to a trigger, using the "DisplayFusion Starts" event, that should launch it on boot.
Hope that helps!
dcsps technical
3 discussion posts
Thank you very much for your help