rwilliams · GitHub

  • Your Windows build number:
    19041.1 - Slow Ring

  • What you're doing and what's happening: Attempting to run Ryzen Master with WSL2 enabled
    image

  • What's wrong / what should be happening instead:
    This is the expected behavior since updates to Ryzen Master now require VBS off.

  • Workarounds

  1. I've found the DG Readiness Tool via reddit which allows disabling VBS but it doesn't persist through reboots. Would it be possible to disable VBS persistently?
  2. Is uninstalling and re-installing Virtual Machine Platform as needed better work around? I did notice my existing distro wouldn't boot after re-installing Virtual Machine Platform until I loaded another distro from the Windows Store. wsl --shutdown also just hangs. It seems like installing a new distro re-initializes tome things broken from adding and removing Virtual Machine Platform. *It might just take a 2nd reboot.
  • Real Life Security Implications
    What are the security implications of disabling VBS?

  • Background
    Ryzen Master is probably the best tool for managing Ryzen CPU performance. Because of its VBS disabled requirement it becomes useless for anyone using Hyper-v, Docker, WSL, Virtual Machine Platform, etc.

Dyanamic Ryzen Master Patcher
https://github.com/milesburchell/RyzenMasterVBSFix thanks Miles Burchell (@milesburchell)

Current Offsets
With the offset you change 0F 84 to 90 E9

Build 2.2.0.1543
3000 Series

  • 3900x/3950x - 0x0163E7

2000 Series

1000 Series

Build 2.1.1.1472
3000 Series

  • 3900x/3950x - 0x0158C7
  • 3800x/3700x(?) - 0x158C0

2000 Series

  • 0x0125E9

1000 Series

  • 1200/1900X - 0x000C5A2.

Read the original on github.com ↗