-
Notifications
You must be signed in to change notification settings - Fork 603
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
Windows 11 24H2 gui closing and wmic deprecation #6162
Comments
this isnt easy and will be a big job! in the mean time you can still enable the wmic again! |
Cross Link here for it affecting TacticalRMM use of Meshcentral |
we have started to sort this out! Ylianst/MeshAgent#254 (comment) |
i have an updated agent for people to test if they want!
edit: you can also them download a new meshagent from the 'addagent' tab and it should work on 24h2 machines for install/run |
Hello @si458 , I am very happy that MeshCentral is still being worked on so intensively, that new functions are constantly being added and that core functions are also being updated here in particular 😊 A quick question: Best regards |
For temporarily workaround installation problem for 24h2, new downloaded agent could check if wmic is installed, and if it is not, execute the command: DISM /Online /Add-Capability /CapabilityName:WMIC~~~~ |
@Juraszka we have already removed the requirement for wmic in a new agent version, |
@si458 @Ylianst |
Any timeline when the new test agents will become default? |
just updating this issue for people, the new test_agents are included in the meshcentral release,
you can also them download the new meshagent from the 'addagent' tab after you do the steps above EDIT: @sammyke007 will speak to @Ylianst and see when he thinks its OK to move the agents to being the default 👍 |
Tnx @si458. I'm running the dockered version of MeshCentral. Inside the container
Are these the correct ones? |
Yes that's the correct ones, and u move those files one level up as it where |
Correct, otherwise I'll lose the changes 😅 |
I note various mesh agent functions depend on wmic.exe.
Microsoft deprecated wmic.exe some time ago and won't enable it by default on Windows 11 24H2, so now seems like an opportune time to remove this dependency.
https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242
EDIT FROM @si458:
when running the meshagent on windows 11 24h2+ (or server 2025+) the GUI WONT RUN!
the fix is simply install WMIC add on (Settings App -> System -> Optional Features -> Add an optional feature)
then install meshagent
OR
try the new test agents, by copying them
from
node_modules/meshcentral/agents/test_agents/*
to
node_modules/meshcentral/agents/*
then restarting meshcentral,
then redownloading the meshagents
OR
install from the command line
meshagent64-mygroup.exe -fullinstall
The text was updated successfully, but these errors were encountered: