1. Restore the administrator password in the 2000 Domain: (1) If the faulty computer uses the fat/FAT32 file system, you can directly use the Win98 boot disk for boot. if the NTFS file system is used, remove the hard disk from the faulty computer and mount it to another Win2000 computer in disk mode. the following is a case later. Assume that the system partition of the faulty computer (usually C :) is a partition E on the new computer :.
(2) Compile a batch file Admin. bat that can restore the administrator password. The content only needs a "Net user" command:
Net user administrator 12345678
Assume that the current Administrator is administrator and the password is "12345678 ". set the file admin. bat is saved to "E: \ winnt \ system32 \ grouppolicy \ MACHINE \ scripts \ Startup", that is, the original "C: \ winnt \ system32 \ grouppolicy \ MACHINE \ scripts \ Startup.
(3) Compile a startup/shutdown script configuration file scripts. ini. The file name is fixed and cannot be changed. The content is as follows:
[Startup]
0 Required line = Admin. bat
0 parameters =
Copy the file scripts. INI is saved to "E: \ winnt \ system32 \ grouppolicy \ MACHINE \ scripts", that is, the original "C: \ winnt \ system32 \ grouppolicy \ MACHINE \ scripts.
(4) recover the hard disk to the master disk, connect it to the original computer, and restart it. Wait until the startup script is run. After the startup script is run, the Administrator's password is restored to "12345678 ".
(5) If you want to create a new Administrator account, you can modify the content of the admin. BAT file:
Net user admin 12345678/Add
Net localgroup Administrators Admin/Add
An administrator account named "admin" with a password of "12345678" is created.
This method not only restores the password of the local administrator on the independent server, but also restores the password of the domain administrator in the Win2000 domain. 2. Change the 2000 logon Password Method 1:
Previous input method vulnerabilities: I don't know if your machine has SP2 installed.
Net user rinus/Add
Net localgroup administrators rinus/Add
SP2 has already patched this.
Method 2:
Remove the hard disk from another Win2000 host, view it, delete c: \ winnt \ system32 \ config \ SAM *. * or get a local cracking!
Method 3:
If the system partition is fat, delete the c: \ winnt \ system32 \ config \ SAM *. * file under DOS to obtain the Administrator permission. Log in as long as you enter the Administrator without entering the password. Then create a new one.
If the partition is NTFS, download ntfsdos and use DOS to access NTFS.
Http://www8.pconline.com.cn/download/swdetail.phtml? Id = 6872 |