Hi Experts
I have an application which was not properly uninstalled on few servers. To install an upgraded version of this application i need to delete the below registry keys of previous versions residing in HKEY_CLASSES_ROOT\Installer\Products
HKEY_CLASSES_ROOT\Installer\Products\11111111111111111111
HKEY_CLASSES_ROOT\Installer\Products\22222222222222222222
HKEY_CLASSES_ROOT\Installer\Products\22222222222222222222
How do i delete this registry keys using PowerShell. For example i have the folder 11111111111111111111 under Products.
i want to delete this folder 11111111111111111111 and all subfolders inside it. experts help me with the syntax.