Command Prompt and PowerShell crashing windows 11 - windows

Does anyone know a fix for the crashing issue for windows 11? I’ve tried reinstalling, uninstalling PowerShell, updating windows 11, I’ve tried sfc /scannow, Updating environment variables crashing 30s after opening. Crashing in Vscode as well. Both command prompt and PowerShell.
#sync Does this help? screenshot
screen2
vscode powershell
vscode cmd

Related

Can't open Jupyter Notebook from Mac OS terminal

I've been having some issues trying to open a Jupyter Notebook from the terminal on my Mac - it just gives me killed: 9. Could there something interfering with Jupyter? If so, how can I find out/fix it?
I tried restarting my computer and reopening the terminal - this didn't work.
Some more info would be helpful. What command do you run to start Jupyter? What output in the terminal do you get?
An alternative to running/installing Jupyter from the terminal would be to use a desktop "click and run" Jupyter app.
For mac, Callisto would be a great option. It's currently in beta so you can try it out for free.

Unistalling and re-installing anaconda while anaconda environment was open - can't open cmd anymore

I uninstalled and re-installed Anaconda on my Windows 64-bit while I had an Anaconda environment activated in my cmd. Now, cmd won't open anymore, unless I launch it as administrator (restarting computer and removing Anaconda as Path variable doesn't help). My guess is that my cmd is "blocked" now, as I didn't do "conda deactivate" before uninstalling Anaconda (can't say with certainty though that this was actually the reason, but it coincides with cmd not opening anymore).
Does anyone have an idea how to fix this?
The error message from the screenshot appeared while uninstalling Anaconda, and also when trying to re-install it.

Recently updated to windows 10, just downloaded the lastest version of git but git-bash won't run on my windows 10

Recently, I updated my windows to version 10. Just installed the latest version of Git (2.27.0) but git-bash has refused to run after launching. Git-bash worked perfectly on my previous windows 7 but can't launch now. After clicking on the created Git-bash shortcut on desktop nothing happens. The other git tools Git-GUI and Git-CMD launches and works fine, only Git-bash doesn't. I've tried uninstalling and reinstalling git but still git-bash fails to launch. I've also gone through related articles here but can't solve this issue. I'm new to git so any help will be very much appreciated. I'm using a 32 bit OS.

Open VSCode from Terminal - Conflict with Parallels VSCode version

Following this previous post, I was able to add code to my .bash_profile so that VSCode opens from the Terminal. However, it is the wrong VSCode that opens.
See, I have Parallels installed on my Mac, and that version of Parallels has a VSCode installed on it. When I run the Terminal command from the post mentioned above, Parallels is launched (even if not opened), and then the VSCode on it opens.
I would like to make sure that it's the VSCode installed on my Mac that opens. At this time, I am still using the Sublime CLI because the VSCode ones are of no use to me in this condition.
What would be my options?
The only way to achieve this I found was to disable sharing of Windows apps with Mac:

Issue in launching spyder that was installed using pip install on Python 3.6.1

I have windows-7 64 bit machine and Python3.6.1(32-bit) installed on it. I wanted to try spyder as IDE for python. I don't have Anaconda or anything like that. So, I installed spyder from command line (cmd.exe) and it did install successfully and prompt returned.
I think it is installed because
I can see spyder3.exe under C:\Users\UserName\AppData\Local\Programs\Python\Python36-32\Scripts
From cmd.exe when I enter spyder3 it doesn't throw any error and a rotating circle appears which indicates something is processing. But nothing is launched.
After running spyder3 from cmd.exe though nothing gets launched except the rotating circle for couple of seconds, I see spyder.lock folder under C:\Users\UserName\.spyder-py3
When I delete spyder.lock folder under C:\Users\UserName\.spyder-py3 and run spyder3 again in cmd.exe the folder is created again.
Question: How can I make spyder launch? Did I do something wrong while installing spyder or am I trying to launch it with an incorrect method?
I had to install PyQt5. It is a requirement for spyder on windows and I was missing it. After I installed it I can launch spyder3 from cmd.exe

Resources