Advertisement
metalx1000

kiosk POS breakout notes

May 30th, 2015
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. https://www.trustedsec.com/april-2015/kioskpos-breakout-keys-in-windows/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+IrongeeksSecuritySite+%28Irongeek%27s+Security+Site%29
  2.  
  3.  
  4. ALT+F4: Quit program
  5. Killing POS/Kiosk software may drop you to normal desktop. I believe this only works if
  6. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\Shell
  7. Has not been set to run something other than Explorer as the shell.
  8.  
  9. ALT+SPACE: System Menu
  10. Displays the main window’s System menu as if you clicked on the icon in the top left of the window. Minimizing or resizing may let you get at what is behind the POS/Kiosk window.
  11.  
  12. ALT+TAB: Switch between open programs
  13. The current window may not have a way to escape, but if other software is running in the background you may find an escape there.
  14.  
  15. CTRL+ALT+DEL: Task Manager or Windows Security Screen
  16. Brings up a dialog on which one option is to start Task manager. From there use File ->New Task (Run…) (Method 1).
  17.  
  18. CTRL+B: Open Book Marks Menu
  19. From here you may be able to right click, open, and get an explorer menu (Method 2).
  20.  
  21. CTRL+ESC: Opens start menu
  22. From the start menu you may be able to get to someplace else, assuming Explorer is even running as the shell.
  23.  
  24. CTRL+F4: Closes the current Multiple Document Interface (MDI) window
  25. This way, you may see what is behind the main window.
  26.  
  27. CTRL+P: May bring up print dialog.
  28. From here, you can click the “Find Printer” button, go to help, and break out via file Menu or Right Click “View Source”. You could also right click on an installed printer and view its help (Method 3, and see F1 section below).
  29.  
  30. CTRL+SHIFT+ESC: Opens Windows Task Manager
  31. Much like CTRL+ALT+DEL, but skips the step of clicking Task Manager on the security screen. See Method 1.
  32.  
  33. CTRL+Tab: May close current windows or tab
  34. This way, you may see what is behind the main window.
  35.  
  36. CTRL+Windows Key+F: Find computer
  37. Brings up an Explorer dialog you can break out of via Method 2.
  38.  
  39. F1: Starts Windows Help
  40. “Microsoft Windows Help” Classic windows help has File Open menu. “Microsoft HTML Help” based windows might have the option to right click and view source on the selected help. Either way, use Method 3.
  41.  
  42. F3: May bring up Windows search
  43. Another potential Explorer window to escape from.
  44.  
  45. SHIFT five times: Toggles Sticky Keys on and off
  46. On newer versions of Windows, this brings you a few clicks away from a help dialog and escape (Method 3). Even if you can’t get to a Help dialog, this feature is still useful. If all you have is remote access, it can be hard to send the proper keystrokes without your host OS interpreting them first. This accessibility feature in Windows allows Sticky Keys (Ctrl, Alt, Shift, Windows Logo) to be pressed once, but have the OS considered the key to be held down. This makes it easier to make some of the other keystroke combinations listed in this article without your host system interpreting the keystrokes first. For example, if you want to try to type CTRL+SHIFT+ESC, your host OS will likely interpret it first, not sending it to your remote session. However, if you hit SHIFT 5 time real fast, the Sticky Keys popup should show up on both your host OS, and in your remote session. Enable Sticky Keys on the remote OS by hitting the OK/Yes button (wording depends on Windows version) on the remote OS but Cancel/No on the host OS. You can then type CTRL (release key), SHIFT (release key), and finally ESC (release key) to have the same effect as CTRL+SHIFT+ESC on the remote system without the host system interpreting the combination first. Another option for remote testers is On Screen Keyboard (osk.exe) but not all keyboard shortcuts work with it.
  47.  
  48. SHIFT+RIGHT CLICK: Open Command Prompt Here
  49. Only for Vista and newer unless the registry has be modified. Let’s you right click in a folder, on the Desktop, or even a File Open/Save dialog and launch a command prompt using the “Open command window here” option in the drop down.
  50.  
  51. Windows Logo+Break (AKA:Pause): System Properties dialog box
  52. From here use Method 2.
  53.  
  54. Windows Logo+D: Minimizes all open windows and displays the desktop
  55. This way, you may see what is behind the main window.
  56.  
  57. Windows Logo+E: Windows Explorer
  58. Method 2 in a nutshell.
  59.  
  60. Windows Logo+F1: Windows OS Help
  61. This is the Windows help, not the applications. Use Method 3.
  62.  
  63. Windows Logo+R: Run dialog box
  64. Run what you want.
  65.  
  66. Windows Logo+T: Select active application on taskbar
  67. Sort of like ALT+TAB, you may see what is behind the main window this way.
  68.  
  69. Windows Logo+U: Accessibility Utility Manager
  70. Let you fire up On Screen Keyboard (and other utilities like screen magnifier and narrator), from which you can bring up a help dialog, then break out via Right Click ->View Source then use Notepad to find and EXE, Right Click it and Open (Method 3). You can also use “About” links on each of the apps to fire up a web browser, then use it as an Explorer Window to find an EXE you want to run via Method 1
  71.  
  72. Windows Logo: Start menu
  73. From the Start menu, you can run what you want.
  74.  
  75. If you have a Microsoft keyboard and the IntelliType Software Installed you may be able to break out using a help dialog or an Explorer window with these keys:
  76.  
  77. Windows Logo+P: Starts Print Manager
  78. Windows Logo+C: Opens Control Panel
  79. Windows Logo+V: Starts Clipboard
  80. Windows Logo+K: Opens Keyboard Properties dialog box
  81. Windows Logo+I: Opens Mouse Properties dialog box
  82. Windows Logo+A: Starts Accessibility Options (if installed)
  83. Windows Logo+SPACEBAR: Displays the list of Microsoft IntelliType shortcut keys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement