Skip to content

Instantly share code, notes, and snippets.

@en0ndev
Last active June 9, 2024 10:48
Show Gist options
  • Save en0ndev/0f7368177c1a1d9abd94fd6656b2a35d to your computer and use it in GitHub Desktop.
Save en0ndev/0f7368177c1a1d9abd94fd6656b2a35d to your computer and use it in GitHub Desktop.
REMOVE "OPEN WITH CODE" IN THE CONTEXT MENU?

How to Remove "Open with Code" in the Context Menu

Also you can watch the video.
https://www.youtube.com/watch?v=HPaHVmPv-kE


STEP 1

  • Press Win+S keys, and search regedit then open Regedit (Registry Editor).

STEP 2

  • Go to path of Computer\HKEY_CLASSES_ROOT\*\shell
  • Remove VSCode key.

STEP 3

  • Go to path of Computer\HKEY_CLASSES_ROOT\Directory\Background\shell
  • Remove VSCode key.

STEP 4

  • Go to path of Computer\HKEY_CLASSES_ROOT\Directory\shell\
  • Remove VSCode key.

It currently deleted from the context menu.

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