Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RegeditNew to Visual Studio Code? Get it now.
Regedit

Regedit

m417z

|
3,349 installs
| (4) | Free
A registry editor inside VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Regedit - A registry editor inside VS Code

The extension allows to access and modify the Windows registry from within Visual Studio Code.

Main window screenshot

To open the extension, use the "New Regedit Tab" command or open a new tab from the Editor Actions menu.

New tab screenshot

To rename the selected key, click on the active item in the tree.

To rename or modify values, click on their name or value.

To remove a key or a value, use the middle mouse button.

To refresh the data, click on the address bar and press Enter.

More information

I created this extension to learn how to develop extensions for VS Code. This extension demonstrates how to use React inside a WebView, how to communicate with the extension process, and how to implement localization.

Main dependencies:

  • React as the UI framework.
  • React Suite for the main UI components.
  • native-reg for accessing the registry from the extension process.

The React UI source code can be found here: vscode-regedit-ui.

Icon by Freepik.

Features that can be added in the future

Below is a list of features that can be added. Note that it doesn't mean that I plan to add them.

Features available in the Windows regedit

  • Support for more types.
  • Binary data access for all types.
  • Search.
  • Permissions.
  • Import and export.
  • Hive loading and unloading.
  • Network registry.
  • Favorites.
  • Print?! (Why does Microsoft have this feature?)

More features

  • Undo and redo.
  • Moving values and child keys between keys.
  • Clipboard operations.
  • Displaying last modified time.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft