Use Winget to Install Visual Studio Code on Windows 10 or 11
An easier way to install VSCode on Windows

Software Developer
Search for a command to run...
An easier way to install VSCode on Windows

Software Developer
No comments yet. Be the first to comment.
Automation engineering precursor

Discover who you are and who you really care for
Carta Abierta Sobre mi Proceso de Composición Literaria A quien pueda interesar: Por la presente carta, deseo comunicar hoy 14 de mayo de 2026 que no he utilizado, no utilizo, ni utilizare programas o
In my experience, creatively prompting an LLM like Claude, Gemini or ChatGPT is more useful than asking directly for a solution to a problem. Asking creatively for interactive guidance is as useful as

Technology and Computer Culture Newsletter

Winget its a software package manager for Windows Apps included by default on new versions of Windows 10 and 11 as of May 2022. In this short tutorial I'll show you how to use it to install Microsoft Visual Studio Code with a few Powershell commands instead of searching the web, downloading a file and then installing it.
Press the Windows key on your keyboard and search and open Powershell. Run it as a user as Winget will ask you for permissions if needed.
Now run this command to update Winget's repository:
winget upgrade
Now run this command to install Visual Studio Code:
winget install Microsoft.VisualStudioCode

Now search for and run the program. Easier right?