10
4
I have been tasked with building several PCs to act as secure kiosks that allow users to view and use an intranet site at my company. Our LP staff will cover physical security, so that is not a concern. To prevent booting from a USB drive or walking with the HDD, I will be encrypting with BitLocker. What I am having trouble with is deciding on a method to lock down Windows 7 in such a way that the only thing a user has access to is a browser (in this case, IE9) and limit the browser to specific URLs (or domains). I have considered doing this through Group Policy, but it seems there would be a substantial amount of research, development, and testing involved to get it right. With that said, does anyone know of a free or inexpensive piece of software that can accomplish this? Any recommendations would be appreciated. Thank you.
3Windows 8.1 will have a "Kiosk Mode" or "Assigned Access" which will do exactly this. Consider it if the benefits (OS-level support) can outweigh the wait (It's supposed to be out in the last quarter of 2013 or so) for you. – Darth Android – 2013-07-01T14:31:54.770
2
Have you considered building your own Embedded Standard/Industry system? You can restrict access to features by just not installing them. https://www.microsoft.com/windowsembedded/en-us/products-solutions-overview.aspx
– Szymon Szydełko – 2013-07-01T14:54:42.207Darth Android -- Windows 8 kiosk mode is compelling. Unfortunately I need to have these deployed sooner than that. Szymon Szydelko -- I had not considered that, but given the small # of systems I need to build and the short turnaround time, I don't think the time investment would be worth it. Interesting, though. – Chck – 2013-07-01T15:02:27.207
@Chck: Does the browser have to be IE? Otherwise I would recommend this.
– Karan – 2013-07-01T15:16:47.663Karen -- Unfortunately, yes. The vendor of the intranet site in question will only support IE9. – Chck – 2013-07-01T15:23:23.180
1@Chck - If thats the case then Windows 8 isn't even an option. Windows 7 has tons of kiosk applications thats exist you should go that route instead. If you want native support Windows 8.1 will be your ultimate solution once IE9 requirement isn't an issue. – Ramhound – 2013-07-01T15:52:52.223
Ramhound -- Thank you, I hadn't thought of IE9 not being supported in Windows 8. – Chck – 2013-07-01T16:04:17.157
http://superuser.com/questions/107611/how-can-i-start-up-windows-without-explorer-loading-up?rq=1 – Ƭᴇcʜιᴇ007 – 2013-07-01T16:31:04.900
If not for the IE requirement, I would have said Chromebook ftw. Sigh. – Suman – 2013-07-01T17:43:13.667
iexplore.exe -k
[website address]
– gparyani – 2013-12-18T20:29:13.660