Setting Kiosk Computer Assigned Access to Specific HTML File on Windows Server
In this article, we will discuss the process of setting up a kiosk computer in Assigned Access mode to open a specific HTML file located in a shared folder on a Windows Server. Assigned Access is a feature in Windows that allows you to lock down a device to run only one modern application, which is ideal for public kiosks or dedicated terminals.
Prerequisites
Before we begin, here are the requirements to follow this guide:
- A kiosk computer running a modern version of Windows (e.g., Windows 10 or Windows Server 2016/2019)
- A Windows Server with shared folder access containing the desired HTML file
- The necessary network connectivity between the kiosk computer and the Windows Server
Setting up Assigned Access
To set up Assigned Access on the kiosk computer, follow these steps:
- Press
Win + Ito open the Settings app. - Select
Accountsand then click onFamily & other userson the left sidebar. - Under the
Other userssection, click onAdd a userand follow the on-screen instructions to create a new local user account for the kiosk.
Once you have created the new local user account, you can set up Assigned Access:
- In the
Family & other userssettings page, find the new local user account you created and click onSet up assigned access. - On the
Choose an accountpage, select the new local user account you created and clickNext. - On the
Choose an apppage, click onBrowseand navigate to the HTML file you want to open in the shared folder on the Windows Server. - Once you have selected the HTML file, click
Nextand then clickConfirmto finalize the Assigned Access settings.
Configuring the Shared Folder
To configure the shared folder on the Windows Server, follow these steps:
- Create a new folder in a convenient location on the Windows Server and place the desired HTML file inside it.
- Right-click on the new folder and select
Properties. - In the
Propertieswindow, go to theSharingtab and click onAdvanced Sharing. - Check the box for
Share this folderand set theShare nameto a convenient name (e.g.,kiosk). - Click
Permissionsand ensure that the local user account on the kiosk computer hasReadaccess to the shared folder.
Accessing the Shared Folder from the Kiosk Computer
To access the shared folder from the kiosk computer, you can use a web browser and enter the shared folder's UNC path:
\\<server\_name>\<shared\_folder\_name>
Replace <server\_name> with the name or IP address of the Windows Server, and replace <shared\_folder\_name> with the name you set in the Share name field earlier.
- Assigned Access is a feature in Windows that allows you to lock down a device to run only one modern application, which is ideal for public kiosks or dedicated terminals.
- You can set up Assigned Access on the kiosk computer and configure it to open a specific HTML file located in a shared folder on a Windows Server.
- To configure the shared folder on the Windows Server, create a new folder, share it, and set the necessary permissions for the local user account on the kiosk computer.
- You can access the shared folder from the kiosk computer using a web browser and the shared folder's UNC path.