-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
I applied the patch from this repo and it modified several Windows registry keys. Is there a supported way to restore the registry entries that the patch changed? If so, could you please describe the recommended restoration method(s) and any commands or files I can use?
Specifically, please include:
Whether the patch creates a backup or snapshot of the registry automatically (and where it’s stored).
Step-by-step restore instructions for Windows 10 / Windows 11 (PowerShell / reg.exe / .reg import / System Restore — include exact commands).
Example .reg file or reg export/reg import commands I can run to revert the changes safely.
Any required privileges, reboot steps, and known caveats or risks (e.g., services to stop before restore).
If there’s no built-in rollback, guidance on how to detect which keys were changed by the patch so I can manually revert them.
Thanks — any short, copy-pastable commands or sample .reg snippets would be especially helpful.