Plz help me
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how to create Create Windows User Account or Windows Administrator Account through C# programming. Sanjit.rajbanshi@wlinktech.com
-
how to create Create Windows User Account or Windows Administrator Account through C# programming. Sanjit.rajbanshi@wlinktech.com
first of all read : http://www.codeproject.com/script/comments/forums.asp?forumid=1649&mpp=50&select=1278604&df=100&noise=1#xx1278604xx then i guess the easiest way is to use Process.Run("net","..."); Process is in System.Disgnostics.. the "..." is the syntax of 'net' command, if you don't know it Start->Run-> "cmd" -> type: "net /?"
life is study!!!