Jump to content

Delete Users?


Cybermurder

Recommended Posts


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.

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...