Hi friends,
Everyone know about security under Windows 9x. We can access Windows 9x by pressing "ESC" key. We don't need any User and Password to login. Here is a registry tweak that may help to restrict unauthorized access.
REGEDIT4
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run]
"SecureAccess"="rundll.exe user.exe,ExitWindows"
Copy n paste this code into notepad and Save As "<FileName>.reg" and patch it.
Now Restart your PC and press ESC key instead of login into Windows. Windows will be shutdown without prompting any message.