Difference between revisions of "Legacy Windows 9x OS Support"
From Free Knowledge Base- The DUCK Project: information for everyone
(New page: == 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. Th...) |
m |
||
Line 23: | Line 23: | ||
[[Category:Computer_Technology]] | [[Category:Computer_Technology]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | [[Category:Windows]] |
Latest revision as of 13:01, 17 October 2008
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."