Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to disable autostart
#1
Hello everyone,

i have 2 questions about handling the program:

- Where can i turn on/off that the program is automatically started with windows? Coudn't find anything in Autostartfolder or a Task.
- I would like to activate/deactivate several macros at the same time. I only know that with alt+ctrl+shift+D i can deactivate all. Isn't there a way to somehow mark several macros (ideally with mouse) and then deactivate them, not all? Or some cool shortcut?

greetings!

P.S. Program looks really fantastic and well thought out.
#2
Options -> General -> Run at startup.

Macro Macro2519
Code:
Copy      Help
dis+ "macro name" ;;disable
dis- "macro name" ;;enable
dis "macro name" ;;toggle
dis+ "folder name" 1 ;;disable folder, ie all macros in it
#3
Thanks for the very informative answer. I stumbled upon Filterfunctions and must say this is such an awesome feature, that i don't really have the need for a macro to disable folders anymore - but good to know!

Greetings


Forum Jump:


Users browsing this thread: 1 Guest(s)