Unfortunately, the subsequent post that the original poster submitted on the other site directed him or her to post a thread on this site...nice circular support, Microsoft.
Fortunately for those who may come across this thread in the future, I have a very similar situation with a surprisingly easy answer. My solution is for computers running Windows 8.1 with Kiosk Mode (Assigned Access) enabled. It may not be pretty
but it works, nonetheless. The original issue was preventing unauthorized browsing on a device set up as essentially a kiosk. My solution is four-fold.
First, edit the Host file with the IP address of the site you want the Kiosk Mode user to access. For example, if you ping google.com, the IP address you get would be the address you append in the Host file. For those who do not know, the host file is located
at c:\windows\system32\drivers\etc. Within the Host file, add a line entry like this:
# (IP address of site) Name of site
Next, edit the preferred and alternate DNS servers for the network adapter. To access the Network Settings, open the Control Panel, change to either Small Icons or Large Icons, and select Network and Sharing Center. Click on Change Adapter Setting in the
upper left hand side of the new window. Right click on the network adapter in question and select Properties. Right click on the appropriate option (Iv4 or Iv6) and select Properties. In my example, I used 1.0.0.0 and 1.0.0.1. No other network changes are
made.
Third, the Kiosk Mode interface uses the settings specified by the main account. For example, if the main account has sleep mode disabled, the Kiosk Mode user will never go to sleep. Under the main account, go to the site you want to use under Kiosk Mode
but make sure you use the corresponding IP address you determined after you pinged the site. When that loads, I would recommend setting this site as the homepage.
This final step is optional but recommended. Log into the Kiosk Mode user. Internet Explorer will automatically load and the page you set as the home page under the main account. Swipe up to see the tab options and the address bar of the browser. Click on
the star to set the page as a favorite. Additionally, I would pin the page to Start as well. Taking these proactive steps will prevent the Kiosk Mode user from changing setting if and when the main account changes.
Now, it does not matter if a person can swipe up to access the address bar. Based on your settings, the only site any browser on this computer will access is the IP address appended in the Host file. If this computer is truly for kiosk purposes, there would
never need to be a time to access other sites. If that time ever comes, you simply temporarily edit the Host file and remove the bogus DNS servers.
- Edited by
Kiosk Mode
Saturday, November 16, 2013 4:11 AM