Jump to content

Hide from Task Bar


Recommended Posts

Hello, I have a exe file i made with auto-it and when it is run a small icon shows up in the system tray on the start menu, I was woundering if there was a way to stop that. I can be a little distracting when i start running a bunch of exes.

Thanks

Link to comment
Share on other sites

Put at the top of your script:

#NoTrayIcon
;rest of code goes below here...

#NoTrayIcon: This means that AutoIt will not display a icon in the system tray for as long as the script is active.

Edited by R6V2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...