Visual Basic 6: Modify the Registry
How to modify the registry: Attribute VB_Name = "modRegistryChange"Option ExplicitPublic Declare Function RegOpenKeyEx Lib "Coredll" _ Alias "RegOpenKeyExW" _ (ByVal hKey As Long, _ ByVal lpSubKey As String, _ ByVal…