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

[BREAKING CHANGE] WMIC utility removed from Windows 11 Build 22483 and up #232

Closed
Xanax-C-137 opened this issue Jan 12, 2022 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@Xanax-C-137
Copy link
Contributor

Describe the bug
So basically Microsoft has removed WMIC from Windows and now the installer is not working at all.

To Reproduce
Steps to reproduce the behavior:

  1. Get latest Windows 11 Dev Build
  2. Try to install BetterDiscord
  3. ❌ Command 'WMIC path win32_process get Name,Processid,ParentProcessId,Commandline,ExecutablePath' terminated with code: 1

Expected behavior
Installer should install BetterDiscord just fine.

Screenshots

System Information:

  • OS: Windows 11 Insider Dev Channel 64-Bit (10.0.22526)
  • Discord Version: Canary 110652 (338aeb6) Host 1.0.43

Additional context
I would recommend switching to PowerShell asap. You can list all needed commands using

Get-Command -Noun WMI*
@Xanax-C-137 Xanax-C-137 added the bug Something isn't working label Jan 12, 2022
Tropix126 added a commit that referenced this issue Feb 23, 2022
Upgraded find-process to 1.4.7 (fixes #232)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant