|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Autologon on VistaHello!
I wrote a program with VB6 to enable Autologon. This are just a veiw registry values to write. This is no more working with Windows Vista, but I only find an article on Microsoft Website for XP-autologon. Does someone know how to create Autologon on Windows Vista? Thanks in advance! On Thu, 01 Mar 2007 12:58:19 GMT, m.we***@megalith-software.de (Markus Weber (Megalith GmbH)) wrote:
¤ Hello! ¤ ¤ I wrote a program with VB6 to enable Autologon. This are just a veiw ¤ registry values to write. This is no more working with Windows Vista, ¤ but I only find an article on Microsoft Website for XP-autologon. Does ¤ someone know how to create Autologon on Windows Vista? I believe there is an Autologin command line utility that can easily handle this for your. It needs to run with an elevated privilege. The other option is to create a credential provider, which may be somewhat involved for a Visual Basic implementation. http://www.microsoft.com/downloads/details.aspx?FamilyID=B1B3CBD1-2D3A-4FAC-982F-289F4F4B9300&displaylang=en Paul ~~~~ Microsoft MVP (Visual Basic) Markus Weber (Megalith GmbH) <m.we***@megalith-software.de> wrote:
> I wrote a program with VB6 to enable Autologon. This are just a veiw Is it writing information here?> registry values to write. This is no more working with Windows Vista, > but I only find an article on Microsoft Website for XP-autologon. Does > someone know how to create Autologon on Windows Vista? HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon That's not something you're likely to get away with much longer, as you've found.
Show quote
Hide quote
"Karl E. Peterson" <k***@mvps.org> schrieb: Yes I write the following keys::>Markus Weber (Megalith GmbH) <m.we***@megalith-software.de> wrote: >> I wrote a program with VB6 to enable Autologon. This are just a veiw >> registry values to write. This is no more working with Windows Vista, >> but I only find an article on Microsoft Website for XP-autologon. Does >> someone know how to create Autologon on Windows Vista? > > >Is it writing information here? > > HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon > >That's not something you're likely to get away with much longer, as you've found. AutoAdminLogon = 1 DefaultUserName DefaultPassword DefaultDomainname Markus Weber <pi***@gmx.net> wrote:
Show quoteHide quote > "Karl E. Peterson" <k***@mvps.org> schrieb: I suspect that your application will have to run with Admin credentials, and >> Markus Weber (Megalith GmbH) <m.we***@megalith-software.de> wrote: >>> I wrote a program with VB6 to enable Autologon. This are just a veiw >>> registry values to write. This is no more working with Windows Vista, >>> but I only find an article on Microsoft Website for XP-autologon. Does >>> someone know how to create Autologon on Windows Vista? >> >> Is it writing information here? >> >> HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon >> >> That's not something you're likely to get away with much longer, as you've found. > > Yes I write the following keys:: > AutoAdminLogon = 1 > DefaultUserName > DefaultPassword > DefaultDomainname possibly UAC turned off, for that to fly.
Show quote
Hide quote
>Markus Weber <pi***@gmx.net> wrote: No this doesn't solve the problem. I found a small comand line>> "Karl E. Peterson" <k***@mvps.org> schrieb: >>> Markus Weber (Megalith GmbH) <m.we***@megalith-software.de> wrote: >>>> I wrote a program with VB6 to enable Autologon. This are just a veiw >>>> registry values to write. This is no more working with Windows Vista, >>>> but I only find an article on Microsoft Website for XP-autologon. Does >>>> someone know how to create Autologon on Windows Vista? >>> >>> Is it writing information here? >>> >>> HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon >>> >>> That's not something you're likely to get away with much longer, as you've found. >> >> Yes I write the following keys:: >> AutoAdminLogon = 1 >> DefaultUserName >> DefaultPassword >> DefaultDomainname > >I suspect that your application will have to run with Admin credentials, and >possibly UAC turned off, for that to fly. application from microsoft called "autologon.exe". It looks that the autologon mechanism has been changed, becasue the password for example is no more saved in the "defaultpassword" key. Instead it it saved now somewhere encrypted. If someone will find a API or something like that please post it here. Markus Weber <m.we***@megalith-software.com> wrote:
Show quoteHide quote >> Markus Weber <pi***@gmx.net> wrote: Well, don't know what to tell ya, other than "works here." I just checked, and my >>> "Karl E. Peterson" <k***@mvps.org> schrieb: >>>> Markus Weber (Megalith GmbH) <m.we***@megalith-software.de> wrote: >>>>> I wrote a program with VB6 to enable Autologon. This are just a veiw >>>>> registry values to write. This is no more working with Windows Vista, >>>>> but I only find an article on Microsoft Website for XP-autologon. Does >>>>> someone know how to create Autologon on Windows Vista? >>>> >>>> Is it writing information here? >>>> >>>> HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon >>>> >>>> That's not something you're likely to get away with much longer, as you've >>>> found. >>> >>> Yes I write the following keys:: >>> AutoAdminLogon = 1 >>> DefaultUserName >>> DefaultPassword >>> DefaultDomainname >> >> I suspect that your application will have to run with Admin credentials, and >> possibly UAC turned off, for that to fly. > > No this doesn't solve the problem. I found a small comand line > application from microsoft called "autologon.exe". It looks that the > autologon mechanism has been changed, becasue the password for example > is no more saved in the "defaultpassword" key. Instead it it saved now > somewhere encrypted. If someone will find a API or something like that > please post it here. username/password are definitely stored there. In clear text. Of course, I have just about *all* <spit>security features</spit> turned off on this VM.
Problems after installing Visual Basic 6 on XP Professional SP2
OT - MS: $4,000 for Daylight Saving Fix Within a *.exe Looking for a way to call LogOff and Shutdown. Cannot quit Excel called from VB6 Source Control via Network Drive Getting Info from a .TTF File DoCmd.SendObject Centering a datagrid's column headers Sin, Cos |
|||||||||||||||||||||||