项目作者: mdonoughe

项目描述 :
silently restart gpg-agent on Windows
高级语言: Rust
项目地址: git://github.com/mdonoughe/gpg-restart-agent.git
创建时间: 2018-07-21T16:44:41Z
项目社区:https://github.com/mdonoughe/gpg-restart-agent

开源协议:MIT License

下载


gpg-restart-agent

This is a small program that uses gpg-connect-agent to (re)start gpg-agent, but it uses the Windows subsystem and launches gpg-connect-agent with DETACHED_PROCESS set, meaning it does not flash anything on the screen when it does it.

Use install.ps1 to make it execute when you log in, when you insert a smartcard, and when the computer wakes from sleep.

To uninstall, delete the scheduled task:

  1. Get-ScheduledTask -TaskPath '\' -TaskName 'gpg-restart-agent' | Unregister-ScheduledTask