Book Image

Windows Server 2016 Cookbook

By : Jordan Krause
Book Image

Windows Server 2016 Cookbook

By: Jordan Krause

Overview of this book

This hands-on Cookbook is stuffed full of practical recipes that will help you handle the essential administrative tasks in Windows Server 2016. You’ll start by familiarizing yourself with the look and feel of Windows Server 2016, and will then learn how to navigate through some daily tasks using the graphical interface. You will see how to compose optimal Group Policies and facilitate task automation with PowerShell 5.0 scripting. We will also take a look at the functions available to provide remote network access to your traveling users, and explore the much anticipated Nano Server and Hyper-V built-in integration support that is brand new in Windows Server 2016. By the end of this book, you will know how to take your Windows Server 2016-powered server and turn it into any common infrastructure role that might be required in your company.
Table of Contents (18 chapters)
Windows Server 2016 Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Identifying useful keyboard shortcuts in Server 2016


I prefer using a keyboard over a mouse any day, for almost any task. There are numerous keyboard shortcuts and tips and tricks that I employ on a daily basis and I want to test them out with you in this recipe. Some of these shortcuts have been around for years and will work with multiple versions of Windows Server; some are new in the Server 2016 operating system. They will all be useful to you as you start working with servers in your network.

Getting ready

We are going to run these commands and keyboard shortcuts while logged into a Windows Server 2016 machine.

How to do it…

  • Windows key: Opens the Start menu, where you can immediately start typing to search for programs.

  • Windows key + X: Opens the Quick Links menu, which we discussed in an earlier recipe.

  • Windows key + I: Opens Windows Settings options.

  • Windows key + D: Minimizes all open windows and brings you back to the Desktop.

  • Windows key + R: Opens the Run box. Launching applications this way is often faster than using the Start menu, if you know the executable name of the application you are trying to launch.

  • Windows key + M: Minimizes all windows.

  • Windows key + E: Opens File Explorer.

  • Windows key + L: Locks the computer.

  • Windows key + Tab: Takes you into the new Task View options.

  • Window key + Ctrl + D: Creates a new virtual Desktop from Task View.

  • Windows key + Ctrl + F4: Closes the current virtual Desktop.

  • Windows key + Ctrl + Left or Right Arrow: Move between different virtual Desktops.

  • Windows key + 1 or 2 or 3 or…: Launches applications that are pinned to your taskbar, in order. So the first application pinned to the taskbar would open with WinKey + 1, for example.

  • Alt + F4: Exits the program you are currently working in. This is especially helpful in full-screen apps—like those from the Windows Store - where it is not always obvious how to exit the program with your mouse.

  • Alt + Tab: Displays a list of open programs so you can hop between them.

  • Shift + Delete: Holding down Shift while pressing Delete deletes files without placing them into the Recycle Bin.

  • Using Tab inside Command Prompt or PowerShell: I cannot believe that I went years without knowing about this one. When you are working inside Command Prompt, if you type the first letter of a file or folder that exists in the directory where you are working and then press the Tab key, it will auto-populate the rest of the filename. For example, you may be trying to launch a Microsoft update file with a filename that is 15 characters and comprises a mix of numbers and letters. No need to type out that filename! Let's say the file starts with KB. Simply navigate to the folder where your installer exists, type KB, and press Tab. The full filename is populated inside Command Prompt and you can press the Enter key to launch it.

How it works…

Keyboard shortcuts can greatly increase productivity once you are fluent with them. This is not an extensive list by any means, there are many more key combinations that you can use to launch apps, minimize and maximize windows, and do all sorts of other functions. This is a list to get you started with the most common ones that I employ often. Start using these with your daily tasks and I bet your mouse will start to feel lonely.

If you are interested in exploring more of the Windows Server 2016 key combinations available, this website is a great place to start: http://technet.microsoft.com/en-us/library/hh831491.aspx.