Check your Python version and be sure it is installed on your machine
Check the path environment variable
Go to -> "start" and type "Manage App Execution Aliases". Go to it and turn off "Python"

So, when i try something as simple as "python --version" on cmd all i get is "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases." i looked it up on youtube and nothing works, i tried disabling the python thing on the Execution Aliases, but it just doesn't work, i turn it off it's like nothing, if i close it and open it again suddenly it's on again and i don't know what to do.
Check your Python version and be sure it is installed on your machine
Check the path environment variable
Go to -> "start" and type "Manage App Execution Aliases". Go to it and turn off "Python"

I was having the same issue and I fixed it by using the below method.
- Copy two paths of Python
%AppData%\Programs\Python\Python311
%AppData%\Programs\Python\Python311\Scripts
These are the paths where your Python interpreter is installed. Now add this path into your environmental variable. Put this path into System variable, not in user variable. I was using user variable, so I was facing the issue.
