询问者
如何通过注册表更改“电源选项”“高级”中的“电源按钮”选项,将选项更改为“不采取任何措施“

问题
全部回复
-
不能用组策略把设置广播到网络里的计算机吗?不用写命令行的。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
powercfg -setdcvalueindex SCHEME_BALANCED PBUTTONACTION 000
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
漏掉一个SUB_BUTTONS
powercfg -setdcvalueindex SCHEME_BALANCED SUB_BUTTONS PBUTTONACTION 000
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
2003版的不支持,找人写个调用WriteGlobalPwrPolicy的命令行程序吧
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP