https://stackoverflow.com/questions/55477041/toggling-focus-assist-mode-in-win-10-programmatically
I successfully followed these instructions to run:
python WnfDump.py -w WNF_SHEL_QUIET_MOMENT_SHELL_MODE_CHANGED 1
Which works great.
However when I attempt to do this:
.\wnfdump.exe -w WNF_SHEL_QUIET_MOMENT_SHELL_MODE_CHANGED 1
Name: WNF_SHEL_QUIET_MOMENT_SHELL_MODE_CHANGED
Opt value 3 1
It's not working.
How can i use the .exe
Are the .exe a cython compilation of the .py script?
https://stackoverflow.com/questions/55477041/toggling-focus-assist-mode-in-win-10-programmatically
I successfully followed these instructions to run:
python WnfDump.py -w WNF_SHEL_QUIET_MOMENT_SHELL_MODE_CHANGED 1Which works great.
However when I attempt to do this:
.\wnfdump.exe -w WNF_SHEL_QUIET_MOMENT_SHELL_MODE_CHANGED 1It's not working.
How can i use the .exe
Are the .exe a cython compilation of the .py script?