November 29, 200421 yr I'm pretty sure you could use XPlode to run a vbScript that would delete your user(s). Check the Scripting section of the MS Technet site for the scripts.You may need to substitute Wscript.CreateObject with Wscript.DeleteObject.
November 30, 200421 yr You could always do a net user blah /delete command, with the hide="true" attribute.That way the command window wouldn't be shown.
December 1, 200421 yr Author right so?: <execute display='Extras' program='net user aspnet' arguments='/delete' hide='true' />
December 1, 200421 yr right so?: <execute display='Extras' program='net user aspnet' arguments='/delete' hide='true' /> <execute display='Extras' program='net' arguments='user aspnet /delete' hide='true' />
Create an account or sign in to comment