Xp-AntiSpy

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Silent installer for xp-AntiSpy which lets you disable some built-in update and authentication 'features' in WindowsXP.

Download the xp-AntiSpy ZIP from [1] and extract the exe File.

<?xml version="1.0" encoding="UTF-8"?>
<packages>

	<package
		id="xpantispy"
		name="XP Anti Spy"
		revision="0"
		priority="0"
		execute="once"
		reboot="false">
	
	<install cmd='cmd /c copy "%SOFTWARE%\windows\xp-AntiSpy.exe" "%PROGRAMFILES%"' />
	<install cmd='"%PROGRAMFILES%\xp-AntiSpy.exe" +4 +9 +27 +46 +51' />

	</package>

</packages>

The above example will simply copy the executable to your Program Files directory and disable Windows Error Reporting Services. For all Parameters execute xp-AntiSpy.exe /?