I was trying to track down an issue today that I thought was group policy related. I kept getting access denid when I tried to run the RSOP.MSC. I found an article on the web with the fix.
cd %windir%\system32
regsvr32 /n /I userenv.dll
cd wbem
mofcomp scersop.mof
gpupdate /force
regsvr32 /n /I userenv.dll
cd wbem
mofcomp scersop.mof
gpupdate /force
No comments:
Post a Comment