Pages

Showing posts with label how to hide ARP entry of MSI. Show all posts
Showing posts with label how to hide ARP entry of MSI. Show all posts

Friday, 15 June 2012

Hide ARP Entry of MSI

use following script to Hide ARP entry of an MSI



Dim WSHShell,strRegKey 
Set WSHShell = WScript.CreateObject("WScript.Shell") 
WSHShell.Regwrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<ProductCode>\SystemComponent","1","REG_DWORD"