Jump to content

Recommended Posts

Posted

Hi all,

 

Once again we have a problem where an xp computer just looses all of its restrictions and doesnt pick up any gpo's.

 

the computer has not been moved in AD and all Policys have stayed in the same place, the students have gpo's restricting them aswell, which havent been moved or changed.

 

its just on random computers that they loose all gpo's, only the H:\ Drive is mapped, they have access to Control Pannel, C:\ Drive ect, they cant change major things on the computer but they can access them.

 

The only fix we have found is to WDS the computer but then a couple of weeks later with another computer, not connected with the last, we get a call from a teacher saying that a student cant access the R:\ Drive have a look and the computer hasnt picked up and GPO

 

Has anyone had simular problems with this in concern or has any answers

Much Appreciated.

Posted

Any errors in the event log? 1054 is a common one, can't remember the other (it'll be in Application or System, normally at start up)

 

Update network drivers and, if you are getting 1054, import this reg key

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DisableDHCPMediaSense"=dword:00000001

Posted

I can't say I've ever seen an XP computer just lose its GPO settings. Have you checked the event logs? Do you get any messages relating to Scandisk at startup or any other similar errors?

 

The odds are, it's probably registry corruption which is causing these type of problems.

Guest Guest
Posted
Any errors in the event log? 1054 is a common one, can't remember the other (it'll be in Application or System, normally at start up)

 

Update network drivers and, if you are getting 1054, import this reg key

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DisableDHCPMediaSense"=dword:00000001

 

Was going to suggest this.

 

Give it a try, basically windows stops looking for a DC/domain before the NIC has finished negotiating with the switch.

  • 4 months later...
Posted

cd /d %windir%\system32\wbem

for %%i in (*.dll) do RegSvr32 -s %%i

for %%i in (*.exe) do %%i /RegServer

 

Put this in a batchfile and after a restart it fixes gpos :)

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