Set Windows invisible password Secret login dual system

  
As the price of computer hardware continues to fall, the author's "master machine" finally revive the glory through the upgrade, ran on the dual system: Windows XP and Windows 2000. Since the computer is placed in the dormitory, it naturally becomes a "public product", but there are many settings in the Windows 2000 system that do not want others to see it. What should I do? I can't set a password! I think about it, finally I thought of it. A great way, the author will introduce it below.
First of all, find the boot information file (Boot.ini), because it is hidden, we can choose "Resource Manager", select the "Tools" menu in the "folder options", in “View ” uncheck the "Hide Protected System Files" checkbox in the “ option, and check "Show all files and folders" in “Hide files and folders> frame. This removes the hidden attribute, you can see the Boot.ini file in the C drive.
[boot loader]
timeout=30default=multi(0)disk(0)rdisk(0)partition(2)WINDOWS
[operating systems]
multi(0)disk(0)rdisk (0) partition(2)\\WINDOWS="Windows XP" /fastdetectc:="Windows 2000"
The following is a brief explanation, timeout=30 refers to the time when the menu is selected at startup, that is, the system The time it takes to enter the default operating system when the user does not perform any operation after starting the boot menu. The default setting is 30 seconds, which can be changed at will. If it is changed to 0, then the selection menu will not appear and directly enter the default system (here is Windows XP), if I don't want others to enter my Windows 2000 system, then modify this Boot.ini file to achieve. First set the timeout to 2 seconds, then delete the Windows 2000 after the last line of the equal sign. When starting up, others will only see Windows XP and one line. Windows 2000 actually has it, just can't see it. Who can think that at this time, just press the down cursor key to enter 2000? Because the waiting time is only set to a short two seconds! In a blink of an eye, the system directly enters Windows XP.
Copyright © Windows knowledge All Rights Reserved