Home  >  Article  >  Fix: White screen with cursor after logging in in Windows 11 or 10

Fix: White screen with cursor after logging in in Windows 11 or 10

PHPz
PHPzforward
2023-04-27 23:31:052777browse

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 3: Go to File>Run New Task.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 3: Go to File>Run New Task.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 10: If you don't find any Shell String value, follow the steps below to create one.

  1. Right click on the Winlogon registry key.
  2. Select New > String Value. 修复:在 Windows 11 或 10 中登录后带有光标的白屏
  3. Then, rename the newly created string value to Shell and double-click it. 修复:在 Windows 11 或 10 中登录后带有光标的白屏
  4. Enter the value explorer.exe and click OK to make changes. 修复:在 Windows 11 或 10 中登录后带有光标的白屏
  5. 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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 3: Go to File>Run New Task.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 6: In the command prompt window, type shutdown /r /o /f /t 00 and press EnterKeyExecuteit.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 7: This will reboot the system and boot to Advanced Boot Options.

Step 8: SelectTroubleshoot from the available options.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 9: Select Advanced Options as shown below.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 10: Then, click on Uninstall updates from the options as shown in the screenshot below.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

Step 11: On the Uninstall Updates page, select Uninstall Latest Quality Updates as shown below.

修复:在 Windows 11 或 10 中登录后带有光标的白屏

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!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete