- C Compiler (MinGW) Installation: This step, often considered the most challenging (for beginners), is fully automated❤️.
- Path Addition
- VS Code Extension Installation
- VS Code Settings Configuration
- VS Code Customised Keyboard Shortcuts
- User Snippets Installation
Note:
- VS Code needs to be installed manually. Automating this step would increase the program size to over 400MB and potentially decrease stability.
- An older version of VS Code is available in
v3.0
to ensure compatibility with older versions of Windows, specifically Windows 7.- Looking for a way to install Visual Studio Code via winget with the "Open with Code" context menu option. This would reduce installer size and truly automate the setup while avoiding manual registry edits, though it will require internet access.
Installation Procedure (Download↓)
- Extract the zip file
- Run the "install-c" file.
- During the VS Code installation, ensure all 5 checkboxes are selected.
That's it! Enjoy your streamlined setup. 😎
(older versions are uploaded on mediafire it is not recommended to try those scripts as they are just bad most of the time they just refuse to work)
- Resolved the 'looping' issue where Windows could not find minGW.exe. The minGW.exe file has been removed as some antivirus software were detecting it as a virus. The loop command has also been removed, so the program terminates after executing the given set of instructions, even if the installation fails.
- Updated VS Code.
- Created a separate file for path setting.
- The script can now recognise the OS architecture and execute accordingly.
- Updated 7-zip to version 22.01.
- Updated VS Code to version 1.70 (also supports Windows 7).
- Fully automated the process, eliminating the need to go to the C user snippets file (increased the program size by 10MB).
- Removed the need for a separate file for path setting.
- Added some important extensions for C/C++ (increased the program size by ~60MB).
- Introduced a new theme: HackTheBox.
- All operations are now handled by 7-zip, enhancing stability.
- No more support for 32-bit versions
- No more support for windows 7, 8 and 8.1 too (due to newer version of vs code)
- Updated VS code to version 1.92
- Updated 7-zip to version 24.07
- Nothing much to do here as the script is already pretty stable...