Jump to content

Recommended Posts

Posted (edited)

We have a load of old computers in school (Year 1 and reception).

 

Year 1 and reception have generic usernames and passwords which the teachers log onto the computers with in a morning.

 

The old computers where getting really crappy and wouldnt run much on them so i created a script to remote them into an RDP server with high spec. Check it out (Note that i removed the computers from the domain first).

 

When the computer boots up it will automatically boot into the RDP server.

 

InternalRDP.zip

 

Let me know what you all think?? :)

 

If you want to know exactly what the script changes ask me :)

Edited by lukehem
  • Thanks 3
Posted
What spec pc's are you running as terminals? I have some v old Intel imacs (bootcamped) that I have just decommissioned and this has me thinking of using them as research pc's in our library.
Posted

The Terminal Clients are intel Atom N270 / 1.6 GHz - RAM 1 GB PC's (ASUS Eee Top ET1602).

 

I don't see why that shouldn't work in the library. Although if you want staff/pupils to login on them you will have to disable the save credentials button in the registry (if a pupil or a member of staff ticks this box it will auto login as that user every time).

 

Let me know if you want the registry key to disable this. Then each time the PC boots you will basically have a remote desktop login screen asking for credentials. If a user closes this dialog box it will just keep opening. :)

Posted
The Terminal Clients are intel Atom N270 / 1.6 GHz - RAM 1 GB PC's (ASUS Eee Top ET1602).

 

I don't see why that shouldn't work in the library. Although if you want staff/pupils to login on them you will have to disable the save credentials button in the registry (if a pupil or a member of staff ticks this box it will auto login as that user every time).

 

Let me know if you want the registry key to disable this. Then each time the PC boots you will basically have a remote desktop login screen asking for credentials. If a user closes this dialog box it will just keep opening. :)

 

I'd be interested to know what registry key needs changing to remove the save credentials button. I set up some old PCs running Windows ThinPC that connected to our RDS servers, but people kept ticking the box..

Posted
I'd be interested to know what registry key needs changing to remove the save credentials button. I set up some old PCs running Windows ThinPC that connected to our RDS servers, but people kept ticking the box..

 

KEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\

 

DWORD

DisablePasswordSaving set it to 1

 

Then give the PC a reboot it will remove the tick box.

  • Thanks 1

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