【無用知識】解鎖usb3的電源管理

win一直都有usb3的電源管理方案,只是默認隱藏了,實際沒必要解鎖,也不建議解鎖。
這里放出只是記錄下來。另外,wtg掉盤跟這個選項無關(guān),禁了節(jié)能還是會掉盤的。


解鎖方法:
win+r運行regedit,打開到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\2a737441-1930-4402-8d77-b2bebba308a3\d4e98f31-5ffe-4ce1-be31-1b38b384c009
把Attributes的值改成2即可【默認是1】

想撤銷就把值改回1

一鍵添加:
新建文本,粘貼內(nèi)容,保存,改后綴為reg,雙擊添加即可?!?span id="s0sssss00s" class="color-pink-03">撤銷方法看上面】
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\2a737441-1930-4402-8d77-b2bebba308a3\d4e98f31-5ffe-4ce1-be31-1b38b384c009]
"Attributes"=dword:00000002

微軟文檔:
《USB 3.0 LPM 機制》
https://learn.microsoft.com/zh-cn/windows-hardware/drivers/usbcon/usb-3-0-lpm-mechanism-
《U1 或 U2 實現(xiàn)的常見硬件問題》
https://learn.microsoft.com/zh-cn/windows-hardware/drivers/usbcon/common-hardware-problems-with-u1-or-u2-implementation
《U1 和 U2 轉(zhuǎn)換》
https://learn.microsoft.com/zh-cn/windows-hardware/drivers/usbcon/u1-and-u2-transitions

沒什么用,而且保持默認,不解鎖會更好。