How to set up a Let's Encrypt SSL Cert for Azure Web App with Linux in 5 steps
Have you ever wondered how you take a free Let’s Encrypt Certificate and use it with an …
Over the past few months I have seen an overwhelming increase to malicious software infection – including on Windows 7 machines. One of the more common errors now-a-days seems to be that when you attempt the removal of the malicious software you get what is now affectionately known as the “Windows Log On / Log Off Loop.”
In the past I have used various applications to provide a fix to this issue however it was always very time consuming and tedious. This solution works with Windows XP, Windows Vista and Windows 7 and is a simple registry modification that takes merely minutes.
The steps are as follows:
Boot into Mini Windows XP from either Hiren’s or Bart PE.
Run regedit.exe
Select HKEY_Users
Go to File, and select “Load Hive”
Navigate to the Windows installation folder (commonly, C:WindowsSystem32Config 6. Select “Software” and click, “Open”
Type a name for the hive (I.E. Repair Hive) 8. The software hive of the user in question will load under the title you assigned it
Finally, navigate to the following location:
HKEY_USERS RepairHive Microsoft Windows NT CurrentVersion Winlogon
Double click Userinit
to change its key to the following:
C:WindowsSystem32Userinit.exe,
NOTE: You MUST, MUST, MUST include the comma. That is NOT NOT NOT a typo!
After entering this string, you MUST MUST MUST unload the Hive. Select the hive itself (for example if you labeled it “repair hive” select “repair hive”) and from the File menu choose “Unload Hive”
Restart the computer manually, Windows should be able to successfully log in now and you can proceed with rest of your removal / repair.
J