Registry: Difference between revisions

From Piszczynski
piszczynski>Aleks
m (2 revisions imported)
 
(No difference)

Latest revision as of 22:32, 15 November 2023

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