Re: LogonPrompt Under WindowsNT Registry
From: Matt Scarborough (vexversa@verizon.net)
Date: 09/08/02
- Next message: ian: "administrator password"
- Previous message: Daniel Sie [MS]: "Re: Pb with CertFreeCertificateContext"
- In reply to: Norman I. Rosenthal: "Re: LogonPrompt Under WindowsNT Registry"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Matt Scarborough <vexversa@verizon.net> Date: Sun, 08 Sep 2002 02:22:14 +0000
On Sat, 7 Sep 2002 15:16:35 -0400, Norman I. Rosenthal wrote
<erSoxLqVCHA.1660@tkmsftngp09>
> Thanks that is awesome not to mention works a lot better then having to use
> a batch file as a work around.
>
> Could you tell me what the LogonPrompt,1,%LogonPrompt%,2 means. I am just
> curious about all the %'s and everything so if I ever need to create
> something else I can do fairly easy.
Cool Norman, glad it worked.
...\LogonPrompt = Registry Path (the value we want to add/change)
1 = Registry Type (DWORD, String, etc.)
%LogonPrompt% = Display Name (the variable we added to [Strings])
2 = Display Type (in the SCM GUI, we were offered a text field to double-click)
Those are all further described here, How to Add Custom Registry Settings to Security
Configuration Editor
http://support.microsoft.com/support/kb/articles/Q214/7/52.asp
One additional note, the procedure appears to work on NT4 as well. Provided of course
the Security Configuration Editor/Manager is installed to NT4, the only differences
may be the inherent GUI changes for NT4's SCM, and the command to register the new
Registry value in the database which is
regsvr32.exe %WINDIR%\system32\scedll.dll
instead of Win2k/XP's scecli.dll.
Matt Scarborough 2002-09-07
>
> "Matt Scarborough" <vexversa@verizon.net> wrote in message
> news:32ginuch24emdkl9ofu9nttdnbrja2gdtt@msnews.microsoft.com...
> > On Thu, 5 Sep 2002 13:03:07 -0400, Norman Rosenthal wrote
> > <OFXVF4PVCHA.1840@tkmsftngp10>
> > > I am trying to use the entry Logon Prompt entry under
> > > HKLM\Software\Microsoft\WindowsNT\CurrentVersion.
> >
> > Good day Norman. Hope this works for you.
> >
> > Open C:\WINNT\INF\sceregvl.inf
> > The [Register Registry Values] section lists several values as a grouping
> for
> > MACHINE\Software\Microsoft\Windows NT\CurrentVersion
> >
> > Add this entry as the last line in that group. (One line that may wrap.)
> > MACHINE\Software\Microsoft\Windows
> > NT\CurrentVersion\Winlogon\LogonPrompt,1,%LogonPrompt%,2
> >
> > As the last value in the [Strings] section, add
> > LogonPrompt = Message text for logon dialog
> >
> > Save the changes to sceregvl.inf
> >
> > Start | Run| enter
> > regsvr32.exe %WINDIR%\system32\scecli.dll
> > If successful the message
> > DllRegisterServer in scecli.dll succeeded
> > will be displayed.
> >
> > Load the Administrative Tools | Group (or Local Security) Policy snap-in
> > Security Settings | Local Policies | Security Options
> > In the right pane, Policy column, double-click "Message text for logon
> dialog"
> > Double-click the greyed field under "Local policy setting:"
> > Type in your change, such as
> > Boy Howdy! Welcome to Windows!
> > In the left pane right-click the "Security Settings" tree and choose
> "Reload."
> >
> > Log off the current user and log back on. With any luck you will see the
> desired text
> > "Boy Howdy! Welcome to Windows!" above the "User name:" field in the Log
> On to Windows
> > dialog box. If memory serves, this is only applicable to Windows 2000 and
> Windows XP.
> >
> > Matt Scarborough 2002-09-06
> >
> > http://support.microsoft.com/support/kb/articles/Q214/7/52.asp
> > > Whenver I enter this into a Admin Template it goes blank.
> > >
> > > If I try and use it under HKLM\
> > > Software\Microsoft\Windows\CurrentVersion\Policies\System it gets into
> the
> > > registy but never modifies the logon screen. It only seems to work when
> > > under WindowsNT.
> > >
> > > ANyone have any ideas. I am already using Message Text and Message
> Title so
> > > I cannot do it that way and I cannot import the .reg file for 2 reasons.
> > >
> > > 1 I dont know how and
> > > 2 not all users have admin rights
> > >
> > > Thanks
> > > Norman
> > >
> >
>
- Next message: ian: "administrator password"
- Previous message: Daniel Sie [MS]: "Re: Pb with CertFreeCertificateContext"
- In reply to: Norman I. Rosenthal: "Re: LogonPrompt Under WindowsNT Registry"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|