04-20-2024 08:17 AM - edited 04-20-2024 08:19 AM
So this problem has returned, the refresh rate service wont start, and as a result the Panel Overdrive Function in the Armoury Crate is a fidget button, in other words it doesnt do anything.
This is the error in event viewer when we try to start the service manually:
Service cannot be started. System.ArgumentNullException: Value cannot be null.
Parameter name: name
at Microsoft.Win32.RegistryKey.ValidateKeyName(String name)
at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
at Microsoft.Win32.RegistryKey.OpenSubKey(String name)
at MonitorRefreshRateService.MonitorRefreshRateService.GetRefreshRate()
at MonitorRefreshRateService.MonitorRefreshRateService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
ASUS PLEASE FIX YOUR SOFTWARE, i know it might have something to do with windows 11 itself, but its high time you adapt your software to the OS, and fix things up.
btw, my current device is zephyrus g15 (2021)
04-23-2024 04:55 AM - edited 04-23-2024 04:59 AM
so i have found a temporary solution, you can use it until asus comes up with an official one, this will fix the overshoot or inverse ghosting that you have on your display
so here are the steps you need to follow:
1. create a batch file with this content in it:
@Echo off
powershell -Command "$asusWmi = get-WmiObject -class AsusAtkWmi_WMNB -Namespace root\WMI -Impersonation Impersonate; $asusWmi.DEVS(0x00050019, 0)"
save it, than run as administrator
2. you can also schedule a task to run it every time on startup, cause the changes do reset on every startup
ps- remember to toggle on the run with highest previlages
WARNING: RUN AT YOUR OWN RISK!
04-30-2024 05:16 AM
Wow, you should be the engineer of asus, because I can't turn off this option, which makes me sick to play snow map. After using your bat, I turned off od.
05-21-2024 11:36 PM