Having 'Open With Vscode' in Windows Context Menu

I already install VScode long time ago before the context menu introduced. So, now i want to have it. How should i do?

This is what you do new installation:

But i you want to have all those in the picture above without download and install manually.

Solution:

You can use `chocolatey`. Run command below in your PowerShell.

choco install vscode --force -y

Keep in mind that, you need to open your  PowerShell with Administrator Privileged. Chocolatey will configure all available options automatically.


Tips:

If you want to ignore some features. Can check the command details here.

https://community.chocolatey.org/packages/vscode



Comments

Popular Posts