Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 08:33
· 37 commits to main since this release

Full Changelog: v1.0.1...v1.0.2

fix: move autostart off the Run key to a Startup-folder shortcut

  • Windows Defender's ML heuristic (Program:Script/Wacapew.A!ml) flagged the installer because it wrote HKCU...\CurrentVersion\Run for login autostart — the textbook malware persistence location. Switch both the installer and the in-app "Start with Windows" toggle to a per-user Startup-folder .lnk, the Explorer-managed mechanism that scores as benign. The toggle writes the .lnk via IShellLink (no Run-key write at runtime either).
  • Rename the --restore launch flag to --resume to drop the recovery/ransomware-flavored token; --restore is kept as a legacy alias so pre-existing autostart entries keep working.