Disabling a NT account
-
Hi All, I need to create an application which disables the NT user account programmatically.How do I do this??Do I have to access registry settings from my program to perform this task?? I'm novice in this aspect,so detailed info would be required. Can anybody help me, Thanks, Abhishek. Learning is a never ending process of Life.
-
Hi All, I need to create an application which disables the NT user account programmatically.How do I do this??Do I have to access registry settings from my program to perform this task?? I'm novice in this aspect,so detailed info would be required. Can anybody help me, Thanks, Abhishek. Learning is a never ending process of Life.
Use the OpenService() function of NT. Use its related functions to manipulate services. Hope this helps. Jeremy Pullicino "Hey man, Taliban, Tali me Banana."
-
Use the OpenService() function of NT. Use its related functions to manipulate services. Hope this helps. Jeremy Pullicino "Hey man, Taliban, Tali me Banana."
Hi, Can you be a bit more specific.I din't get how to use this OpenService() function of NT for disabling a user account.Please explain it in detail Thanks, Abhishek. Learning is a never ending process of Life.
-
Hi, Can you be a bit more specific.I din't get how to use this OpenService() function of NT for disabling a user account.Please explain it in detail Thanks, Abhishek. Learning is a never ending process of Life.
abhinarulkar wrote: Learning is a never ending process of Life In that case, take some time to learn how to use the function :) Look for OpenService documentation in the MSDN - it is not very hard to use. You are particularly interested in the ChangeServiceConfig. Hope this helps. Jeremy Pullicino Professional C++ Developer Done any hacking lately?
-
Hi All, I need to create an application which disables the NT user account programmatically.How do I do this??Do I have to access registry settings from my program to perform this task?? I'm novice in this aspect,so detailed info would be required. Can anybody help me, Thanks, Abhishek. Learning is a never ending process of Life.
HI Abhi, Use the foll function, its quite simple NetGroupDelUser