VBScript : How to delete a Windows’ registry key and all its subkeys
Option Explicit Sub DeleteRegKeyAndSubKeys(strRegTree, strKeyPath) ‘strRegTree = “HKEY_CLASSES_ROOT” ‘ “HKEY_CURRENT_USER” ‘ “HKEY_LOCAL_MACHINE” ‘ “HKEY_USERS” ‘ “HKEY_CURRENT_CONFIG” ‘strKeyPath is the registry key to delete. Example :… Read More »VBScript : How to delete a Windows’ registry key and all its subkeys