sophice / ahk-hide-volume-osd

AutoHotkey script to hide the volume on-screen display in Windows when you adjust the volume.
GNU General Public License v3.0
7 stars 2 forks source link

Simple way to start on bootup #1

Closed 1000thSummer closed 1 year ago

1000thSummer commented 1 year ago

Found this charming script and like it.

There is a way to run the script automatically when windows boot up by adding a scheduled task on user log on.

The action is like

  <Actions Context="Author">
    <Exec>
      <Command>pathToAutoHotKeyFolder\AutoHotkeyU64.exe</Command>
      <Arguments>pathToGitRepo\ahk-hide-volume-osd-main\hide-volume-osd.ahk</Arguments>
    </Exec>
  </Actions>
sophice commented 1 year ago

Thanks for the feedback! Glad you like it!

I've been meaning to add this feature as I tend to always want it hidden. I'll give it a shot later tonight, along with the volume up/down PR you made!

sophice commented 1 year ago

I've just pushed a bunch of changes that fix issues with it running as a scheduled task on log in. I've also pushed an install.ahk and uninstall.ahk that create (and delete) the scheduled task for you. I've rebooted a couple times and it worked, so give it a shot. Let me know if you have any issues or suggestions to improve it further!

1000thSummer commented 1 year ago

Thanks for the updates. Your script worked just fine for me. Note that a 10 second delay for scheduled task works more stable for me.

I am now using the script by default and just uninstalled its ancestor lol.