- This is an powershell script for Windows which installs Python and mingw (gcc, g++)
- This script also installs VS Code as code editor with all required extensions.
Tested on Microsoft Windows 10
Screenshots will be added in some time as some experiments are going on
Clone this repo
git clone https://github.com/TheProGhost/DevTools_AutoInstall.git
- Run powershell as Administrator
- Type below command in powershell and hit Enter
Set-ExecutionPolicy -ExecutionPolicy Bypass
- Then it will ask for choice. Press 'A' and hit Enter
- Now go to the folder
cd DevTools_AutoInstall
- Now, run the script using following command and have some fun till it completes
.\devTools_Script.ps1
- Now, select for which language you want to install.
- You can alsop enter multiple choices seperated by space
- To update all installed packages write following command in Powershell running as administrator
cup all