re: Question about 'Get Rid of the Logon Screen'
Monday, October 6, 2008 at 10:04 am Windows XP Annoyances Discussion Forum
Posted by John DeeWayne Bivens
(1 messages posted)
Here's a Batch to do the above...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LegalNoticeCaption"=""
"LegalNoticeText"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"LegalNoticeCaption"=""
"LegalNoticeText"=""
"DisableCAD"=dword:00000001
Then you could install TweakUI on the windows xp machine.
Login with a Service account you create. This is just an account that has a password
that never expires.
Use tweak UI to auto login.
Then throw the above bat file and this this one.
@echo off
rundll32.exe user32.dll, LockWorkStation
cls
in the starup folder.
Tweak ui will login automatically, then the above script will run to fix your registry
entries if they change and then the other small bat file will lock the machine.
John Bivens
On Tuesday, February 21, 2006 at 7:27 pm, eleMENTAL wrote:
>
>What if there is a script that re-writes the registry values?
>
>
|
All messages in this thread [show all]
 |  |  |  | re: Question about 'Get Rid of the Logon Screen' (John DeeWayne Bivens: Mon, Oct 6, 2008, 10:04 am) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|