Jump to content

zzamzam

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by zzamzam

  1. Had the same issue with KVRT 20.0.10.0 and Win 11 22H2 (22621.2428)

    I was able to fix it by deleting the kvrt drivers with windows restore cmd

    1. Run "Command Prompt" from the "Troubleshoot -> Advanced Options"
    2. Go to "Windows\System32\drivers" on the disk of your windows installation (you can list all disks with the `fsutil fsinfo drives` command and find the right one)
      fsutil fsinfo drives
      cd /D <YOUR_DRIVE>:\Windows\System32\drivers
    3. Search for *.sys files created recently (list by creation time). Must be some <random-8-characters>.sys and klupd_*.sys
      dir /OD /TC

      image.thumb.png.9e3a326e08848d53f3da63d370419648.png

    4. Remove these *.sys files
    5. Close cmd and reboot
    6. Success!
       
×
×
  • Create New...