Registry

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Windows Registry

The Windows Registry contains all the configuration information for the operating system, devices and applications that are installed on the operating system and users.

To access the registry use regedit.


Import Keys into Registry

import with a .reg file which is a text file with the registry keys. Importing keys will overwrite any existing keys if imported to the same location. Take a backup of the registry first.

the text file will look like this:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001