According to the guidance of a high person, I have changed the password back. Its method is very simple and has versatility.
The specific method is:
1. Advance from other NT systems (嘻嘻, I have a few NT systems, here, there is no need for the floppy disk to start.)
2. In the original NT system directory, modify the file spoolss.exe for spoolss2.exe
3. Write Spoolss.c Like this:
#include
Int main (int Argc, char * argv [])
{
System ("Net User Administrator 123";
System ("spoolss2.exe";
Return 0;
}
4. After compiling, put the spoolss.exe in the original NT system directory.
5. Restart the machine and password is 123. Everything is OK!
6. Under the original NT system, change spoolss2.exe back.
The file name of Spoolss.exe under Win2000 is Spoolsv.exe. This method is also available.