Skip to content

Troubleshooting

Serge edited this page Feb 15, 2024 · 17 revisions

NOTE: This section is not related to G-Helper anyhow, but since people often come to this repository asking about general problems with their laptops I have listed the most frequent troubleshooting advice that I can give.

Hardware reset / CMOS reset

Most of Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it has hanged for some reason, etc.).

  1. Turn OFF laptop
  2. Press and hold the "power" button for 30-40 seconds
  3. Then boot normally (it will take a bit longer to boot)

Reinstalling Asus System Control Interface

This "driver" is needed for both G-Helper and Armoury to work. If it's installation is damaged by some reason, you can try to reinstall it.

  1. Open Windows Device Manager
  2. Right click on System Devices -> ASUS System Control Interface v3
  3. Click Uninstall Device and check Attempt to remove driver
  4. Download latest Asus System Control Interface from Asus website, and install normally

Resetting windows power plan to defaults

Copy and paste the command below into Windows Terminal or Powershell as Admininstrator powercfg -restoredefaultschemes​

Reinstalling GPU drivers

  • For AMD devices (including ones who use integrated graphics) you can use AMD official cleanup utility to completely uninstall existing drivers from safe mode. After that you can download and install latest official drivers from AMD website

  • For NVidia / Intel devices you can use the Display Driver Uninstaller app to completely uninstall existing drivers. After that you can download and install latest official drivers from Nvidia website

Repair corrupted system fails

Run following commands in Windows Terminal or Powershell as Admininstrator

DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Clone this wiki locally