https://github.com/ncaq/anti-idle
If it determines that the system has been idle for a certain period of time, it will attempt to release it.
https://github.com/ncaq/anti-idle
powershell remote-work windows
Last synced: 7 months ago
JSON representation
If it determines that the system has been idle for a certain period of time, it will attempt to release it.
- Host: GitHub
- URL: https://github.com/ncaq/anti-idle
- Owner: ncaq
- License: mit
- Created: 2023-10-02T14:02:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T06:00:00.000Z (about 2 years ago)
- Last Synced: 2025-02-10T13:12:06.544Z (8 months ago)
- Topics: powershell, remote-work, windows
- Language: PowerShell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`としています。