If you are admin of the Windows 7, you could try to reset the computer password using the nltest command:
Open a Command prompt using Admin rights
nltest /sc_reset:Domain\DC_Name
ex: for a domain called lab.net and a DC called DC01, the command will be:
nltest /sc_reset:lab\DC01
hth