-
Notifications
You must be signed in to change notification settings - Fork 0
Works fine on ASUS PN53, thanks to the author! #1
Description
能够正常控制风扇的转速,重要的步骤是安装旧版本的驱动程序,比如 ASUSSystemControlInterfaceV3_3.1.38.0.exe
方法:https://www.reddit.com/r/ASUS/comments/1nsny44/most_fan_control_utilities_for_asus_are_junk_so_i/
1.here’s the quick fix to get manual fan control back on your zenbook:
grab the right driver first – download ASUS System Control Interface v3.1.40.0 (or older) from the support page / mirrors (link’s in my github readme).
2.disconnect from the internet – this is important, otherwise windows will sneak the new driver back in.
3.uninstall the current driver – go into device manager > system devices > ASUS System Control Interface, right-click → uninstall (make sure to check “delete driver software” if it shows).
4.install the older driver – run the installer you downloaded in step 1.
5.block windows from auto-updating it – open cmd as admin and run this:
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1
that tells windows update to leave drivers alone.
after that, restart → reconnect internet → you’re set. zenith (or any fan control app) will now have full control again.
1.以下是快速修复Zenbook手动风扇控制功能的方法:
首先获取正确驱动程序——从支持页面/镜像站下载ASUS系统控制接口v3.1.40.0(或更早版本)
2.断开网络连接——此步骤至关重要,否则Windows会自动重新安装新版驱动。
3.卸载当前驱动程序——进入设备管理器 > 系统设备 > ASUS系统控制接口,右键点击→卸载(若出现选项请务必勾选“删除驱动程序软件”)。
4.安装旧版驱动——运行步骤1下载的安装程序。
5.阻止Windows自动更新驱动:以管理员身份打开命令提示符,执行以下命令:
REG ADD “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate” /f /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1
此命令告知Windows更新程序勿触碰驱动程序。
完成后重启系统→重新连接网络→设置即告完成。Zenith(或其他风扇控制软件)将恢复完整控制权。
