rdn changed the title to SER8: Chipset driver unable to install .

rdn
Possible:

msinfo32 stopped working

solution via CMD w/ this commands

sc config winmgmt start= disabled
net stop winmgmt
cd %windir%\system32\wbem
for /f %s in (‘dir /b *.dll’) do regsvr32 /s %s
wmiprvse /regserver
sc config winmgmt start= auto
net start winmgmt
for /f %s in (‘dir /b *.mof’) do mofcomp %s
for /f %s in (‘dir /b *.mfl’) do mofcomp %s

  • rdn replied to this.

    dltmchn Thank you for the command.
    I modified the single quotes for it to work.

    These commands:
    Image description

    All commands executed except for the last one with this output:
    C:\Windows\System32\wbem>for /f %s in (‘dir /b *.mfl’) do mofcomp %s
    File Not Found

    I still cannot run or install the chipset driver, though.

      rdn
      Elevated command prompt:
      winmgmt /verifyrepository

      1. If “WMI Repository is consistent” the message, try other thing:
        Admin Terminal and use command:
        DISM /Online /Add-Capability /CapabilityName:VBSCRIPT~~~~
        and then try again install the driver.
      2. If get something else message, run
        winmgmt /salvagerepository
        if it fails, run
        winmgmt /resetrepository
        and then try again install the driver.

      If it fails again: dunno’, man. No more ideas.
      Or one yet, the Wunderwaffe: Windows reinstall. 😉¯_(ツ)_/¯

      • #6

      Any help from the BeeLink support team? :|

        rdn Sorry to have kept you waiting.

        ①During installation, select Restore to factory settings.
        Please go to AMD website and download the auto-detect program.It will update some chipsets and video drivers automatically. It will identify and install appropriate drivers for their AMD hardware.
        The program works by scanning the user’s system to detect the installed AMD hardware components, such as graphics cards or processors. It then compares the detected hardware information with a database of AMD drivers and software versions.

        ②Installation preparation

        Disable all anti-virus software.

        Run the installer as an administrator.

        Execute before installation:
        DISM /Online /Cleanup-Image /RestoreHealth
        sfc /scannow

        • rdn replied to this.
          • #8

          support7 ①During installation, select Restore to factory settings.

          This is not possible because the installer doesn’t open up.

          support7 DISM /Online /Cleanup-Image /RestoreHealth
          sfc /scannow

          What do you mean by this?

          rdn Thank you for your efforts.Here are some potential solutions:

          ①: Roll back the driver version
          Enter the Device Manager and find the AMD chipset related devices (such as PCI controller, SATA controller).
          Right-click and select Properties > Driver > Roll back driver and follow the prompts.

          ②: Completely delete all AMD drivers
          When reinstalling the AMD driver, select restore factory settings.

          Use the AMD Cleanup Utility tool (download from the official website) to completely uninstall the residual drivers.
          Go to Control Panel > Programs and Features and manually uninstall all AMD-related programs.
          After restarting the computer, press Win+X to open the Device Manager and check if there are any AMD devices that have not been uninstalled (right-click and select “Uninstall Device” and check “Delete Driver”).

          ③: Temporarily turn off Windows Defender Firewall
          Press Win+S to search for “Firewall” and enter Windows Defender Firewall.
          Click “Enable or disable firewall” on the left and select “Disable” public and private network firewalls.
          After installing the driver, it is recommended to re-enable the firewall to ensure security.

          ④: Install the driver in compatible mode
          Right-click the downloaded AMD driver installation file and select Properties > Compatibility.
          Check “Run this program as an administrator”, click Apply and double-click to install.