The system displays the command prompt only after powering up.
The system displays the command prompt only after powering up.
Verify the shell in use by running CMD and typing regedit. Find the key at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon. It should show a REG_SZ value of explorer.exe. If it displays cmd.exe or another name, update it to explorer.exe. To modify it, use the command: reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v Shell /t REG_SZ /d explorer.exe