Thursday, December 11, 2025

How to Install Visual Studio Code Insiders on Windows 10/11

👶 Introduction

    In this post I will show you how to install  Microsoft Visual Studio Code Insiders on Windows 10/11        using multiple methods to suit your workflows. If you ever get stuck watch the companion video            here!



💿 Official .exe Download

    Or search Google.com and click the fist link.

    Click the blue button DOWNLOAD FOR WINDOWS.
    Double click the .exe and run through the installer. 



⊞ Using winget

    Winger is a cli tool on Windows 10/11 to install apps. 
    First open PowerShell.



    Next we can go to winstall.app to browse for the package.
    Or enter the URL, then click the copy button.


    If you don't want to go to winstall.app copy the command listed there:

      winget install -e --id Microsoft.VisualStudioCode.Insiders

     Now paste into PowerShell and press ENTER.

    The rest is pretty easy, I know you can do it 😊.



🍫 Using Chocolatey

    Chocolatey is an amazing third-party tool for packages on Windows 10/11.
    To get the command we can go to community.chocolatey.org/packages/vscode-insiders.install.



Follow the steps for WINGET to open PowerShell and paste.
Follow the same Y/N steps for WinGet.

🧠Conclusion

    You have successfully installed Visual Studio Code Insiders! If you need any help leave comment,         like the post, and follow for more! See you again!


No comments:

Post a Comment

How to Install Visual Studio Code Insiders on Windows 10/11

👶 Introduction      In this post I will show you how to install  Microsoft Visual Studio Code Insiders on Windows 10/11         using m...