1

I tried unistalling miniconda from windows through add or remove programs, and while uninstalling i got this pop uperror and uninstalled miniconda.

But after that, I couldn't access command prompt on Windows. And in VS Code terminal getting the error :

The terminal process "C:\WINDOWS\System32\cmd.exe" terminated with exit code: 1.

Methods i have tried so far: Scan C drive for error , system restore to last state, sfc scannow in powershell

I reinstalled miniconda but can't open miniconda prompt too, and conda is not running from powershell too. I already add conda to path variable. I am not getting any error in powershell while running conda info -e , conda , conda activate but it's not working either.

1 Answer 1

4

Try running this command on your PowerShell CLI:

C:\Windows\System32\reg.exe DELETE "HKCU\Software\Microsoft\Command Processor" /v AutoRun /f
Sign up to request clarification or add additional context in comments.

1 Comment

That worked for me! After I installed miniconda, Command Prompt exited once I opened it. This helped to bring it back.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.