Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working in windows 11 #49

Open
AlizerUncaged opened this issue Jul 1, 2023 · 16 comments
Open

not working in windows 11 #49

AlizerUncaged opened this issue Jul 1, 2023 · 16 comments

Comments

@AlizerUncaged
Copy link

nothing shows up in windows 11 after install
image

@leandrosa81
Copy link
Owner

Did you reinstall the taskbar-monitor app? The Windows 11 executable is different, and the detection is made upon install.

@AlizerUncaged
Copy link
Author

AlizerUncaged commented Jul 1, 2023

yes I did and no overlays in the taskbar, also I run on 4 monitors
image

@AlizerUncaged
Copy link
Author

AlizerUncaged commented Jul 2, 2023

alright so I did some changes in the code and looks like it gets moved to the back of the Taskbar as well as the Taskbar blur is getting applied to it, probably because of the changes of the new Windows 11 update?

@sengiv
Copy link

sengiv commented Jul 6, 2023

@AlizerUncaged did you get it working?

@AlizerUncaged
Copy link
Author

@AlizerUncaged did you get it working?

not the taskbar monitor but i implemented my own taskbar widget for my company, i can show you the code if you're interested

@sengiv
Copy link

sengiv commented Jul 17, 2023

@AlizerUncaged I was hoping you got "taskbar-monitor" working for Windows 11
Does your widget for your company show CPU or RAM use percentage?
Please share the code, maybe it can be used to fix "taskbar-monitor" in Windows 11

@ncaq
Copy link

ncaq commented Aug 28, 2023

I also tried a new Windows 11 install, but the taskbar widget did not work.

@bolokhej
Copy link

It worked on win10, but on 11 only icon.
Taskbar fail

@DanielChrome
Copy link

Any update?

@veselaci
Copy link

I installed in Win11 ExplorerPatcher (https://github.com/valinet, https://valinet.ro/) and reconfigured the appearance on W10. Then I installed taskbar-monitor. So far functional and OK.

@xX-MrN0b0dy-Xx
Copy link

I confirm that on Windows 11 Pro 23H2 only an icon is shown in taskbar and nothing else... When you are in the settings the preview works like a charm but it doesn't work in the taskbar

@iggySeawolf
Copy link

iggySeawolf commented Mar 18, 2024

The widget is also not displaying normally on my Windows 11 laptop. However, the widget is actually displaying - I found it when switching over virtual desktops using touchpad swipe gesture. It only exists when moving between virtual desktops, weird.
image

@akintelligentmedia
Copy link

In my case there was an error while running the application for the first time:

Date: 9/4/2024
Time: 10:06:20

Exception:
 Category does not exist.
Source:
 System
Target site:
 CounterExists
Stack trace:
    at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
   at TaskbarMonitor.Counters.CounterCPU.Initialize()
   at TaskbarMonitor.Monitor.UpdateOptions(Options opt)
   at TaskbarMonitor.Monitor..ctor(Options opt)
   at TaskbarMonitorWindows11.Program.Main()```

No icon appear on the taskbar!

Run as normal user who is local administrator and as administrator as well but both of them gave the error above.

@vrykolas654
Copy link

I was able to get it working on Windows11 with multi-monitor. I had to set the following in TaskbarMonitor by setting "Enable taskbar-monitor on all taskbars":
I also had to disable the Windows settings for: Personalization > Taskbar > Taskbar behaviors:
taskbar-monitor setings
Taskbar settings

@bolokhej
Copy link

Version 0.4.2 resolved my problem and it works fine on win11. Thanks.

@seniru-dilmith
Copy link

I installed in Win11 ExplorerPatcher (https://github.com/valinet, https://valinet.ro/) and reconfigured the appearance on W10. Then I installed taskbar-monitor. So far functional and OK.

This didn't helped me in this matter. But this is a cool feature. This is more customizable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests