Managing windows on the desktop

Содержание
  1. Window Station and Desktop Functions
  2. Manage a Server Core server
  3. Managing Server Core with Windows Admin Center
  4. Managing Server Core remotely with Server Manager
  5. Managing with Microsoft Management Console
  6. To configure Windows Firewall to allow MMC snap-in(s) to connect
  7. Managing with Remote Desktop Services
  8. Add hardware and manage drivers locally
  9. Common Management Tasks and Navigation in Windows
  10. Open the Start menu
  11. Open the Start screen
  12. Shut down or restart the computer
  13. To shut down the computer in Windows Server Technical Preview or Windows 10 Technical Preview
  14. To shut down the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  15. To restart the computer in Windows Server Technical Preview or Windows 10 Technical Preview
  16. To restart the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  17. Lock the computer or sign out
  18. To lock the computer in Windows Server Technical Preview or Windows 10 Technical Preview
  19. To lock the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  20. To sign out from the computer in Windows Server Technical Preview or Windows 10 Technical Preview
  21. To sign out from the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  22. Close a Windows app
  23. To close a Windows app in Windows Server Technical Preview or Windows 10 Technical Preview
  24. To close a Windows app in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  25. Access Settings for the current screen
  26. To open the Settings bar
  27. Access Control Panel
  28. To open Control Panel from the Start menu in Windows Server Technical Preview or Windows 10 Technical Preview
  29. To open Control Panel from the Start screen in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  30. To open Control Panel from the desktop in Windows Server Technical Preview or Windows 10 Technical Preview
  31. To open Control Panel from the desktop in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  32. To open common Control Panel tools by using typed commands
  33. To add Control Panel to the desktop
  34. Access Administrative Tools
  35. To access Administrative Tools in Server Manager
  36. To open the Administrative Tools folder from the Start menu in Windows Server Technical Preview or Windows 10 Technical Preview
  37. To open the Administrative Tools folder from the Start screen in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  38. To open the Administrative Tools folder from the Control Panel
  39. Create shortcuts
  40. To create a shortcut on the desktop
  41. To pin a program to the desktop taskbar from the Start menu in Windows Server Technical Preview or Windows 10 Technical Preview
  42. To pin a program to the desktop taskbar from the Start screen in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8
  43. To pin a program to the desktop taskbar from File Explorer
  44. To pin a program or folder to the Start screen
  45. Open the Run dialog box
  46. To open the Run dialog box
  47. Run a program as administrator or as another user
  48. To run a program as administrator from the Start screen or Start menu
  49. To run a program as administrator from the desktop
  50. To run a program as another user
  51. Open Server Manager
  52. To open Server Manager from the Start screen
  53. To open Server Manager from the desktop
  54. Start Windows PowerShell
  55. To start Windows PowerShellв„ў from the Start screen
  56. To start Windows PowerShell from the desktop
  57. To start Windows PowerShell with elevated user rights (Run as administrator)
  58. Open Remote Desktop Connection
  59. To open Remote Desktop Connection from the Start screen
  60. To open Remote Desktop Connection from the desktop
  61. Open Command Prompt
  62. To open Command Prompt from the Start screen
  63. To open Command Prompt from the desktop
  64. To open Command Prompt with elevated user rights (Run as administrator)
  65. Open Microsoft Management Console (MMC) and snap-ins
  66. To open MMC from the Start screen
  67. To open MMC from the desktop
  68. To open an MMC snap-in from the Start screen
  69. To open an MMC snap-in from the desktop
  70. To open Event Viewer
  71. Keyboard shortcuts
  72. Keyboard shortcuts that are unchanged from WindowsВ 7 or Windows ServerВ 2008В R2
  73. Keyboard shortcuts that are new for Windows Server 2012 R2, Windows 8.1, Windows Server 2012, and Windows 8
  74. Use keyboard shortcuts in a Remote Desktop session
  75. To apply keyboard shortcuts to a Remote Desktop session
  76. Use keyboard shortcuts in Hyper-V virtual machines
  77. To apply keyboard shortcuts to new virtual machine connections

Window Station and Desktop Functions

Applications can use the following functions with window station objects.

