mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Added indentation and content type to code block
Although, presenting registry information this way seems not as good a table or body text with character styles.
This commit is contained in:
@ -68,15 +68,15 @@ To enable WOL on Surface Studio 2, you must use the following procedure
|
|||||||
|
|
||||||
1. Create the following registry keys:
|
1. Create the following registry keys:
|
||||||
|
|
||||||
|
```console
|
||||||
|
; 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
|
||||||
```
|
```
|
||||||
; 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
|
2. Run the following command
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user