Keyboard Shortcuts
Excel Shortcuts
Simple PowerShell
What the F
Keyboard Shortcuts Part 2
100

How do you select/highlight all the text in a document or all of the files in a folder?

Ctrl+A

100

How do you move to the previous sheet?

Ctrl + PageUp

100

When used by itself, this command will display a list of every known PowerShell cmdlet. 

Get-command

100

This key is used as the help key in almost every program. When pressed, a help screen opens or you're directed to a web page.

F1

100

What two keys allow you to switch apps/flick through any open window?

Alt + Tab / Windows + Tab

200

How do you copy & paste?

Ctrl+C & Ctrl+V

200

How do you insert the current date to a cell?

Ctrl + ;

200

What are the *four* commands to delete files and folders? 

rd, ri, rm, rmdir

200

In an Internet browser, this key refreshes or reloads the page.

F5

200

How do you redo the last action?

Ctrl + Y 

300

How do you undo a task?

Ctrl+Z

300

How do you add a comment to a cell?

Shift + F2

300

This cmdlet is used to navigate the file system. It can be used as an alternative to the CD command.

Set-Location

300

Enter and exit fullscreen mode in all modern Internet browsers using this key.

F11

300

How do you open the Start menu?

Ctrl + ESC

400

How do you find an object/word on a page/document?

Ctrl+F

400

How do you select all of the cells to the right of the currently selected cell?

Ctrl + Shift + Right Arrow

400

What does the cmdlet name mkdir do?

Creates a new item

400

In most Microsoft Windows programs, by default, this key activates the menu bar or ribbon of an open application.

F10

400

How do you save a Word document? *Two Answers!

Ctrl + S, Shift + F12

500

What key is used to advance the cursor to the next stop?

Tab

500

How do you remove the outline border?

Ctrl + Shift + _ (at the same time)

500

What three command aliases can you use to copy an item from one location to another?

copy; cp; cpi

500

This key is used to open Safe Mode in Windows.

F8

500

How do you open the Task Manager?

Ctrl + Shift + Esc