wnfun icon indicating copy to clipboard operation
wnfun copied to clipboard

How to use the .exe instead of .py

Open janmechtel opened this issue 3 years ago • 1 comments

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?

janmechtel avatar Sep 02 '20 20:09 janmechtel

I am having the same issue for setting Focus Assist on/off

Abolfazl avatar Mar 28 '23 21:03 Abolfazl