Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Software Troubleshooting
Windows 10 login loop
Message
<blockquote data-quote="Althrin" data-source="post: 730650" data-attributes="member: 71942"><p>Posted this on another site, but here is the fix:</p><p></p><p>I have fixed the lock screen loop by the following procedure:</p><p> </p><p>1. Hold <Shift> key and click restart on lock screen.</p><p>2. Navigate to Troubleshoot -> Advanced Options -> Startup Settings -> Restart</p><p>3. Choose option 5 with the <5> key.</p><p>4. Right click the Windows button and choose Powershell (Admin)</p><p>5. Run "cmd"</p><p>5a. "sfc /scannow"</p><p>5b. "dism.exe /online /cleanup-image /scanhealth"</p><p>5c. "dism.exe /online /cleanup-image /restorehealth"</p><p> </p><p>Note: If you have not done any theme customization, skip to Step 7.</p><p> </p><p>(This requires you to delete all of your theme settings if you have anything custom)</p><p>6. Right click the Windows button and choose Powershell (Admin)</p><p>6a. "cd C:\Windows\Resources\Themes\"</p><p>6b. "ls" (This shows you what is here)</p><p>6c. Find the theme that your computer is using, or look at all files with ".theme"</p><p>6d. Move all those files that are not except "aero.theme" as follows:</p><p>"mv <name>.theme <name>.bad" (The extenstion doesnt matter, just make them the same, usually folders anyway.)</p><p>6e. Replace those names with aero as follows:</p><p>"cp aero.theme <name>.theme" (Do this for every other theme you moved, exactly as the names were)</p><p>6f. Remove all of the custom themes that might have caused an issue as follows:</p><p>"rm .\*.bad" (or whatever suffix you gave them all)</p><p> </p><p>7. Right click the Windows Button and go to -> Shut down or sign out -> Restart</p><p>8. When your PC restarts, it should come to the same lock screen that it was stuck on but now logging in works as intended.</p><p> </p><p>9. Be Relieved.</p></blockquote><p></p>
[QUOTE="Althrin, post: 730650, member: 71942"] Posted this on another site, but here is the fix: I have fixed the lock screen loop by the following procedure: 1. Hold <Shift> key and click restart on lock screen. 2. Navigate to Troubleshoot -> Advanced Options -> Startup Settings -> Restart 3. Choose option 5 with the <5> key. 4. Right click the Windows button and choose Powershell (Admin) 5. Run "cmd" 5a. "sfc /scannow" 5b. "dism.exe /online /cleanup-image /scanhealth" 5c. "dism.exe /online /cleanup-image /restorehealth" Note: If you have not done any theme customization, skip to Step 7. (This requires you to delete all of your theme settings if you have anything custom) 6. Right click the Windows button and choose Powershell (Admin) 6a. "cd C:\Windows\Resources\Themes\" 6b. "ls" (This shows you what is here) 6c. Find the theme that your computer is using, or look at all files with ".theme" 6d. Move all those files that are not except "aero.theme" as follows: "mv <name>.theme <name>.bad" (The extenstion doesnt matter, just make them the same, usually folders anyway.) 6e. Replace those names with aero as follows: "cp aero.theme <name>.theme" (Do this for every other theme you moved, exactly as the names were) 6f. Remove all of the custom themes that might have caused an issue as follows: "rm .\*.bad" (or whatever suffix you gave them all) 7. Right click the Windows Button and go to -> Shut down or sign out -> Restart 8. When your PC restarts, it should come to the same lock screen that it was stuck on but now logging in works as intended. 9. Be Relieved. [/QUOTE]
Insert quotes…
Verification
Post reply
Top