Do you want to change your local administrator password and you do not know how? This is your post.
The only thing you have to do is execute the following line in the command line as administrator:
([ADSI]”WinNT://localhost/Administrator, user”).psbase.Invoke(“SetPassword”, ‘{yournewpass}’)
That’s all!