Skip to content

Visual Studio Code Auto Setup Guide - This guide will help you understand how to use the VisualStudioCode+Auto-Setup(Run_Admin).ps1 script.

License

Notifications You must be signed in to change notification settings

KernFerm/VSC-Auto-Installer

Repository files navigation

Visual Studio Code Auto Setup Guide

This guide will help you understand how to use the VisualStudioCode+Auto-Setup(Run_Admin).ps1 script.

Prerequisites

  • You need to have PowerShell installed on your system. This is used to run the script.
  • Both MSI are from the official github page of Official-PowerShell-Github

v7.4.3 Release of PowerShell - Latest (recommended)

  choose your recommended pc specs either 32bit or 64bit 

Use For VSC PowerShell Script

Steps

  1. Run as Administrator: This script needs to be run as an administrator. Right-click on the script and select "Run as administrator".

  2. Automatic Download: The script automatically downloads the latest stable release of Visual Studio Code from the official website.

  3. Installation: The script runs the installer with system-level installation. It uses the /verysilent and /mergetasks=!runcode arguments to install VS Code silently and without running the program after installation.

  4. Add to PATH: The script adds the path to the VS Code executable to the system PATH, allowing you to run code from the command line.

  5. Cleanup: The script removes the installer file after the installation is complete.

Note

  • The script checks if the path to the VS Code executable already exists in the system PATH. If it does, it will not add it again.

About

Visual Studio Code Auto Setup Guide - This guide will help you understand how to use the VisualStudioCode+Auto-Setup(Run_Admin).ps1 script.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published