5
3
I am trying to lockdown computers running windows 8.1 Enterprise/Standard with a touch screen attached to it.
What I'm trying to achieve
Have a kiosk user with only access to a web browser. The web browser should be set to only display a specific website and any users interacting with the screen should not be able to visit any other website or somehow browse the system with the help of touch gestures.
What I've tried
Assigned Access - Works very well except that I can't seem to remove or disable the address bar in the IE metro app. If I could disable it I could probably set my website to default website in IE Metro and everything would be OK.
iexplore -k http://my.website.com - This is almost perfect, no address bar and only access to the specified. BUT, the touch gestures are still active and the user can swipe from the right and access the system sidebar.
Software I've tried
Classic Shell to deactivate all Windows 8 touch gestures, didn't work.
Start8 as well, didn't work. I can still swipe from the right.
I don't have any Synaptics touch drivers so that wont work.
Registry
Created a DWORD value "DisableCharmsHint" and set the value to 1 under: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUi
I read somehere That I should edit this as well:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\Shell
That key doesn't exist.
[UPDATE]
Tried the following: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUI] "DisabledEdges"=dword:0000000f
Didn't work either.
Are you OK wiith comercial solutions? While https://www.respondus.com/products/lockdown-browser/ is intended for a slightly different purpose, it pretty much achieves what you are looking for. Disclaimer: I haven't used it, just looked briefly into, a while ago. Am not familiar with its customization capabilities.
– elder elder – 2014-10-07T10:29:47.920I would very much like not use any commercial products. What I am trying to achieve shouldn't be so difficult, at least thats what I think. – Grimmjow – 2014-10-07T10:39:52.680
have you tried something like this? http://blogs.msdn.com/b/hyperyash/archive/2013/10/25/enable-kiosk-mode-in-windows-8-1.aspx
– DarkEvE – 2014-10-07T12:38:15.490Yes, Assigned Access. – Grimmjow – 2014-10-07T13:46:56.243
@Grimmjow: How about running the desktop version of Internet Explorer in kiosk mode with Enforce full-screen mode set to true? See my answer here: http://superuser.com/questions/666899/how-can-i-start-internet-explorer-10-always-in-kiosk-mode
– James P – 2014-10-07T14:25:43.040@James: Wouldn't it still be possible to preform edge gestures such as swipe from the right? But I have actually solved my problem, it's not elegant but it works. I will post it here shortly. – Grimmjow – 2014-10-07T16:58:07.323