Legacy Windows 9x OS Support

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 14:01, 17 October 2008 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WIN95/98 PREVENT LOADING WINDOWS WITHOUT VALID LOGIN

With this registry entry you can make windows so that it will not load unless the user enters a valid username and password. This disabled the option to cancel or escape to continue. Use at your own risk.

Validate Registry Key: (simply create file in notepad called validate.reg and include all of the following)

REGEDIT4

[HKEY_LOCAL_MACHINE\Network\Logon]
"MustBeValidated"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]
"LegalNoticeCaption"="Unauthorized Access is Prohibited"
"LegalNoticeText"="Please log off system when finished."