Function Description
CloseWindowStation Closes an open window station handle.
CreateWindowStation Creates a window station object, associates it with the current process, and assigns it to the current session.
EnumWindowStations Enumerates all window stations in the current session.
GetProcessWindowStation Retrieves a handle to the current window station for the calling process.
GetUserObjectInformation Retrieves information about the specified window station or desktop object.
GetUserObjectSecurity Retrieves security information for the specified window station or desktop object.
OpenWindowStation Opens the specified window station.
SetProcessWindowStation Assigns the specified window station to the calling process.
SetUserObjectInformation Sets information about the specified window station or desktop object.
SetUserObjectSecurity Sets security information for the specified window station or desktop object.

Applications can use the following functions with desktop objects.

Manage a Server Core server

Applies to: Windows Server 2019, Windows Server 2016, and Windows Server (Semi-Annual Channel)

You can manage a Server Core server in the following ways:

You can also add hardware and manage drivers locally, as long as you do that from the command line.

There are some important limitations and tips to keep in mind when you work with Server Core:

  • If you close all command prompt windows and want to open a new Command Prompt window, you can do that from the Task Manager. Press CTRL+ALT+DELETE, click Start Task Manager, click More Details > File > Run, and then type cmd.exe. (Type Powershell.exe to open a PowerShell command windows.) Alternatively, you can sign out and then sign back in.
  • Any command or tool that attempts to start Windows Explorer will not work. For example, running start . from a command prompt won’t work.
  • There is no support for HTML rendering or HTML help in Server Core.
  • Server Core supports Windows Installer in quiet mode so that you can install tools and utilities from Windows Installer files. When installing Windows Installer packages on Server Core, use the /qb option to display the basic user interface.
  • To change the time zone, run Set-Date.
  • To change international settings, run control intl.cpl.
  • Control.exe won’t run on its own. You must run it with either Timedate.cpl or Intl.cpl.
  • Winver.exe isn’t available in Server Core. To obtain version information use Systeminfo.exe.

Managing Server Core with Windows Admin Center

Windows Admin Center is a browser-based management app that enables on-premises administration of Windows Servers with no Azure or cloud dependency. Windows Admin Center gives you full control over all aspects of your server infrastructure and is particularly useful for management on private networks that are not connected to the Internet. You can install Windows Admin Center on Windows 10, on a gateway server, or on an installation of Windows Server with Desktop Experience, and then connect to the Server Core system that you want to manage.

Managing Server Core remotely with Server Manager

Server Manager is a management console in Windows Server that helps you provision and manage both local and remote Windows-based servers from your desktops, without requiring either physical access to servers, or the need to enable Remote Desktop protocol (RDP) connections to each server. Server Manager supports remote, multi-server management.

To enable your local server to be managed by Server Manager running on a remote server, run the Windows PowerShell cmdlet Configure-SMRemoting.exe –Enable.

Managing with Microsoft Management Console

You can use many snap-ins for Microsoft Management Console (MMC) remotely to manage your Server Core server.

To use an MMC snap-in to manage a Server Core server that is a domain member:

  1. Start an MMC snap-in, such as Computer Management.
  2. Right-click the snap-in, and then click Connect to another computer.
  3. Type the computer name of the Server Core server, and then click OK. You can now use the MMC snap-in to manage the Server Core server as you would any other PC or server.

To use an MMC snap-in to manage a Server Core server that is not a domain member:

Establish alternate credentials to use to connect to the Server Core computer by typing the following command at a command prompt on the remote computer:

If you want to be prompted for a password, omit the /pass option.

When prompted, type the password for the user name you specified. If the firewall on the Server Core server is not already configured to allow MMC snap-ins to connect, follow the steps below to configure Windows Firewall to allow MMC snap-in. Then continue with step 3.

On a different computer, start an MMC snap-in, such as Computer Management.

In the left pane, right-click the snap-in, and then click Connect to another computer. (For example, in the Computer Management example, you would right-click Computer Management (Local).)

In Another computer, type the computer name of the Server Core server, and then click OK. You can now use the MMC snap-in to manage the Server Core server as you would any other computer running a Windows Server operating system.

To configure Windows Firewall to allow MMC snap-in(s) to connect

To allow all MMC snap-ins to connect, run the following command:

To allow only specific MMC snap-ins to connect, run the following:

Where rulegroup is one of the following, depending on which snap-in you want to connect:

