Delprof2

Delprof2 – User Profile Deletion Tool - is useful in a network environment with lots of users logging it on the same machine.

Delprof2 is the unofficial successor to Microsoft’s Delprof which does not work with operating systems newer than Windows XP. [1]

License restriction :

Delprof2 may be used free of charge if either of the following is true:

  • private use
  • non-profit organization
  • educational organization such as schools and universities

WPKG does not install it, but launches it with Network Administrator Privileges on every start.


 <package 
	id="delprofil2" 
	name="Delete old profile WinXP and Win7" 
	revision="%version" 
	reboot="false" 
	priority="0" 
	notify="false" 
	execute="always">
	
	<variable name="SOFTWARE" value="\\1mc38435\WPKG\packages"/>
	<variable name="version" value="1.6.0" />
	
	<install cmd='%SOFTWARE%\delprofil2\Delprof2.exe /q ' />
	<upgrade include="install" />
	
	<remove cmd='echo "you know nothing, J.S"' />
    	
</package>