Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个实用程序,允许系统使用暂停到 RAM 功能,并且还能够在特定时间唤醒。
这可能吗?我该怎么做?
代码片段会很好看。
谢谢
第一步是使用 win32/wmi 设置系统在特定时间唤醒。
第二步是以编程方式使机器休眠。
谷歌是你的朋友;c# 唤醒休眠系统 ;-)