-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aytackydln
committed
May 6, 2024
1 parent
681cb30
commit 88d1aa5
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: "Diagnostics" | ||
order: 3 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |