pmdevsample.reg
来自「此代码为WCE5.0下电源管理的源代码」· REG 代码 · 共 20 行
REG
20 行
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
; Add these entries to your registry to enable the sample device
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PMDevSample]
"Prefix"="PDX"
"Dll"="pmdevsample.dll"
"Order"=dword:1
"IClass"="{A32942B7-920C-486b-B0E6-92A702A99B35}"
; "InactivityTimeout"=dword:ffffffff ; in ms, disabled if set to INFINITE
; "MaxActivityTimeout"=dword:ffffffff ; in ms, disabled if set to INFINITE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?