lukehem Posted October 29, 2014 Posted October 29, 2014 (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 October 29, 2014 by lukehem 3
pooley Posted October 29, 2014 Posted October 29, 2014 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.
lukehem Posted October 29, 2014 Author Posted October 29, 2014 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.
Chris_ Posted October 29, 2014 Posted October 29, 2014 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..
lukehem Posted October 29, 2014 Author Posted October 29, 2014 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. 1
lukehem Posted October 30, 2014 Author Posted October 30, 2014 I have made a slight change to the bat file so it removes the rdp.rdp file from the script directory after it has copied it to c:\rdp InternalRDP.zip
lukehem Posted October 30, 2014 Author Posted October 30, 2014 Here is 6 of our PC's remoting into an RDP server. https://www.youtube.com/watch?v=YBqHNxyYSW4 1
cpjitservices Posted October 30, 2014 Posted October 30, 2014 I did this, in a suite of 50 odd machines, the OS was Linux, Fedora to be precise which auto-logged into a shell and executed XRDP into an MS RDP Server.
TechSupp Posted October 30, 2014 Posted October 30, 2014 Interesting, what spec of server do you need to run something like that?...and best question...difficult to set up?
cpjitservices Posted October 30, 2014 Posted October 30, 2014 I had an 8 core custom built server, 16GB RAM running Server 2008 R2 with RDP Services.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now