From 8d37b85e12ce28085f248d5bb59e70bfa49eb09e Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 20 Mar 2023 15:47:01 -0400 Subject: [PATCH] Update README --- CHANGELIST.md | 1 + README.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 9af34ad3..e5e51e78 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -7,6 +7,7 @@ - Add Windows 7 note to README - Update redumper to build 113 - Split MMI invocation in drive listing +- Update README ### 2.5 (2023-03-12) diff --git a/README.md b/README.md index 5a22328e..e6ee6662 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ MPF is the main, UI-centric application of the MPF suite. This program allows us ### System Requirements - Windows 8.1 (x86 or x64) or newer - - Users who wish to use MPF on Windows 7 need to disable strong name validation due to `Microsoft.Management.Infrastructure` being unsigned + - Users who wish to use MPF on Windows 7 need to disable strong name validation due to `Microsoft.Management.Infrastructure` being unsigned. Add the following registry keys (accurate at time of writing): + ``` + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\StrongName\Verification\*,31bf3856ad364e35] + [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,31bf3856ad364e35] + ``` + - Alternatively, look at this [StackOverflow question](https://stackoverflow.com/questions/403731/strong-name-validation-failed) for more information. + - .NET Framework 4.8 or .NET 6.0 Runtimes (.NET 6.0 is mostly functional due to a dependency issues but may be unstable in some situations) - As much hard drive space as the amount of discs you will be dumping (20+ GB recommended)