Skip to content

Commit

Permalink
add Diagnostics -> Repair WMI page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed May 6, 2024
1 parent 681cb30 commit 88d1aa5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/diagnostics/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Diagnostics"
order: 3
---
30 changes: 30 additions & 0 deletions content/diagnostics/repair-wmi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Repair WMI
order: 1
authors:
- Aytackydln
---

AuroraRGB needs Win32_Process class in WMI to work properly.
Here you can follow the steps to fix it for Aurora and possibly other software.


1) Open a terminal (as Admin):
- In the start menu type "cmd" OR
- Right click "Start" button and choose Terminal

2) Enter following command:
> net stop winmgmt
3) Open a Windows Explorer and locate the path to `C:\Windows\System32\WBEM\` folder
and rename the **Repository** folder to something else like RepositoryOLD.

4) Restart the computer

5) Open a terminal (as Admin)

6) Enter following commands:
> net stop winmgmt \
winmgmt /resetRepository

7) Restart the computer

0 comments on commit 88d1aa5

Please sign in to comment.