The windows 7 operating system has a task schedule called "Registry" that can be found in the Task scheduler %windir%\system32\taskschd.msc /s you probably cannot get there at this time, but the default for it is to create a registry backup every 10 days at 12am (midnight) . If you could get there into the task scheduler you could see the date and time this backup was last created.
If a huge problem occured between the time that this backup is created, and before the backup is Again remade, it is possible to revert the system via the registry back to that time.
The location of the backup registry that is made is C:\Windows\System32\config\RegBack . from outside of the system, using some sort of boot disk, like a PE or Linux, a system install disk, recovery partition, or any outside access to the file system, you could copy these registry items found there in regback to C:\Windows\System32\config , then boot into that system.
Before doing so it would be very smart to copy the originals, or at least rename the originals to something like SAM.bak or System.org or anything to preserve the state it is in.
Because I have never used the backup registry that is all I know about it, it would be one possible resource for reverting.