Jump to content

Recommended Posts

Posted

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?

Posted
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.
  • Thanks 1
Posted
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.

Posted

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

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