Hi. Has anyone done a password change notification for windows 9x. I want to trigger some process to run on the client side once a change password is successful (in this case windows password which is already synchronised with domain controller and directory services). I tried to create a password provider which implements PPChangePassword and PPGetPasswordStatus. However, it always crashes when I change the window password from control panel and selecting the network which I want to change password as well. However, if I change the password individually (using "other password"), it is successful. Does anyone knows what is the problem?
Hendrik Kurniawan
Posts
-
Help! Hook to change password in win9x -
Extending Active Directory UI ?Hi. I read that there is a way to display addition attributes in Active directory on the context menu of Microsoft Window Shell and Active Directory administrative adds-in. Does anyone has a sample code for this or know where it is available? Thank you.
-
Extending Active Directory UIHi. I read that there is a way to display addition attributes in Active directory on the context menu of Microsoft Window Shell and Active Directory administrative adds-in. Does anyone has a sample code for this or know where it is available? Thank you.
-
Extending Active Directory UI ?Hi. I read that there is a way to display addition attributes in Active directory on the context menu of Microsoft Window Shell and Active Directory administrative adds-in. Does anyone has a sample code for this or know where it is available? Thank you.
-
Check internet exists using win32Hi. Thanks for the answer. However, using ping is not very good idea because a site might block the request. Hence, there is always a request time out. Any other method that I could use? Thanks Hendrik