How to disable autostart of module aw-watcher-window

I’m wondering if there is a way to disable autostart of module aw-watcher-window on OS Windows 11?

Nothing happens when I use command aw-qt --help in CMD and editing the aw-qt.toml doesn’t help either (I have now reversed my edit of aw-qt.toml).

I changed the following in aw-qt/aw-qt.toml and it no longer starts :slight_smile:

[aw-qt]
#autostart_modules = [“aw-server”, “aw-watcher-afk”, “aw-watcher-window”]

to

[aw-qt]
autostart_modules = [“aw-server”, “aw-watcher-afk”]