How to Install Python Silently
Download Python (3.11.5)
- Navigate to: https://www.python.org/ftp/python/
- Select the version of your choice
- Download the python-x.x.x.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command:
- python-x.x.x.exe /quiet InstallAllUsers=1 PrependPath=1
- Press Enter
Source:
https://silentinstallhq.com/python-3-9-silent-install-how-to-guide/