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.
いくつかの時間間隔で自動的に起動するようにコンピューターをプログラムしたい。インターネットで調べたところ、マザーボードのRTCアラームを使用してこれを行うことができます。BIOSにRTCアラームセクションがないラップトップでこれを実行したいと思います。
マザーボードのRTC目覚まし時計をプログラミングするためのC#のAPIはありますか?
Windows APICreateWaitableTimerは、マシンをウェイクアップできます。WindowsはACPIを使用して、この要求をBIOSに伝達します。BIOSはリアルタイムクロックを設定します。
CreateWaitableTimer
詳細はこちら: