Replies: 2 comments 2 replies
-
You say the code to restart Explorer is clunky and takes a long time? You are talking about these two lines in a batch file?: taskkill /f /im explorer.exe But otherwise, I don't know enough about it either to make it change without restarting Explorer. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The setting for whether the taskbar autohides or not was always applied right away in windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create an AutoHotKey script that will hide the taskbar when I am using Adobe apps, and show the taskbar for everything else.
If I use this kind of AHK script, I can make this happen:
The problem is that the code that restarts the Explorer process is really clunky, takes a long time to finish, and messes up a few system tray icons (they disappear).
I've noticed that if I change the setting in the EP Properties panel:

the setting changes instantly without a restart of explorer...
I have searched through the repository with GrepWin and found some files that I think are involved:
settings10.reg
settings.reg
GUI.c
dllmain.c
But I am not a programmer at this level. Does anyone know if there is a command that could be run that would replicate EP's behaviour with this particular setting? A command that I can put in my AHK script?
Beta Was this translation helpful? Give feedback.
All reactions