#3 Ja det gør den, hvis du gerne vil have at Registration stadig skal være der, er det nemmeste at oprette denne key igen bagefter, brug i såfald dette script i stedet:
Sub DeleteSubkeys(HKEY_LOCAL_MACHINE, strKeyPath) objRegistry.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubkeys
If IsArray(arrSubkeys) Then For Each strSubkey In arrSubkeys DeleteSubkeys HKEY_LOCAL_MACHINE, strKeyPath & "\" & strSubkey Next End If
objRegistry.DeleteKey HKEY_LOCAL_MACHINE, strKeyPath End Sub
Sub CreateKey(HKEY_LOCAL_MACHINE, strKeyPath) objRegistry.CreateKey HKEY_LOCAL_MACHINE, strKeyPath End Sub
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.