MMC snap-in Rule group
Event Viewer Remote Event Log Management
Services Remote Service Management
Shared Folders File and Printer Sharing
Task Scheduler Performance Logs and Alerts, File and Printer Sharing
Disk Management Remote Volume Management
Windows Firewall and Advanced Security Windows Firewall Remote Management

Some MMC snap-ins don’t have a corresponding rule group that allows them to connect through the firewall. However, enabling the rule groups for Event Viewer, Services, or Shared Folders will allow most other snap-ins to connect.

Additionally, certain snap-ins require further configuration before they can connect through Windows Firewall:

  • Disk Management. You must first start the Virtual Disk Service (VDS) on the Server Core computer. You must also configure the Disk Management rules appropriately on the computer that is running the MMC snap-in.
  • IP Security Monitor. You must first enable remote management of this snap-in. To do this, at a command prompt, type cscript c:\windows\system32\scregedit.wsf /im 1
  • Reliability and Performance. The snap-in does not require any further configuration, but when you use it to monitor a Server Core computer, you can only monitor performance data. Reliability data is not available.

Managing with Remote Desktop Services

You can use Remote Desktop to manage a Server Core server from remote computers.

Before you can access Server Core, you’ll need to run the following command:

This enables the Remote Desktop for Administration mode to accept connections.

Add hardware and manage drivers locally

To add hardware to a Server Core server, follow the instructions provided by the hardware vendor for installing new hardware.

If the hardware is not plug and play, you’ll need to manually install the driver. To do that, copy the driver files to a temporary location on the server, and then run the following command:

Where driverinf is the file name of the .inf file for the driver.

If prompted, restart the computer.

To see what drivers are installed, run the following command:

You must include the space after the equal sign for the command to complete successfully.

To disable a device driver, run the following:

Where service_name is the name of the service that you got when you ran sc query type= driver.

Common Management Tasks and Navigation in Windows

Applies To: Windows Server 2012, Windows Server 2012 R2

Windows ServerВ® 2012 R2, WindowsВ® 8.1, Windows ServerВ® 2012, and WindowsВ® 8 feature the new Modern user interface. This topic helps you find and open common management tools, create shortcuts to frequently-used programs, run programs with elevated user rights, and perform common tasks like signing in and out, restarting, and shutting down computers that are running Windows Server 2012 R2, Windows 8.1, Windows Server 2012, or Windows 8.

Windows Server 2016 Technical Preview and Windows 10 include updates to the Modern user interface, such as the restoration of a Start menu that includes tool and app folders.

You can install Windows Server 2016 Technical Preview, Windows Server 2012 R2, or Windows Server 2012 with a minimal user interface that is well-suited to remote management. For more information, see Windows Server Installation Options.

Use common IT Pro tools:

Open the Start menu

In Windows Server 2016 Technical Preview and Windows 10, click the Start button to open the Start menu.

Open the Start screen

The Start screen is the home of Windows apps. To open the Start screen, use one of these methods:

Press the Windows logo key. In a virtual machine, you can press Ctrl+Esc.

Hover the mouse cursor in the upper right corner of the screen, and then click Start.

On the desktop, hover the mouse cursor in the lower left corner of the screen, and click when the thumbnail of the Start screen appears.

Shut down or restart the computer

To shut down the computer in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start.

On the Start menu, click the Power button.

Click Shut Down.

To shut down the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

Hover the mouse cursor in the upper right corner of the screen, and then click Settings.

Click Power, and then click Shut down.

In the Windows 8.1 Spring 2014 release, you can shut down the computer by clicking the Power button on the Start screen to the right of your user name.

To restart the computer in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start.

On the Start menu, click the Power button.

Click Restart.

To restart the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

Hover the mouse cursor in the upper right corner of the screen, and then click Settings.

Click Power, and then click Restart.

Lock the computer or sign out

To lock the computer in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start.

On the Start menu, click your user name.

Click Lock.

To lock the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

  • On the Start screen, click your user name in the upper right corner, and then click Lock. Alternatively, on the Start screen, press the Windows logo key+L.

To sign out from the computer in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start.

On the Start menu, click your user name.

Click Sign out.

To sign out from the computer in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

  • On the Start screen, click your user name in the upper right corner, and then click Sign out.

Close a Windows app

When Windows apps like Internet Explorer are open but not in use, they are automatically minimized and become inactive, freeing resources for other apps. This functionality is similar to a cell phone, tablet PC, or other mobile computer. It is not necessary to close an app, but you can follow steps in this section if you want to do so.

