Link to home
Start Free TrialLog in
Avatar of William Fulks
William FulksFlag for United States of America

asked on

Deleted GPO still showing up and causing Please Wait screen

We have a number of Windows 7 computers on our domain that get stuck on a "Please wait" screen for hours, and I have isolated it to a hung up GPO that has already been disabled, then deleted. The GPO previously installed, then removed, the Barracuda WSA client.

On one PC I tested this morning, the client was already gone as well as the GPO when I ran "gpresult" but in the System Error Log it still showed it as failed. I have to use Dameware to manually kill msiexec and then the Please Wait goes away, but this keeps happening. Any ideas?
Avatar of Adam Brown
Adam Brown
Flag of United States of America image

Depending on how the GPO installed the client, you may need to reconfigure the GPO so it removes the configuration used rather than disabling/removing it. For instance, if the script created a scheduled task to perform the install, that scheduled task has to be removed.
Avatar of William Fulks

ASKER

Actually, I did that already. It's getting hung on a GPO that removes the client. The GPO can't find the client and gets hung since it was already removed. The bigger problem is why the GPO won't go away.
Clear the Group Policy cache on the client:

RD /S /Q "%WinDir%\System32\GroupPolicyUsers"

RD /S /Q "%WinDir%\System32\GroupPolicy"

Then refresh your applied Group Policies:

gpupdate /FORCE
One of our senior techs found the issue. It was buried in the registry under HKLM\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt\

I tell y'all what, we have had nothing but problems with Barracuda's WSA (web security application). One past PITA as it goes away!
ASKER CERTIFIED SOLUTION
Avatar of William Fulks
William Fulks
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!