Skip to content

Commit 9298e69

Browse files
author
Simonx Xu
authored
Merge pull request #1837 from LightBringer81/patch-1
Update monitor-powers-off-when-pc-locked.md
2 parents f77d55c + 3f239d1 commit 9298e69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/windows-client/shell-experience/monitor-powers-off-when-pc-locked.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ This behavior is by design in Windows. By default, when the console is locked, W
3434

3535
Using the PowerCfg.exe utility, you can configure the display timeout used when the PC is in an unlocked state as well as when it is at a locked screen. From an administrative command prompt, the following commands can be used to control the display timeout:
3636

37-
- `powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOIDLE \<time in seconds>`
37+
- `powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOIDLE <time in seconds>`
3838

39-
- `powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK \<time in seconds>`
39+
- `powercfg.exe /setacvalueindex SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK <time in seconds>`
4040

4141
- `powercfg.exe /setactive SCHEME_CURRENT`
4242

@@ -56,5 +56,5 @@ powercfg.exe -attributes SUB_VIDEO 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 -ATTRIB_
5656
To hide the option, run the following command:
5757

5858
```console
59-
powercfg.exe -attributes SUB_VIDEO 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 +ATTRIB_HIDE`
59+
powercfg.exe -attributes SUB_VIDEO 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 +ATTRIB_HIDE
6060
```

0 commit comments

Comments
 (0)