mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merge pull request #1323 from CoveMiner/surface-2s-update-vjokai
Update wake-on-lan-for-surface-devices.md
This commit is contained in:
commit
23e725e5c6
@ -6,12 +6,14 @@ ms.prod: w10
|
|||||||
ms.mktglfcycl: manage
|
ms.mktglfcycl: manage
|
||||||
ms.pagetype: surface, devices
|
ms.pagetype: surface, devices
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
|
ms.localizationpriority: medium
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.date: 01/03/2018
|
ms.date: 10/10/2019
|
||||||
ms.reviewer:
|
ms.reviewer: scottmca
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
|
ms.audience: itpro
|
||||||
---
|
---
|
||||||
|
|
||||||
# Wake On LAN for Surface devices
|
# Wake On LAN for Surface devices
|
||||||
@ -41,6 +43,7 @@ The following devices are supported for WOL:
|
|||||||
* Surface Laptop 2
|
* Surface Laptop 2
|
||||||
* Surface Go
|
* Surface Go
|
||||||
* Surface Go with LTE Advanced
|
* Surface Go with LTE Advanced
|
||||||
|
* Surface Studio (see Surface Studio instructions below)
|
||||||
|
|
||||||
## WOL driver
|
## WOL driver
|
||||||
|
|
||||||
@ -57,6 +60,26 @@ To extract the contents of SurfaceWOL.msi, use the MSIExec administrative instal
|
|||||||
|
|
||||||
`msiexec /a surfacewol.msi targetdir=C:\WOL /qn`
|
`msiexec /a surfacewol.msi targetdir=C:\WOL /qn`
|
||||||
|
|
||||||
|
## Surface Studio instructions
|
||||||
|
|
||||||
|
To enable WOL on Surface Studio, you must use the following procedure
|
||||||
|
|
||||||
|
1. Create the following registry keys:
|
||||||
|
|
||||||
|
```
|
||||||
|
; Set CONNECTIVITYINSTANDBY to 1:
|
||||||
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\F15576E8-98B7-4186-B944-EAFA664402D9]
|
||||||
|
"Attributes"=dword:00000001
|
||||||
|
; Set EnforceDisconnectedStandby to 0 and AllowSystemRequiredPowerRequests to 1:
|
||||||
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
|
||||||
|
"EnforceDisconnectedStandby"=dword:00000000
|
||||||
|
"AllowSystemRequiredPowerRequests"=dword:00000001
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Run the following command
|
||||||
|
|
||||||
|
```powercfg /SETACVALUEINDEX SCHEME_BALANCED SUB_NONE CONNECTIVITYINSTANDBY 1```
|
||||||
|
|
||||||
## Using Surface WOL
|
## Using Surface WOL
|
||||||
|
|
||||||
The Surface WOL driver conforms to the WOL standard, whereby the device is woken by a special network communication known as a magic packet. The magic packet consists of 6 bytes of 255 (or FF in hexadecimal) followed by 16 repetitions of the target computer’s MAC address. You can read more about the magic packet and the WOL standard on [Wikipedia](https://wikipedia.org/wiki/Wake-on-LAN#Magic_packet).
|
The Surface WOL driver conforms to the WOL standard, whereby the device is woken by a special network communication known as a magic packet. The magic packet consists of 6 bytes of 255 (or FF in hexadecimal) followed by 16 repetitions of the target computer’s MAC address. You can read more about the magic packet and the WOL standard on [Wikipedia](https://wikipedia.org/wiki/Wake-on-LAN#Magic_packet).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user