Windows 8
keyboard shortcuts
- Open the charms bar
- WIN+C
- Switch between apps
- WIN+TAB
- Sticky app switcher
- WIN+CTRL+TAB
- Snap multiple apps to the screen
- WIN+. (period)
- Close an app
- ALT+F4
- Open the app bar
- WIN+Z
- Open the settings panel in the charms bar
- WIN+I
close an app
- Move the mouse pointer to the top-center of the screen until it turns into an open hand.
- Hold the mouse button down and drag to the bottom of the screen.
- When the app window shrinks to a thunmbnail, let go of the mouse button.
add an app to the tiles screen
- Right-click on an empty area and the app bar will appear at the bottom of the screen. Windows+Z will also do this.
- Click the All Apps button.
- Locate the app to add.
- Right-click on the apps.
- Select Pin to start.
command prompt
- Open an elevated command prompt or a command prompt at boot.
- Type bcdedit and press Enter.
- In the Windows Boot Loader section look for the identifier (ex: {current} or {default})
- to disable Automatic Repair
- bdcedit /set {identifier} recoveryenabled NO
- to enable Automatic Repair
- bdcedit /set {identifier} recoveryenabled YES
- to enable the classic F8 Advanced Boot Options menu
- bcdedit /set {identifier} bootmenupolicy legacy
- to enable the newer Windows 8 Startup Options menu
- bcdedit /set {identifier} bootmenupolicy standard