Jump to content

I was doing a bunch of drive letter swapping to install a new hard drive and now command line will not run. I have not changed the drive letter of the windows drive. When I try run open cmd it spits out this error, after a bit a second window pops up. I have already tried running in safe mode with command line and still does not open. Iv swapped back the drives and unplugged the new one but no change

cr00UU0.png  PhvbpFP.png

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/
Share on other sites

Link to post
Share on other sites

Sources online tell me you need to run this:


for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1

Not sure how though. Maybe make a batch file?

Current Build

Successful Builds

Spoiler
Spoiler

 

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167190
Share on other sites

Link to post
Share on other sites

While you can attempt to find a ConhostV2.dll somewhere online, I wouldn't do it for a system level DLL. I would say try running powershell, but that might have the same effect.

 

At this point, I would do a Refresh on Windows 10. It'll wipe your apps and settings, but keeps your files and will functionally do a re-install: https://www.tenforums.com/tutorials/4090-refresh-windows-10-a.html

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167201
Share on other sites

Link to post
Share on other sites

Have you tried getting to the command prompt from the advanced startup?

Current Build

Successful Builds

Spoiler
Spoiler

 

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167205
Share on other sites

Link to post
Share on other sites

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167208
Share on other sites

Link to post
Share on other sites

Just now, M.Yurizaki said:

While you can attempt to find a ConhostV2.dll somewhere online, I wouldn't do it for a system level DLL. I would say try running powershell, but that might have the same effect.

 

At this point, I would do a Refresh on Windows 10. It'll wipe your apps and settings, but keeps your files and will functionally do a re-install: https://www.tenforums.com/tutorials/4090-refresh-windows-10-a.html

Im going to stay  be hopeful before I reinstall windows. 

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167210
Share on other sites

Link to post
Share on other sites

Just now, tp95112 said:

Advanced startup?

https://rivernetcomputers.com/5-ways-windows-10-boot-options-menu/

Current Build

Successful Builds

Spoiler
Spoiler

 

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167243
Share on other sites

Link to post
Share on other sites

Just now, tp95112 said:

So safe mode?

No, you can access a separate command prompt from the advance setup menu. I believe it's under Troubleshoot

Current Build

Successful Builds

Spoiler
Spoiler

 

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167252
Share on other sites

Link to post
Share on other sites

1 minute ago, tp95112 said:

It runs and tried to do a sfc /scannow for maybe corrupt windows files but failed after verifications

you need to run this:


for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
	

Current Build

Successful Builds

Spoiler
Spoiler

 

Link to comment
https://linustechtips.com/topic/809795-win10-cmd-wont-run/#findComment-10167314
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

×