MSFN Forum: Delete Users? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Delete Users? Rate Topic: -----

#1 User is offline   Cybermurder 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 27-August 04

Posted 29 November 2004 - 07:17 AM

Hello,
Can i delete Users with Xplode(without CMD) ?


#2 User is offline   tguy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 698
  • Joined: 19-May 04

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.

#3 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

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.

#4 User is offline   Cybermurder 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 27-August 04

Posted 01 December 2004 - 10:10 AM

right so?:
   <execute display='Extras' 
       program='net user aspnet'
       arguments='/delete'
       hide='true' />


#5 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

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
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy