Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nationalparkservice/places-live-kiosk
A kiosk wrapper interface, built with Electron, that loads "live" content from the National Park Service's Places system. This app is intended to run on kiosks in visitor centers.
https://github.com/nationalparkservice/places-live-kiosk
Last synced: about 17 hours ago
JSON representation
A kiosk wrapper interface, built with Electron, that loads "live" content from the National Park Service's Places system. This app is intended to run on kiosks in visitor centers.
- Host: GitHub
- URL: https://github.com/nationalparkservice/places-live-kiosk
- Owner: nationalparkservice
- Created: 2015-07-08T23:36:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T22:14:55.000Z (over 8 years ago)
- Last Synced: 2024-04-14T19:24:19.615Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yellowstone Live Kiosk Setup
## Notes
- The "Visitor" account no longer needs to be setup with "Assigned Access", so this can be disabled.
## Disabling Metro UI on Windows 8
If your kiosk is running Windows 8, you will probably want to disable the Metro UI components so users can't swipe in from the side to display "charms" and get to the internet. To do this:
1. Download [Metro Killer](http://www.tordex.com/metrokiller.html) and place it on the desktop of "Visitor" account
1. Create a "Basic Task" using Windows task scheduler
1. Configure this task to run everytime the user logs on
1. Have it execute the MetroKiller.exe file and pass the following option: `/s`## Installation Steps
1. Sign in with the "Visitor" account
2. Drag-and-drop the "yellowstone-live-kiosk..." directory onto the desktop
3. Once on the desktop, open this directory
4. Right-click on the "yellowstone-live-kiosk-win32-x64-0.1.0.exe" file and select "Create shortcut..."
5. Hit the "Windows" key and the "R" key at the same time
6. Type "%appdata%" (minus the quotes) and press enter
7. In the file window that pops up, browse to "Microsoft > Windows> Start Menu > Programs > Startup"
8. Drag-and-drop the shortcut file you created in step 3 into the "Startup" directory
9. Press the "Windows" key and the "R" key at the same time (again)
10. Type "netplwiz" (minus the quotes) and press enter
11. In the "User Accounts" dialog box that pops up, select the "Visitor" user
12. Uncheck the box at the top that says "Users must enter a user name and password to use this computer."
13. Click the "Apply" button at the bottom
14. In the "Automatically sign in" dialog that pops up, leave the "Password" fields blank and click on the "OK" button
15. Click "OK" again to close the "User Accounts" dialog
16. Restart## Update Steps
1. Sign in with the "Visitor" account
2. On the desktop, delete the "yellowstone-live-kiosk..." directory
3. Drag-and-drop the new "yellowstone-live-kiosk..." directory onto the desktop
4. Restart