About 2,000,000 results
Open links in new tab
  1. windows - Run reg command in cmd (bat file)? - Stack Overflow

    Apr 18, 2017 · The following ran successfully on my Windows XP SP3 machine: reg add hkcu\software\aaa\aaa /ve /t reg_sz. Neither of the aaa s had existed prior to running the command …

  2. .reg file syntax to change a value - Super User

    Jul 30, 2016 · I want to create a .reg file which changes a value. I know how to do it manually, but however i search it i simply never find anything easily explaining the needed syntax to do it. Change I …

  3. What does `@` represent when dealing with Windows registry keys?

    Dec 2, 2018 · When exporting to .reg files, @ is the (Default) value: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Test] @="Hello World" In your case, the .reg file might have …

  4. View a .reg file without modifying registry - Super User

    Sep 18, 2015 · 6 .Reg files are simply text files. They can be opened in any text editor. However, if you have a very large .reg file, such as an export of the entire registry or a large branch, you will need a …

  5. How to run the .reg file using PowerShell? - Stack Overflow

    Apr 5, 2018 · I want to run the .reg file (registry file) using PowerShell Script but I am not able to run it. When i run it manually it creates the respective nodes in registry but i want it execute using power...

  6. windows - How do I add a multiline REG_SZ string to the registry from ...

    Mar 13, 2019 · REG_SZ values must terminate with a null character (,00,00) in UTF-16LE notation. Import the registry change in the batch file REG.EXE IMPORT MULTILINETEXT.REG. The example …

  7. Is it possible to modify a registry entry via a .bat/.cmd script?

    Jan 10, 2015 · You can use reg.exe which comes with the OS to add, delete or query registry values. Reg.exe does not have an explicit modify command, but you can do it by doing delete and then add.

  8. registry - How to import a .reg file using Powershell to every user ...

    Jul 10, 2019 · I want to import a .reg file to every user profile on a computer. I'd also be interested in how to store a .reg file as a variable, and using that variable to change the reg keys.

  9. Creating a .reg file for Windows 7 - Super User

    I created a .reg file but when I double-click it, it doesn't want to be imported. The specified file is not a registry script.You can only import binary registry files from within the registry ...

  10. How to export a specific registry key to a text file using command line

    27 How can I export specific value from the registry to a text file using the command line? For example, I want to export Hkey_local_Machine\Software\mcafee to a text file in C:. I just need the key – that's it. …