Description :
This script deletes whole registry key or registry value.
RV - When you want to delete registry value ,pass both reg value and key name in "reg_path","reg_key" in list example: reg_path=[r'HKLM\test1',r'HKLM\test2'] and reg_key=['test1','test2']
RK- When you want to delete whole key with values and other sub keys with values ,pass only "reg_path" in list example : reg_path=[r'HKLM\test1',r'HKLM\test2']
Note:
Run as Local System user
Comments