How do you select/highlight all the text in a document or all of the files in a folder?
Ctrl+A
How do you move to the previous sheet?
Ctrl + PageUp
When used by itself, this command will display a list of every known PowerShell cmdlet.
Get-command
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
What two keys allow you to switch apps/flick through any open window?
Alt + Tab / Windows + Tab
How do you copy & paste?
Ctrl+C & Ctrl+V
How do you insert the current date to a cell?
Ctrl + ;
What are the *four* commands to delete files and folders?
rd, ri, rm, rmdir
In an Internet browser, this key refreshes or reloads the page.
F5
How do you redo the last action?
Ctrl + Y
How do you undo a task?
Ctrl+Z
How do you add a comment to a cell?
Shift + F2
This cmdlet is used to navigate the file system. It can be used as an alternative to the CD command.
Set-Location
Enter and exit fullscreen mode in all modern Internet browsers using this key.
F11
How do you open the Start menu?
Ctrl + ESC
How do you find an object/word on a page/document?
Ctrl+F
How do you select all of the cells to the right of the currently selected cell?
Ctrl + Shift + Right Arrow
What does the cmdlet name mkdir do?
Creates a new item
In most Microsoft Windows programs, by default, this key activates the menu bar or ribbon of an open application.
F10
How do you save a Word document? *Two Answers!
Ctrl + S, Shift + F12
What key is used to advance the cursor to the next stop?
Tab
How do you remove the outline border?
Ctrl + Shift + _ (at the same time)
What three command aliases can you use to copy an item from one location to another?
copy; cp; cpi
This key is used to open Safe Mode in Windows.
F8
How do you open the Task Manager?
Ctrl + Shift + Esc