C# - 如何挂起到 RAM 并唤醒

发布于 2024-08-20 17:15:19 字数 99 浏览 4 评论 0原文

我想制作一个实用程序,允许系统使用挂起到 RAM 功能,并且还能够在特定时间唤醒。

这可能吗?我该怎么做?

代码片段非常值得一看。

谢谢

I want to make a utility that will allow the system to use the Suspend to RAM feature and also have the ability to wakeup at a certain time.

Is this possible and how can I do this?

Code snippets would be great to look at.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

要走就滚别墨迹 2024-08-27 17:15:19

第一步使用win32/wmi设置系统唤醒 在特定时间。

第二步是以编程方式休眠机器。

谷歌是你的朋友; C# 唤醒休眠系统;-)

First step is to use win32/wmi to set the system to wake up at a specific time.

Second step is to programmatically Hibernate the machine.

google is your friend; c# wake hibernated system ;-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文