windows-reg.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 10 Jul 2012 11:46:30 +0300
changeset 1327 149b58b87e81
parent 1066 f378e6f4e9e7
child 1334 9bf0d5a1f0cf
permissions -rwxr-xr-x
Move en-punctuation and en-phonetic to `gadict` project.


=================
 Registry files.
=================

::

  cmd# regedit.exe /s path-to.reg

  http://support.microsoft.com/kb/310516
                How to add, modify, or delete registry subkeys and values by
                using a registration entries (.reg) file.

Syntax of .Reg Files.
=====================

A .reg file has the following syntax::

  RegistryEditorVersion
  Blank line
  [RegistryPath1]
  "DataItemName1"="DataType1:DataValue1"
  DataItemName2"="DataType2:DataValue2"
  Blank line
  [RegistryPath2]
  "DataItemName3"="DataType3:DataValue3"

Deleting Registry Keys and Values.
==================================
::

  [-HKEY_LOCAL_MACHINE\Software\Test]

  [HKEY_LOCAL_MACHINE\Software\Test]
  "TestValue"=-