Hello,
Can i delete Users with Xplode(without CMD) ?
Page 1 of 1
Delete Users?
#2
Posted 29 November 2004 - 08:51 AM
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.
You may need to substitute Wscript.CreateObject with Wscript.DeleteObject.
#3
Posted 29 November 2004 - 06:05 PM
You could always do a net user blah /delete command, with the hide="true" attribute.
That way the command window wouldn't be shown.
That way the command window wouldn't be shown.
#4
Posted 01 December 2004 - 10:10 AM
right so?:
<execute display='Extras' program='net user aspnet' arguments='/delete' hide='true' />
#5
Posted 01 December 2004 - 02:37 PM
Cybermurder, on Dec 2 2004, 02:10 AM, said:
right so?:
<execute display='Extras' program='net user aspnet' arguments='/delete' hide='true' />
<execute display='Extras' program='net' arguments='user aspnet /delete' hide='true' />
Share this topic:
Page 1 of 1



Help
Back to top









