PS C:\Users\user1\desktop> python -m ensurepip Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. PS C:\Users\user1\desktop>

PS C:\Users\user1\desktop> python -m ensurepip
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
PS C:\Users\user1\desktop>

On Windows, it’s recommended that you use the Python Launcher py:

py -m ensurepip
py -m pip install something

Please read: