bwestlake Posted April 30, 2012 Posted April 30, 2012 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.
jamesreedersmith Posted April 30, 2012 Posted April 30, 2012 Sounds like the old pull the network cable trick!
bwestlake Posted April 30, 2012 Author Posted April 30, 2012 once it looses the settings it doesnt repick them up no matter what we do :/
jamesreedersmith Posted April 30, 2012 Posted April 30, 2012 What about if you remove from the domain, rename and rejoin?
sonofsanta Posted April 30, 2012 Posted April 30, 2012 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
Michael Posted May 1, 2012 Posted May 1, 2012 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.
liveman2 Posted May 1, 2012 Posted May 1, 2012 The network cable problem was fixed as I recall in a Windows Update many years ago.
Guest Guest Posted May 7, 2012 Posted May 7, 2012 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.
bwestlake Posted September 12, 2012 Author Posted September 12, 2012 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
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