Kiosk Breakout
Windows
Navigating with environment variables and shell
directive:
%HOMEDRIVE%
, %SystemDrive%
"C:\"
%WINDIR%
, %SystemRoot%
"C:\Windows"
%PROGRAMFILES%
"C:\Program Files"
%COMSPEC%
"C:\Windows\System32\cmd.exe"
%COMMONPROGRAMFILES%
"C:\Program Files\Common Files"
%HOMEPATH%
, %USERPROFILE%
"C:\Documents and Settings\Username"
%ALLUSERSPROFILE%
"C:\Documents and Settings\All Users"
%PROGRAMFILES(X86)%
"C:\Program Files (x86)" (only in 64-bit version)
%APPDATA%
"C:\Documents and Settings\Username\Application Data"
%TEMP%
, %TMP%
"C:\Documents and Settings\Username\Local Settings\Temp"
%COMMONPROGRAMFILES(x86)%
"C:\Program Files (x86)\Common Files" (only in 64-bit version)
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