Kiosk Breakout
Windows
Navigating with environment variables and shell
directive:
ENV | Location |
---|---|
| "C:\" |
| "C:\Windows" |
| "C:\Program Files" |
| "C:\Windows\System32\cmd.exe" |
| "C:\Program Files\Common Files" |
| "C:\Documents and Settings\Username" |
| "C:\Documents and Settings\All Users" |
| "C:\Program Files (x86)" (only in 64-bit version) |
| "C:\Documents and Settings\Username\Application Data" |
| "C:\Documents and Settings\Username\Local Settings\Temp" |
| "C:\Program Files (x86)\Common Files" (only in 64-bit version) |
Command | Location |
---|---|
shell:System | "C:\Windows\System32" |
shell:Downloads | Current user's "Downloads" folder |
shell:MyComputerFolder | "This PC" window |
Linux
gtkdialog
HTLM-based pseudo terminal emulator (useful when there's no other terminal apps available):
The shell can be invoked with /usr/bin/gtkdialog -f shell.html
Last updated