About 3,220,000 results
Open links in new tab
  1. How to Edit the Windows Registry from the Command Prompt

    Jun 23, 2020 · Windows and a lot of third-party apps store its settings in the registry. If you’re wanting to edit the registry, you can do so from the Command Prompt.

  2. How to edit the Registry from Command Prompt in Windows 11/10

    May 11, 2024 · This post provides guidance on the steps you can follow to easily and safely edit the Registry from Command Prompt in Windows 11/10.

  3. windows - How do I modify the data of an existing registry key value ...

    How do I modify an existing registry key value from cmd? There are a lot of options and switches, bells and whistles, for the Reg command. There are options to query, add, and delete keys, subkeys...

  4. How to change registry values or permissions from a command line or …

    Feb 12, 2026 · To change a registry value or registry permissions from a command line or from a script, use the Regini.exe utility. The Regini.exe utility is included in the Windows NT Server 4.0 Resource …

  5. How to add registry key & values with CMD | PowerShell | Batch

    In this part, we will cover how to add registry key and values with the command line, PowerShell, and batch file in order to deploy them silently

  6. SS64 Command line reference

    Command line reference for Windows CMD, PowerShell, MacOS and Linux bash. Also includes SQL Server database commands.

  7. Aprenda a usar la línea de comandos en el editor de registro de Windows

    May 2, 2025 · El editor de registro regedit es una herramienta basada en GUI que muestra el diseño jerárquico del registro de Windows. También incluye varias opciones de línea de comandos.

  8. How to Open the Registry Editor on Windows 10

    Mar 27, 2020 · Open Registry Editor via Command Prompt or PowerShell You can also open Registry Editor from either Command Prompt or PowerShell. The command is the same for both apps, but …

  9. Import .reg file in Windows Registry silently

    Mar 25, 2026 · Learn how to silently import a .reg file into your Windows Registry. This neat regedit trick comes in handy quite often. The regedit command is valid for Windows 11, 10, Windows Server …

  10. How to get Data from a registry key value via command line

    Dec 28, 2018 · 11 I am trying to get the Data from a registry key value via command line I can retrieve the value of a registry key using the following code reg query HKCU\Software\[PATH_TO_MY_DIR] …