Skip to content

koorbmeh/HideWisprFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HideWisprFlow

An AutoHotkey v2 script that automatically closes the Wispr Flow application window to the system tray on Windows startup. This is useful if you want this to happen automatically without manual intervention.

Features

  • Automatically detects and closes the Wispr Flow window on startup
  • Polls every 100ms for fast response
  • Automatically exits after 2 minutes if the window doesn't appear (in case it was already closed manually)
  • Runs silently in the background

Requirements

Installation

  1. Download or clone this repository
  2. Ensure AutoHotkey v2 is installed on your system
  3. The script file HideWisprFlow.ah2 is ready to use

Setup Instructions

Method 1: Task Scheduler (Recommended)

This method runs the script earlier in the boot process and is more reliable:

  1. Open Task Scheduler (search for it in the Start menu)
  2. Click Create Basic Task in the right panel
  3. Name: Enter "Hide Wispr Flow" (or any name you prefer)
  4. Description: (Optional) Add a description
  5. Click Next
  6. Trigger: Select "When I log on"
  7. Click Next
  8. Action: Select "Start a program"
  9. Click Next
  10. Program/script: Browse to your AutoHotkey v2 executable (typically C:\Program Files\AutoHotkey\v2\AutoHotkey64.exe)
  11. Add arguments (optional): Enter the full path to HideWisprFlow.ah2:
    "C:\path\to\HideWisprFlow.ah2"
    
    (Use quotes if the path contains spaces)
  12. Click Next, then Finish
  13. Right-click the task → Properties
  14. In the General tab:
    • Select "Run only when user is logged on"
    • Check "Run with highest privileges"
  15. Click OK

Method 2: Startup Folder (Alternative)

  1. Press Win + R to open Run dialog
  2. Type: shell:startup and press Enter
  3. Create a shortcut to HideWisprFlow.ah2 in this folder
  4. Right-click the shortcut → Properties
  5. Change the target to point to AutoHotkey v2 executable with the script as an argument:
    "C:\Program Files\AutoHotkey\v2\AutoHotkey64.exe" "C:\path\to\HideWisprFlow.ah2"
    

License

This script is provided as-is for personal use. Feel free to modify and distribute as needed.

Contributing

If you find this useful or have improvements, contributions are welcome!

About

Automatically closes Wispr Flow to the system tray at startup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors