Skip to content

Instantly share code, notes, and snippets.

@stormwild
Last active May 8, 2026 19:18
Show Gist options
  • Select an option

  • Save stormwild/3a7f803113329d36511160534f60eef6 to your computer and use it in GitHub Desktop.

Select an option

Save stormwild/3a7f803113329d36511160534f60eef6 to your computer and use it in GitHub Desktop.
Visual Studio

Visual Studio

Integrating Git Bash with Visual Studio - Stack Overflow

  1. Select View > Terminal from the main menu.
  2. Click on the gear icon in the upper right corner of the terminal window.
  3. In the Options window, select Environment > Terminal.
  4. In the Profiles section, click the Add button.
  5. Use the following values for the new profile:
    • Name: Git Bash
    • Shell Location: C:\Program Files\Git\bin\bash.exe
    • Arguments: --login -i
  6. Optionally set it as default by clicking the Set as Default button.
  7. Click OK to save the new profile.

Create an offline installation - Visual Studio (Windows) | Microsoft Learn

Create a network-based installation - Visual Studio (Windows) | Microsoft Learn

Use command-line parameters to install Visual Studio | Microsoft Learn

Edition Bootstrapper
Visual Studio 2022 Enterprise vs_enterprise.exe
Visual Studio 2022 Professional vs_professional.exe
Visual Studio 2022 Community vs_community.exe
Visual Studio 2022 Build Tools vs_buildtools.exe

Command-line parameter examples for installation - Visual Studio (Windows) | Microsoft Learn

Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)

Download Visual Studio 2022 ISO

1 Download the Visual Studio Web Installer executable file from the above links to a drive on your local machine.
2 Run Visual Studio setup executable file with the following arguments from a command prompt: For example, if you downloaded the community edition web installer vs_community.exe --layout "download-path" --lang "download-language"
3 Example A: Install all languages vs_community.exe --layout C:\vs2022
4 Example B: Install one language vs_community.exe --layout C:\vs2022 --lang en-US
5 Example C: Install multiple languages vs_community.exe --layout C:\vs2022 --lang en-US de-DE ja-JP

Currently, there is no such direct ISO available at this moment. Only option that we have is just to download the web installer and do a layout to grab the offline installation media.

@angelomandato
Copy link
Copy Markdown

Thank you!!! Microsoft has made it nearly impossible to get VS 2022 Community edition, this may be the only way left as they roll out 2026.

@rubenben2883
Copy link
Copy Markdown

Thank you, i was unable to get 2022.

@theroyalsoftwares
Copy link
Copy Markdown

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment