How do I change the settings so I can modify the executable alliases for python

Cruz Anne 5 Reputation points
2025-10-28T21:11:58.9233333+00:00

I am trying to get python installed on my windows 10. After downloading python a command box popped up and it stated that i needed to change settings so i can modify the executable aliases. I went to settings but I am lost on where to find this setting.

Thanks

Donna

Developer technologies | Visual Basic for Applications
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Adiba Khan 1,125 Reputation points Microsoft External Staff
    2025-10-29T09:07:38.1166667+00:00

    Thank you for reaching out.

    1. Press Win + I to open Settings
    2. Go to Apps → Advanced app settings → App execution aliases or search for “App execution aliases” in the Settings search bar
    3. Scroll down and find python.exe and python3.exe
    4. Toggle both switches to Off
    5. Open Command Prompt and run python --version and pip --version to confirm Python works
    6. If not working, go to Settings → System → About → Advanced system settings → Environment Variables
    7. Under System variables, select PathEdit
    8. Add Python install folder (e.g., C:\Python311\) and Scripts folder (e.g., C:\Python311\Scripts\)
    9. Click OK and restart Command Prompt to apply changes.

    Please let us know if you require any further assistance, we’re happy to help. If you found this information useful, kindly mark this as "Accept Answer".


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.