Change windows user account password

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Srikanth

    Change windows user account password

    Hi All,



    Can any one tell me how to change windows user account password
    by programmaticall y using C#? I don't have administrator privileges and I
    want to change my account password by programmaticall y.



    I will be thankful if you can provide a sample program.



    Thanks in Advance,

    Srikanth


  • Phil Wilson

    #2
    Re: Change windows user account password

    I think you'll have to P/Invoke into NetUserChangePa ssword.
    --
    Phil Wilson
    [Microsoft MVP-Windows Installer]
    Definitive Guide to Windows Installer


    "Srikanth" <tammana@inooga .com> wrote in message
    news:u2oyfeW$EH A.824@TK2MSFTNG P11.phx.gbl...[color=blue]
    > Hi All,
    >
    >
    >
    > Can any one tell me how to change windows user account password
    > by programmaticall y using C#? I don't have administrator privileges and I
    > want to change my account password by programmaticall y.
    >
    >
    >
    > I will be thankful if you can provide a sample program.
    >
    >
    >
    > Thanks in Advance,
    >
    > Srikanth
    >
    >[/color]


    Comment

    Working...