Jump to content

Recommended Posts

  • 3 months later...
Posted

You can get a whole room or even the whole school to logon by modifying the registry in a start up script as follows:

 

Windows Registry Editor Version 5.00

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultDomainName"="JSCHS"

"DefaultUserName"="sysrebuild"

"LogonType"=dword:00000000

"AltDefaultUserName"="sysrebuild"

"AltDefaultDomainName"="JSCHS"

"AutoAdminLogon"="1"

"LeakTrack"=dword:00000000

"DefaultPassword"="*****"

 

save the text as logon.reg and include it in the machine policy start up script with a batch file with the following command:

 

Regedit.exe /s logon.reg

 

To reverse the process just set autoadminlogon to 0 and save the reg as logonrestore.reg and include in the batch file rather than the logon.reg file

Posted

iTALC does do it, but it's a hefty piece of software to install for only this purpose. I'm keeping my eye on iTALC as it develops and hopefully it will do so, into a fully fleshed out and developed application.

 

I'd love to see this feature in LanView, to me it seems like it has the base functionality to achieve this quite simply. I will suggest this on the MST Software forums, though Kevin probably has thought about this already.

Posted
I think AB tutor control does it. It will wake your machines up as well if they support WOL.

 

My (ex) school uses this. Anyone noticed it is very dodgy because if you make a mistake when entering the username or password, the software isn't good enough to recognise that an error message has appeared above the login window and completely screws up next time you try.

Guest metalmonkey
Posted

Believe me, this is something i've been trying to add into lanview for so long now.

 

A couple of issues and reasons why I have not done it yet.

 

1. Using sendkeys is disabled since XP SP2 - even using the keyboard interupts. (and also I'm loathed to risk this in case a mistake is made and it sendkeys the text to someone's desktop (ie, a pupils)

 

2. There are no third party remote logons that I have found to be reliable enough

 

3. Using the registry as shown above is something I wanted to implement is ok, but when it comes to resetting it back to normal is a big problem - so it doesn't always login.

 

4. The frustrating thing is, other software does it so it must be possible.

 

However - You could implement a remote execute command to do regedit \\servername\sharename\autologin.reg ect and reset it back once you are done. ummm. got me thinking now.

Guest metalmonkey
Posted

RM have the advantage that they also use their own msgina.dll which helps them a little bit.

 

Having said all that before, I think i've cracked it. I'll post back soon.

Guest metalmonkey
Posted

Yes, forget my last posts.

 

I have now implemented Auto login into LanView3 and will be in the next release.

Posted

sorry i had to wrong end of the stick and read the topic title wrong... whoops.

 

@metalmonkey: when will VNC slideshow be ready in LanView? Am looking forward to that.

  • 5 weeks later...
Posted

Thanks metalmonkey - completely missed this thread but I think your work on LanView is worthy of erecting a shrine in your honour!

 

Awesome work - can't wait for the new version.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...