web-dev-qa-db-ja.com

/ proc / acpi / ibm / lightに相当するWindows

Lenovo Thinkpad-T500のLEDをプログラムで点滅させたいです。 Linuxでできるのは

echo "on" > /proc/acpi/ibm/light

これに代わる同様に単純なウィンドウはありますか?私はどんな提案にも本当に感謝します。

ありがとう。

4
0fnt

Arkadiusz Wahlig's コマンドライン ThinkLight.exeCソースコード )は、LenovoドライバーがWindows XP/Vista/7である限りそれを実行しますインストール済み、Pythonは必要ありません。

Usage: ThinkLight.exe <command> [args]
Commands:
  on - turns the ThinkLight ON
  off - turns the ThinkLight OFF
  toggle - toggles the current ThinkLight state
  blink <count> [speed]
    - blinks the ThinkLight <count> number of times,
    - blinks the ThinkLight [speed] times per second, defaults to 3

参照:a forum.thinkpads.com post

2
notpeter

いいえ。Windowsはこれをユーザーに公開しないため、ACPI呼び出しを実行するプログラムを作成する必要があります。

したがって、この質問はStackOverflowに適しています。

0
Dan McGrath

はい、そもそもStackOverflowで質問するべきだったと思います。スタックオーバーフローアカウントとスーパーユーザーアカウントがリンクされていないため、今は移動できないと思います。リンクしたら移動します。私はStackOverflowのuser247077です。一方、これは http://www.thinkwiki.org/wiki/Python_script_for_Windows_to_control_ThinkPad_features 問題の解決に取り掛かるアイデアを与える必要があります。

0
0fnt