phpjunkie420

Results 12 comments of phpjunkie420

> Got the same issue, all the settings under file explorer tab did not take effect for me. > My OS is Windows 11 22H2 22621.2283. And my EP is...

> This does not happen on 22621.1 and 22000.2416. I will have to find starting from which version this started occuring. Any updates on this?

> So... I found a fix but with a catch: it will only last for so long. I disabled the feature flag for tabs and the window positions save as...

Sorry, I'm using Windows 11 Pro and I have Python 3.11.8 installed.

I'm back to this same issue with `get_apps_by_z_order`. ```python from pyvda import get_apps_by_z_order from win32gui import GetWindowText for window in get_apps_by_z_order(): print(GetWindowText(window.hwnd)) ``` generates the exception... > Traceback (most recent...

It has something to do with the last update v0.4.1 'cause v0.4.0 works just fine.

> @peterder72 @phpjunkie420 @stdedos I have just pushed a big change. It would be great if you could run the tests on the master branch on your machines and see...

> > @mrob95 I seem to be still having the same issue with the new master, I'll try getting the exact interface UUID tomorrow > > Thanks, any information you...

I use a custom start menu on all of my computers, and a hacked taskbar to revert back to the kinda classic taskbar on windows 11 so I'm not sure...

> _Sorry for the tangent:_ @phpjunkie420, what are those widgets top-right? 🤩 [Rainmeter, desktop customization tool](https://www.rainmeter.net/) kinda like [conky](https://en.wikipedia.org/wiki/Conky_(software)) for linux. This is the skin I'm using. [Gadgets: Gadgets for...