CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    66

    Creating & Removing a User in NT

    Hi,
    How to create/delete a user in Windown NT? Could u please tell me the APIs?

    Thanks for any type of help.

    Anand.

  2. #2
    Join Date
    Oct 2002
    Location
    Singapore
    Posts
    3,128
    Try NetUserAdd() and NetUserDel ().

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured