Jump to content

Recommended Posts

Posted

Hi,

 

Im looking for a lil bit of help :(

 

as a techie there are times when i have to log onto 30 pc's at a time while maintaining ICT suites.

and after a while typing Administrator is so boring and im too lazy if im honnest.

 

So im looking for a simple run once script i can put into the OU grp of them computers while im doing that room.

 

ther are apps that do this but i would rather do it via .vbs or a regedit, i have used cds (intel drivers)

where it needs reboots and it will auto log into the same user again. my guess is that it uses a run once script for that.

 

it would be nice if it worked simular to PSexec with gpupdate /force.. etc

 

Cheers Marc

 

:doh:

Posted

I haven't tried this but have you looked at PSTools Autologon?

 

From what I understand you can set a station to login with a username and password of your choosing after reboot.

 

Obviously: Use with caution and make sure that it is removed when you have finished your work.

  • Thanks 1
Posted
I haven't tried this but have you looked at PSTools Autologon?

 

From what I understand you can set a station to login with a username and password of your choosing after reboot.

 

Obviously: Use with caution and make sure that it is removed when you have finished your work.

 

 

 

Cheers Dave i'll give it a look at today when im not too busy.

 

i'll let you know how it goes

 

Marc

Posted
AB Tutor...

 

nice idea but i hate these kinda apps, be nice to have a quick script on a usb and all i will have to do is change the target name, via a .txt

Posted

Pretty much what everyone else has said.. Autologon is something thats already there in windows so you can reghack to get it working:

 

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

  • Thanks 1
Posted
Pretty much what everyone else has said.. Autologon is something thats already there in windows so you can reghack to get it working:

 

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

 

ah thanks that mite be abit better.

 

atm im using

 

a batch file that contains

 

Psexec.exe -u "domain\user" -p "password" -c -i -d @ComputerList_IT4.txt autologon.exe "user" "computername or domain name" "password"

 

 

only issue i have is that once im finished i will run it agen with no user name and password like so, ( "" "domainname" "" ) but it will come up with an error because it still tries to log on with no pasword or username

 

IF this is not ran with the above method it will keep loggin into the user that was set before.

 

ive had a look around google and there does not seem to be any switches to stop or disable autologon.exe

 

Cheers again

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...