Fix: White screen with cursor after logging in in Windows 11 or 10
Many Windows users complained that the problem they faced after logging into the Windows 11 system was that there was only a white screen with a cursor. Even after forcing the system to shut down and restart, there was nothing they could do.
Possible causes of this issue are collected and listed below.
- Windows is not updated
- A recent update may be the cause
- Changes in the registry file
We have developed a series Solution that allows you to log into your system without any problems. If you're experiencing the same issue, see this post for instructions on how to fix a white cursor screen after logging into Windows 11.
Fix 1: Launch Explorer using Task Manager
When any user starts a Windows system, it results in a login screen to enter login credentials. After successfully logging in, open the Explorer program on your system, which is just a window screen with a desktop, taskbar, etc.
When any user notices this white screen with a cursor after successfully logging in, it indicates a problem with the Explorer program on the system. Using Task Manager, we can manually start Explorer by creating a new task.
Let’s see how to do it using some simple steps below.
Step 1: Press the CTRL SHIFT ESC keys simultaneously on your keyboard to open the Task Manager on your system.
Step 2: Then, if it opens in compact view, click More Details at the bottom of the Task Manager window.
Step 3: Go to File>Run New Task.
Step 4: In the Create New Task window, enter explorer.exe in the Open field and select Create this task with administrative privileges checkbox as shown in the screenshot below.
Step 5: Once completed, click OK to start the Resource Manager on the system ,There is no problem.
Now check if the window starts normally without any white screen and cursor.
Hope this solves the problem.
Fix 2: Edit the registry file using Registry Editor
These types of issues occur when any changes are made to the registry file on a Windows system. There is something called Shell String value which has program name and is triggered after windows login. If you edit this string value, it will cause this problem.
We will show you how to use Registry Editor to modify the registry file to resolve this issue.
NOTE: Before proceeding, make sure the registry file is exported to your system so that you can always restore it later if something goes wrong while editing, which may get corrupted system.
Step 1: Press the CTRL SHIFT ESC keys simultaneously on your keyboard to open the Task Manager on your system.
Step 2: Then, if it opens in compact view, click More Details at the bottom of the Task Manager window.
Step 3: Go to File>Run New Task.
Step 4: Type regedit in the Create New Task window and make sure "Create this task with administrative privileges" is checked Checkbox.
Step 5: Click "OK" to open the Registry Editor.
Step 6: In the Registry Editor window, copy and paste the path given below in the clear and empty address bar and press Enter key to reach the Winlogon registry key.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Step 7: Once completed, click the Winlogon registry key once on the left side of the Registry Editor.
Step 8: On the right side of the window, double-click the Shell string value to open its properties window.
Step 9: In the Shell Properties window, make sure the value is explorer.exe. If there is no value, enter the value as explorer.exe.
Step 10: If you don't find any Shell String value, follow the steps below to create one.
- Right click on the Winlogon registry key.
- Select New > String Value.
- Then, rename the newly created string value to Shell and double-click it.
- Enter the value explorer.exe and click OK to make changes.
- That's it.
Step 11: Close the Registry Editor window and restart the system once.
Now check if the problem still exists.
Hope this resolves the issue.
Fix 3: Uninstall recent Windows updates
If you have issues after recently installing Windows updates on your system, this may be the cause of your issue. Therefore, users can try to uninstall recent Windows updates and check if this is actually causing the problem.
We recommend users to uninstall the latest Windows updates installed on their systems. Then, restart the system to see if the problem is solved and you can log in to the system normally.
Step 1: Press the CTRL SHIFT ESC keys simultaneously on your keyboard to open the Task Manager on your system.
Step 2: Then, if it opens in compact view, click More Details at the bottom of the Task Manager window.
Step 3: Go to File>Run New Task.
Step 4: Type cmd in the Create New Task window and select the Create this task with administrative privileges checkbox .
Step 5: Then, click OKOpen the Command Prompt as an administrator.
Step 6: In the command prompt window, type shutdown /r /o /f /t 00 and press EnterKeyExecuteit.
Step 7: This will reboot the system and boot to Advanced Boot Options.
Step 8: SelectTroubleshoot from the available options.
Step 9: Select Advanced Options as shown below.
Step 10: Then, click on Uninstall updates from the options as shown in the screenshot below.
Step 11: On the Uninstall Updates page, select Uninstall Latest Quality Updates as shown below.
Step 12: This will restart the Windows system.
Now check whether you can log in to the windows system normally.
The above is the detailed content of Fix: White screen with cursor after logging in in Windows 11 or 10. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version
Useful JavaScript development tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.