Skip to content

ncaq/anti-idle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anti-idle

Windowsで一定時間カーソルの移動がない場合自動的にカーソルを動かして元に戻すプログラムです。

自宅でデスクトップを使っているのにラップトップ向けの理不尽なポリシーが適応された場合の防衛術と考えています。

スタートアップ時にバックグラウンドで自動起動する方法

shell:startupフォルダを開いて新規作成でショートカットを選択します。

場所を、

conhost --headless powershell.exe -NoProfile -WindowStyle Hidden -NonInteractive -File %USERPROFILE%\Desktop\anti-idle\AntiIdle.ps1

と設定します。

Desktop以下にgit cloneなりで配置していることを前提にしています。 そうじゃない場合は-Fileで指定している場所は読み替えてください。

ショートカットの名前は何でも良いですが、私はAntiIdleとしています。

About

If it determines that the system has been idle for a certain period of time, it will attempt to release it.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published