From 7d2157fb8d5989d3195083551dc8c5ce4c042714 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 27 Oct 2023 02:06:23 +0530 Subject: Grammar fixes from Lyssa --- _site/fix-wpa-registry.html | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to '_site/fix-wpa-registry.html') diff --git a/_site/fix-wpa-registry.html b/_site/fix-wpa-registry.html index 3ce6d0b..e554183 100644 --- a/_site/fix-wpa-registry.html +++ b/_site/fix-wpa-registry.html @@ -409,16 +409,16 @@ div.tocify {
In some cases, system may have corrupt WPA registry keys +
In some cases, the system may have corrupt WPA registry keys at
HKEY_LOCAL_MACHINE\SYSTEM\WPA which can cause
-sppsvc to not work and activation will fail.
sppsvc to not work and activation to fail.
The activation scripts in MAS can detect this issue and will -inform you accordingly when to run this option. We suggest to run this -only when script asks you to do it. If you are not sure if you need to -do it, you can take the help from here.
This registry key is protected by the Kernal and can not be -deleted normally. That is why we need to follow some more below steps to +
This registry key is protected by the Kernel and cannot be +deleted normally. That is why we need to follow some more steps below to clear it.
Download https://github.com/asdcorp/rearm/archive/refs/heads/principalis.zip
Extract this zip file
Copy rearm.cmd file to the root of the C drive like
-C:\rearm.cmd
Open command prompt as admin and enter the below command
+
Extract this zip file.
Copy rearm.cmd file to the root of the C drive, like
+C:\rearm.cmd.
Open the command prompt as administrator and enter the below
+command
Shutdown /f /r /o /t 0
After system restart, you will find Troubleshoot > Advanced -Option, select Command Prompt option
Now enter the below command
+
After the system restarts, select Troubleshoot > Advanced +Options > Command Prompt.
Enter the following command
C:\rearm.cmd
If it says the command is not recognized then enter
+
If it says the command is not recognized, enter
bcdedit | find "osdevice"
It will show you the OS drive letter, use that drive letter in +
It will show you the OS drive letter. Use that drive letter in
the command, for example -
E:\rearm.cmd
Wait for it to finish. When it’s finished, you will be able to -type in the command prompt, if not then wait.
Once done, exit and then normally boot into windows.
Once done, exit and then normally boot into Windows.
Let us know if it doesn’t help.