Pages

Showing posts with label wise script examples. Show all posts
Showing posts with label wise script examples. Show all posts

Thursday 14 June 2012

Delete Registries using Wise Script

Deleting registries along with hive using WiseScript.


-> Use the function, "Edit Registry" and import the registry that needs to be deleted


-> Under Operation, Select "Remove Key and all sub Keys" for any registry under that hive


-> In the following example, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Communicator and all registry keys under Communicator will be deleted using following script.


Kill Process using Wise Script


Change ProcessName.exe to whatever process to be killed