chekmate1984 Posted May 13, 2013 Posted May 13, 2013 Hi all randomly we have noticed students workstations usually once a week a machine drops out of the domain. it just goes off domain nothing else, all past logins and softwares still in tact Any ideas whats causing this? or could cause it?
FN-GM Posted May 13, 2013 Posted May 13, 2013 Disable Start-up repair. This will fix it. Its auto repairing itself then loosing trust with the domain. Have a search there is a script on here to disable it on bulk. 1
plexer Posted May 13, 2013 Posted May 13, 2013 Windows 7 Startup Repair Disjoining System From Domain Ben
Andie Posted May 14, 2013 Posted May 14, 2013 Hi all randomly we have noticed students workstations usually once a week a machine drops out of the domain. it just goes off domain nothing else, all past logins and softwares still in tact Any ideas whats causing this? or could cause it? If they are laptops, it is probably being caused by them not being properly shut down and then left unplugged too long so they don't shutdown properly. When restarted they go into startup repair, as stated above, which takes them back to a pre domain state. We had this happening and I followed the advice on this thread: http://www.edugeek.net/forums/windows-7/83381-windows-7-clients-dropping-off-domain.html Plus I reminded all staff about the need to make sure laptops were shut down properly before the lids were closed.
TheScarfedOne Posted May 14, 2013 Posted May 14, 2013 Yep - had this happening too. Real nuisance. Drop the following into a startup script to kill it... objShell.run "bcdedit /set {default} recoveryenabled No" objShell.run "bcdedit /set {default} bootstatuspolicy ignoreallfailures" VBS script that is...
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