Need help for IE 11 win hide AHK

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
sreejit4u2018
Posts: 2
Joined: 17 Jan 2018, 22:15

Need help for IE 11 win hide AHK

17 Jan 2018, 22:26

Good Morning All..I request a help from the expers here regarding winhide for IE11 using auto hotkey script.I am making a kiosk machine using windows 7 with IE11.For that the landing page should be hidden from the task bar so that users wont right click and close it.The below script was working fine with IE8,but not working with IE11.I wish you can help me for this.Below is the script I used with IE8 which was working fine.Please advise

; <COMPILER: v1.1.09.04>
WinWait MSCKIOSK - Windows Internet Explorer provided by MSC
DetectHiddenWindows On
WinHide
WinSet, ExStyle, +0x80
WinShow
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Need help for IE 11 win hide AHK

18 Jan 2018, 01:22

Correct me if I'm wrong but IE in kiosk mode shouldn't show the taskbar, right?!!

Code: Select all

Run, iexplore -k "http://www.google.com"
https://www.askvg.com/tip-enable-full-r ... b-browser/

If you redirect the CTRL-key like this ^::Return the users shouldn't be able to access the remaining options.
sreejit4u2018
Posts: 2
Joined: 17 Jan 2018, 22:15

Re: Need help for IE 11 win hide AHK

18 Jan 2018, 02:15

My requirement is to hide an html page (D:\MSC Kiosk UI\Kiosk UI\KIOSK.html) from task bar which is getting started on computer start up.That html page hosts the icons for the web applications.That is the reason i need to hide it from task bar so that user dont close it

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot], gabelynn1, masterkomp, ruespe, Spawnova, vvdee and 391 guests