Link to home
Start Free TrialLog in
Avatar of ICSLogistics
ICSLogistics

asked on

Out-of-date ActiveX control blocking GPO

I am trying to implement the new out of date active x controls GPO and they are not appearing in my GPO to set. Below is the link.

http://www.microsoft.com/en-us/download/details.aspx?id=40905


I cannot perform the second step here which I assume is because of a permission limitation from looking at the end locations permissions. Even when trying to add the ADM in administrative templates it does not show up. Any thoughts on what I am doing wrong here?

From an elevated command prompt, use the following command to update the inetres.admx file:
copy /y %WINDIR%\KB2841134\inetres.admx %SYSTEMROOT%\PolicyDefinitions\inetres.admx
From an elevated command prompt, use the following command to update the inetres.adml file for the targeted languages:
copy /y %WINDIR%\KB2841134\<LanguageCode>\inetres.adml %SYSTEMROOT%\Windows\PolicyDefinitions\<LanguageCode>\inetres.adml
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

you realize that <LanguageCode> is a placeholder for example "en-us"
you could '
takeown /f %SYSTEMROOT%\Windows\PolicyDefinitions\ /r /d n

Open in new window

"
ASKER CERTIFIED SOLUTION
Avatar of ICSLogistics
ICSLogistics

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
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.