在powershellto中有没有等价物?
powercfg -requests
列出阻止休眠的进程?
谢谢
发布于 2021-01-25 05:05:44
我找到了这个article。
您要搜索的函数应该是:
powercfg /requests
https://stackoverflow.com/questions/65875532
相似问题