To close a Windows app in Windows Server Technical Preview or Windows 10 Technical Preview

  • With the app active, click the X (Close) button in the upper right corner of the app.

To close a Windows app in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

With the app active, hover at the top edge of the screen until the mouse cursor becomes a hand. Click and drag the app to the bottom of the screen, and then release.

In the WindowsВ® 8.1 Spring 2014 release, you can close a Windows app by clicking the X (Close) button in the upper right corner of the app.

Access Settings for the current screen

To open the Settings bar

Press the Windows logo key+i to open the Settings bar for the current screen (for example, Start, the desktop, or a Windows app).

In Windows ServerВ® 2012 R2, WindowsВ® 8.1, Windows ServerВ® 2012, and WindowsВ® 8, you can also hover the mouse cursor in the upper right corner of the screen, and then click Settings.

Access Control Panel

You can access Control Panel from the Start screen or Start menu, and from the desktop.

To open Control Panel from the Start menu in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start.

On the Start menu, click All Apps.

Click Windows System, and then click Control Panel.

To open Control Panel from the Start screen in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

  • On the Start screen, click Control Panel.

To open Control Panel from the desktop in Windows Server Technical Preview or Windows 10 Technical Preview

Press the Windows logo key+i to open the Settings bar.

Click Control Panel.

To open Control Panel from the desktop in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

On the desktop, hover the mouse cursor in the upper right corner of the screen, and then click Settings.

Click Control Panel.

To open common Control Panel tools by using typed commands

On the Start screen (or the Start menu in Windows 10 or Windows Server 2016 Technical Preview, type one of the following, and then press Enter to open common Control Panel management tools.

ncpa.cpl to open Control Panel\Network and Internet\Network Connections.

sysdm.cpl to open the System Properties dialog box that is available at Control Panel\System and Security\System\Advanced System Settings.

appwiz.cpl to open Control Panel\Programs\Programs and Features\Uninstall or change a program.

inetcpl.cpl to open the Internet Properties dialog box that is available at Control Panel\Network and Internet\Internet Options.

For more Control Panel tool commands that you can type directly on the Start screen, see How to run Control Panel tools by typing a command.

To add Control Panel to the desktop

Open Control Panel.

In the Control Panel Search box, type desktop.

In the Control Panel Search results, in Display, click Show or hide common icons on the desktop.

In Desktop Icon Settings, select Control Panel, and then click OK.

Access Administrative Tools

The Administrative Tools folder contains links to many common Microsoft Management Console (MMC) snap-ins, including Computer Management, Event Viewer, and the management tools for installed roles or features.

The Start screen settings (accessed by pressing the Windows logo key+ i on the Start screen) include an option to allow or prevent tools in the Administrative Tools folder from being displayed in search results and on the Start screen. This setting is enabled by default.

To access Administrative Tools in Server Manager

  • In the Server Manager menu bar, click Tools to access the contents of the Administrative Tools folder.

To open the Administrative Tools folder from the Start menu in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start.

On the Start menu, in the Search box, start typing Administrative Tools.

Click the Administrative Tools folder when it is displayed in search results.

Alternatively, you can open Administrative Tools from Control Panel\System and Security\Administrative Tools.

If you are running Remote Server Administration Tools for Windows 10 on Windows 10, or you are running the full installation option of Windows Server 2016 Technical Preview, you can access administrative tools from the Tools menu in Server Manager.

To open the Administrative Tools folder from the Start screen in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

  1. On the Start screen, click Administrative Tools. You can also type Administrative Tools on the Start screen, and then click Administrative Tools in the list of results.

If the Show Administrative tools setting is turned off, the Administrative Tools folder and its contents will not appear in the Settings results. The Show Administrative tools setting is available when you hover the mouse cursor over the upper or lower right edge of the Start screen, click Settings , and then click Tiles .

To open the Administrative Tools folder from the Control Panel

  • Open Control Panel, click System and Security, and then click Administrative Tools.

Create shortcuts

To create a shortcut on the desktop

In File Explorer, navigate to the location of the program for which you want to create a shortcut.

Right-click the executable file in the program folder, and then click Create shortcut. Because of restricted user access rights, Windows does not allow shortcuts to be created in some folders, including the Program Files folder.

Drag the shortcut to a folder of your choice, to the desktop, or to the desktop taskbar. If the shortcut cannot be created in the location of the executable file (typically because the access rights for the Program Files folder are restricted), and you are prompted to select a location for the shortcut, browse to the Desktop folder.

To pin a program to the desktop taskbar from the Start menu in Windows Server Technical Preview or Windows 10 Technical Preview

Click Start, and find the app you want to pin to the taskbar.

Right-click the app shortcut, and then click Pin to taskbar.

To pin a program to the desktop taskbar from the Start screen in Windows Server 2012 R2, Windows Server 2012, Windows 8.1, or Windows 8

On the Start screen, search for or navigate to the app that you want to pin to the desktop taskbar.

Right-click the app tile, and in the app bar, click Pin to taskbar.

To pin a program to the desktop taskbar from File Explorer

Open File Explorer.

Navigate to the folder where the program that you want to pin to the desktop taskbar is located.

Right-click the executable file in the program folder, and then click Pin to Taskbar.

To pin a program or folder to the Start screen

Open File Explorer.

Navigate to the program or folder that you want to pin to the Start screen.

Right-click the executable file or folder, and then click Pin to Start.

Open the Run dialog box

To open the Run dialog box

On the desktop, press the Windows logo key+R to open the Run dialog box.

Alternatively, on the Start screen, type Run, and then press Enter. In Windows 10 and Windows Server 2016 Technical Preview, type Run in the Start menu Search box.

Run a program as administrator or as another user

To run a program as administrator from the Start screen or Start menu

On the Start screen or Start menu, navigate to the app that you want to run as Administrator.

Right-click the app shortcut or tile, and then click Run as administrator.

To run a program as administrator from the desktop

Right-click the executable file in File Explorer, or right-click the program shortcut on the desktop.

Click Run as administrator.

To run a program as another user

Do one of the following.

Add the Run as a different user command to the app bar by enabling the following Group Policy setting: User Configuration/Administrative Templates/Start Menu and Taskbar/Show «Run as different user» command on Start. To start Local Group Policy Editor, on the Start screen, type gpedit.msc, and then press Enter.

Use the runas command from a command prompt. For more information about how to use the runas command, at a command prompt, type runas /?, and then press Enter.

Open Server Manager

By default, Server Manager starts when a member of the Administrators group signs in to a computer that is running Windows Server 2012 R2 or Windows Server 2012. If Server Manager is not already open, if you are a standard (non-Administrator) user on the server, or if administrators have changed Server Manager default settings so that it does not open automatically at sign-in, open Server Manager by using procedures in this section.

To open Server Manager from the Start screen

  • On the Start screen, click Server Manager.

If the Show Administrative tools setting is disabled, the Server Manager tile does not appear on the Start screen.

To open Server Manager from the desktop

  • On the taskbar, click Server Manager.

Start Windows PowerShell

To start Windows PowerShellв„ў from the Start screen

  • On the Start screen, click Windows PowerShell.

To start Windows PowerShell from the desktop

  • On the taskbar, click Windows PowerShell.

To start Windows PowerShell with elevated user rights (Run as administrator)

To run Windows PowerShell as an administrator from the Start screen, right-click the Windows PowerShell tile, and in the app bar, click Run as administrator.

To run Windows PowerShell as an administrator from the desktop, right-click the Windows PowerShell shortcut in the taskbar, and then click Run as Administrator.

Open Remote Desktop Connection

To open Remote Desktop Connection from the Start screen

On the Start screen, type mstsc.

In the Search Apps results, click mstsc.

To open Remote Desktop Connection from the desktop

On the desktop, press the Windows logo key+R to open the Run dialog box.

In the Run dialog box, type mstsc, and then press Enter.

Open Command Prompt

To open Command Prompt from the Start screen

On the Start screen, type cmd.

In the Apps results, click cmd.

To open Command Prompt from the desktop

On the desktop, press the Windows logo key+R to open the Run dialog box.

In the Run dialog box, type cmd, and then press Enter.

To open Command Prompt with elevated user rights (Run as administrator)

Do one of the following.

To run Command Prompt as an administrator from the Start screen on Windows Server 2012 R2, type cmd, right-click Command Prompt in the Search results, and on the shortcut menu, click Run as administrator.

To run Command Prompt as an administrator from the Start screen on Windows Server 2012, type cmd, right-click Command Prompt in the Apps results, and then in the taskbar, click Run as Administrator.

Open Microsoft Management Console (MMC) and snap-ins

To open MMC from the Start screen

On the Start screen, type mmc.

In the Apps or Search results, click mmc.

To open MMC from the desktop

On the desktop, press the Windows logo key+R to open the Run dialog box.

In the Run dialog box, type mmc, and then press Enter.

To open an MMC snap-in from the Start screen

On the Start screen, type the executable file name of a snap-in.

Example: Type gpedit.msc.

When the snap-in is displayed in the Apps or Search results, click the tile.

To open an MMC snap-in from the desktop

On the desktop, press the Windows logo key+R to open the Run dialog box.

Type the executable file name of a snap-in, and then press Enter.

Example: Type gpedit.msc.

To open Event Viewer

Do one of the following.

To open Event Viewer from the Start screen, type eventvwr.msc, and then press Enter.

To open Event Viewer from the desktop, press the Windows logo key+R to open the Run dialog box, type eventvwr.msc, and then press Enter.

Alternatively, you can open a technology-specific snap-in from the Administrative Tools folder. For information about how to access the Administrative Tools folder, see Access Administrative Tools in this topic.

Keyboard shortcuts

This section provides keyboard shortcuts that are unchanged from WindowsВ 7 and Windows ServerВ 2008В R2, and a table of shortcuts that are new for the Modern user interface in Windows 8 and Windows Server 2012.

Keyboard shortcuts require certain settings and environments to work in a Remote Desktop or virtual machine session. For more information, see Use keyboard shortcuts in a Remote Desktop session and Use keyboard shortcuts in Hyper-V virtual machines in this topic.

Keyboard shortcuts that are unchanged from WindowsВ 7 or Windows ServerВ 2008В R2

WindowsВ 7 or Windows ServerВ 2008В R2 Functionality

Windows logo key

Display or hide the Start screen

Windows logo key+left arrow

Dock active window of a desktop app to left half of screen (no effect on Windows Store apps)

Windows logo key+right arrow

Dock active window of a desktop app to right half of screen (no effect on Windows Store apps)

Windows logo key+up arrow

Maximize active desktop app window (no effect on Windows Store apps)

Windows logo key+down arrow

Restore or minimize active desktop app window (no effect on Windows Store apps)

Windows logo key+Shift+up arrow

Maximize active desktop app window vertically, maintaining width (no effect on Windows Store apps)

Windows logo key+Shift+down arrow

Restore or minimize active desktop app window vertically (no effect on Windows Store apps)

Windows logo key+Shift+left arrow

Move active desktop app window to monitor on the left (no effect on Windows Store apps)

Windows logo key+Shift+right arrow

Move active desktop app window to monitor on the right (no effect on Windows Store apps)

Windows logo key+P

Display projection options

Windows logo key+Home

Minimize all non-active windows, restore on second keystroke (no effect on Windows apps)

Windows logo key+

Open or switch to the program located at the specified position on the taskbar (Example: Windows logo key+1 to open first program.)

Windows logo key+Shift+

Open a new or additional session in the program located at the specified position on the taskbar

Windows logo key+Ctrl+Shift+

Open a new or additional session of the program located at the specified position on the taskbar, running as Administrator

Windows logo key+B

Set focus in the notification area.

Windows logo key+Break

Display the System Properties dialog box.

Windows logo key+D

Show the desktop, restore on second keystroke (no effect on Windows apps)

Windows logo key+E

Open File Explorer to display the Computer page

Windows logo key+Ctrl+F

Search for computers (if you are on a network)

Windows logo key+G

Cycle through installed Windows Desktop Gadgets

Windows logo key+L

Lock your computer (if you are connected to a network domain), or switch users (if you are not connected to a network domain)

Windows logo key+M

Minimize all windows

Windows logo key+Shift+M

Restore minimized windows to the desktop (no effect on Windows apps)

Windows logo key+R

Open the Run dialog box.

Windows logo key+T

Set focus on the taskbar and cycle through programs

Windows logo key+Alt+Enter

Open Windows Media Center

Windows logo key+U

Open Ease of Access Center

Windows logo key+X

Open Windows Mobility Center

Windows logo key+F1

Open Windows Help and Support

Windows logo key+N

Creates a new note (OneNote)

Windows logo key+S

Opens screen clipper (OneNote)

Windows logo key+Q

Opens Lync (Lync)

Windows logo key+A

Accepts incoming call (Lync)

Windows logo key+X

Rejects incoming call (Lync)

Windows logo key+Minus ()

Zoom out (Magnifier)

Windows logo key+Plus (+)

Zoom in (Magnifer)

Windows logo key+Esc

Keyboard shortcuts that are new for Windows Server 2012 R2, Windows 8.1, Windows Server 2012, and Windows 8

Windows Server 2012 R2, Windows 8.1, Windows 8, or Windows Server 2012 Functionality

Windows logo key+spacebar

Switch input language and keyboard layout

Windows logo key+O

Locks device orientation

Windows logo key+Y

Temporarily displays the desktop

Windows logo key+V

Cycles through notifications

Windows logo key+Shift+V

Cycles through notifications in reverse order

Windows logo key+Enter

Windows logo key+PgUp

Moves Windows apps to the monitor on the left

Windows logo key+PgDown

Moves Windows apps to the monitor on the right

Windows logo key+Shift+period (.)

Moves the gutter to the left (snaps an application)

Windows logo key+period (.)

Moves the gutter to the right (snaps an application)

Windows logo key+C

Opens charms bar

Windows logo key+I

Opens Settings pane

Windows logo key+K

Opens Devices pane

Windows logo key+H

Opens Share pane

Windows logo key+Q

Opens Search pane

Windows logo key+W

Opens Settings Search app

Windows logo key+F

Opens File Search app

Windows logo key+Tab

Cycles through Windows apps

Windows logo key+Shift+Tab

Cycles through Windows apps in reverse order

Windows logo key+Ctrl+Tab

Cycles through Windows apps and snaps them as they are cycled

Windows logo key+Z

Use keyboard shortcuts in a Remote Desktop session

Before you connect to a Remote Desktop (also known as RDP) session, you can configure the session to accept Windows key combinations, whether the session is contained within a window, or occupies the full screen.

To apply keyboard shortcuts to a Remote Desktop session

If the Remote Desktop Connection dialog box is not already open, open it by typing mstsc on the Start screen, and then pressing Enter.

On the Remote Desktop Connection dialog box, click Show Options to display connection setting tabs.

In the Keyboard area of the Local Resources tab, select one of the following from the Apply Windows key combinations drop-down list.

To apply keyboard shortcuts to a full-screen Remote Desktop session, select Only when using the full screen.

To apply keyboard shortcuts to a Remote Desktop session that is contained within a window, select On the remote computer.

When you are finished configuring other settings for your Remote Desktop session, click Connect to connect to the session and start working, or click Save on the General tab to save your connection settings as an RDP file that you can use for future connections.

Use keyboard shortcuts in Hyper-V virtual machines

Before you start a virtual machine connection, you can apply Windows key combinations to virtual machine connections on a physical host computer by editing the Hyper-V settings for the physical computer in the Hyper-V Manager console.

The setting in this procedure is selected by default if the Hyper-V host computer is running Windows Server 2012 R2 or Windows Server 2012. If the host computer is running Windows 8.1, Windows 8, Windows Server 2008 R2, or Windows Server 2008, you must change the setting to apply Windows key combinations to virtual machine connections.

To apply keyboard shortcuts to new virtual machine connections

Open the Hyper-V Manager snap-in if it is not already open.

If you are running Remote Server Administration Tools for Windows 8.1 or Windows 8, or you are running Windows Server 2012 R2 or Windows Server 2012, open Server Manager, and then open Hyper-V Manager from the Tools menu in Server Manager.

On the Start screen, click Hyper-V Manager.

If the Hyper-V Manager tile is not on the Start screen, type all or part of the name, Hyper-V Manager until the Hyper-V Manager tile appears on the Start screen.

In the tree pane, right-click the physical host computer, and then click Hyper-V Settings.

In the User area of the navigation pane, click Keyboard to display keyboard shortcut settings.

Select Use on the virtual machine to allow new virtual machine connections to accept Windows key combinations from the physical computer. Click OK to save your changes and close the Hyper-V Settings dialog box.

This setting does not apply to virtual machine connections that are already open.

Читайте также:  Драйверы для видеокарты radeon для линукс
Оцените статью