Jump to content

My PC only shows command prompt when turned on

VronInfinite
Go to solution Solved by VronInfinite,

So I wake up and get to my PC when I started it only shows command prompt. Last night it worked just fine. can I get help like idk what to do.

ik I'm in windows Rn but its only the file explorer 

 

So I wake up and get to my PC when I started it only shows command prompt. Last night it worked just fine. can I get help like idk what to do.

ik I'm in windows Rn but its only the file explorer 

 

Link to comment
Share on other sites

Link to post
Share on other sites

9 minutes ago, VronInfinite said:

So I wake up and get to my PC when I started it only shows command prompt. Last night it worked just fine. can I get help like idk what to do.

ik I'm in windows Rn but its only the file explorer 

 

Repair or reinstall windows

Link to comment
Share on other sites

Link to post
Share on other sites

You can check what Shell is being used by the system. 

 

In CMD, type regedit and press enter. 

 

Locate the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell

The key should have a REG_SZ value of explorer.exe.

 

If it says cmd.exe or something else, change it to explorer.exe

 

Here's a command to change this if you want:

 

reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v Shell /t REG_SZ /d explorer.exe

 

Link to comment
Share on other sites

Link to post
Share on other sites

15 hours ago, Oshino Shinobu said:

You can check what Shell is being used by the system. 

 

In CMD, type regedit and press enter. 

 

Locate the following key:


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell

The key should have a REG_SZ value of explorer.exe.

 

If it says cmd.exe or something else, change it to explorer.exe

 

Here's a command to change this if you want:

 


reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v Shell /t REG_SZ /d explorer.exe

 

umm there is no shell there is only alternate shell

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, VronInfinite said:

umm there is no shell there is only alternate shell

Sorry, it's a value in the Winlogon key, not a key itself.

Link to comment
Share on other sites

Link to post
Share on other sites

15 hours ago, Oshino Shinobu said:

Sorry, it's a value in the Winlogon key, not a key itself.

thank you so much its fixed 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×