Windows 10: On updated to 1511 machines gpedit.msc reports namespace conflict

Discus and support On updated to 1511 machines gpedit.msc reports namespace conflict in Windows 10 Updates and Activation to solve the problem; *.adml files are in the .\lang folder. Pick the one for your favorite written language. I would put everything into the driver store. Decide which... Discussion in 'Windows 10 Updates and Activation' started by AndreyT, Nov 15, 2015.

  1. mfaklis Win User

    On updated to 1511 machines gpedit.msc reports namespace conflict


    *.adml files are in the .\lang folder. Pick the one for your favorite written language.

    I would put everything into the driver store. Decide which one is dragged into the GPO, or use a WFI filter to indicate which one is needed for groups of machines.
     
    mfaklis, Nov 16, 2015
    #16
  2. lx07 Win User

    You are right. I've updated these also (same method as above). @AndreyT's error was fixed by just renaming .admx oddly enough.
     
  3. sygnus21 Win User
    sygnus21, Nov 17, 2015
    #18
  4. drugo Win User

    On updated to 1511 machines gpedit.msc reports namespace conflict

    hth[/quote]
    hi
    about
    the bat does change the files inside c:\Windows\PolicyDefinitions\
    inside the c:\Windows\PolicyDefinitions\ there is the language folder and Microsoft-Windows-Geolocation-WLPAdm.adml , how can i rename to LocationProviderADM.adml ?
    thanks
     
    drugo, Nov 17, 2015
    #19
  5. lx07 Win User
    Depends on your language. Have a look inside C:\Windows\PolicyDefinitions. There will be one (or more) directories depending on your language(s) installed. Assuming it is US English (en-US) you change to that directory and then run the same commands but replacing admx with adml.

    Like this for example. Code: cd C:\Windows\PolicyDefinitions\en-US takeown /f LocationProviderAdm.adml icacls LocationProviderAdm.adml /grant "%USERDOMAIN%\%USERNAME%"On updated to 1511 machines gpedit.msc reports namespace conflict :(F) del LocationProviderAdm.adml takeown /f Microsoft-Windows-Geolocation-WLPAdm.adml icacls Microsoft-Windows-Geolocation-WLPAdm.adml /grant "%USERDOMAIN%\%USERNAME%"On updated to 1511 machines gpedit.msc reports namespace conflict :(F) ren Microsoft-Windows-Geolocation-WLPAdm.adml LocationProviderAdm.adml icacls LocationProviderAdm.adml /setowner "NT SERVICE\TrustedInstaller" icacls LocationProviderAdm.adml /remove "%USERDOMAIN%\%USERNAME%"[/quote] Don't run these scripts more than once in the same directory or you'll end up with no LocationProviderAdm as it deletes it first and then renames the Microsoft-Windows-Geolocation-WLPAdm.

    I did that and had to restore it back from the ISO *Redface

    hth
     
  6. drugo Win User
    hi
    seems that inside the folder
    C:\Windows\PolicyDefinitions\en-US
    there is no need of special permission , i run total commander as administrator and i delete and rename the file inside the folder C:\Windows\PolicyDefinitions\en-US

    did you noticed ?
     
    drugo, Nov 17, 2015
    #21
  7. lx07 Win User
    For me it is owned by TrustedInstaller and Administrators group only has read/execute so can't rename. Strange it is different but I've clean installed since doing this fix so I can't recheck it. Perhaps authority is different in 1511 clean install to an upgrade.

    Did you get the problem fixed anyway?
     
  8. drugo Win User

    On updated to 1511 machines gpedit.msc reports namespace conflict

    hi lx07 , i guess so
    the folder C:\Windows\PolicyDefinitions ,and the files inside are owned by TrustedInstaller and Administrators group
    the files inside C:\Windows\PolicyDefinitions\en-US i was able to delete and remane as administrator
     
    drugo, Nov 17, 2015
    #23
  9. Vaio 7 Win User
    Hi,

    Make sure to run an sfc /scannow or sfc /verifyonly Admin cmd, after those changes, because Windows 10 is very "sensitive" to that kind of changed file ownerships.

    I'm seeing the same thing on both my W 10 Pro x64 laptops, with gpedit messages, but won't try the fix until there are no side-effects.
    I've tried once, in the past, under W 10 build 10240, to change the way WMP 12 opens, from Normal window to Maximized, additional permissions were required, then ran an sfc /verifyonly cmd and immediately sfc returned 2 Shortcut.ink violations related to the change I had made to WMP 12. Same procedure worked fine under W 7 x64, no sfc violations.

    I had to use a Paragon image backup to get things back to order.
    So take care, and please report back the sfc results.

    Regards,
     
    Vaio 7, Nov 17, 2015
    #24
  10. drugo Win User
    hi
    no sfc violations *Smile
    thanks Vaio
     
    drugo, Nov 17, 2015
    #25
  11. Hi all, same problem here... after Updating to win10 1511
    Thanks for the solution it is very clear, although I have a doubt?!?!

    MIcrosoft Support https://support.microsoft.com/en-us/kb/3077013
    says:
    Code: Cause This issue occurs because the LocationProviderADM.admx file was renamed as Microsoft-Windows-Geolocation-WLPAdm.admx in Windows 10. After you copy the .admx files from Windows 10 to a central store that contains a LocationProviderADM.ADMX file that is from an earlier release of Windows, there are two .admx files that contain the same settings but have different names. Therefore, the "namespace is already defined" error is received. Workaround Method 1 Click OK to ignore the error message.Method 2
    • Delete the LocationProviderADM.admx and LocationProviderADM.adml files from the central store.
    • Rename Microsoft-Windows-Geolocation-WLPAdm.admx to LocationProviderADM.admx
    • Rename Microsoft-Windows-Geolocation-WLPAdm.adml to LocationProviderADM.adml
    More information The only difference in the contents between the pre-Windows 10 LocationProviderADM.admx file and the Windows 10 Microsoft-Windows-Geolocation-WLPAdm.admx file is this line that contains the "<supportedOn>" entry. In the pre-Windows 10 LocationProviderADM.admx file, "<supportedOn>" reads as follows:<supportedOn ref="windows:SUPPORTED_Windows8"/>In the Windows 10 LocationProviderADM.admx, "<supportedOn>" reads as follows:<supportedOn ref="windows:SUPPORTED_Windows8_Or_Windows_6_3_Only"/> This error occurs when you click the Policy node under Computer Configuration or User Configuration.[/quote] But in my case:

    LocationProviderAdm.admx is dated 30/october/2015,
    Microsoft-Windows-Geolocation-WLPAdm.admx is dated 10/july/2015

    so the newer is LocationProviderAdm.admx, should I just delete "Microsoft-Windows-Geolocation-WLPAdm.admx"???
    why did you deleted the NEWER and renamed the OLDER?

    moreover, checking the text content, they are identical!!!

    Maybe the solution on MS Support is similar but related to a different situation?

    Thanks
     
    PowerDrome, Nov 18, 2015
    #26
  12. lx07 Win User
    The original question was about how to do what the kb said while keeping correct permissions. To be honest I never checked the creation dates and contents - just deleted and renamed following the kb and this fixed the pop-up message.

    If the contents are the same then just deleting the old one would make sense. I can't test this anymore as I've already made the change and since then then done a clean install.

    On a clean install the LocationProviderAdm.admx is dated 30/october/2015 same as you so I think you are correct - just delete Microsoft-Windows-Geolocation-WLPAdm.admx (and any Microsoft-Windows-Geolocation-WLPAdm.adml you have in the language folders)
     
  13. On updated to 1511 machines gpedit.msc reports namespace conflict

    Thanks!
    If anybody need the 2 versions of the files... I have saved them... just ask...

    *Biggrin
     
    PowerDrome, Nov 18, 2015
    #28
  14. tfwul Win User
    Method 2

    • Delete the LocationProviderADM.admx and LocationProviderADM.adml files from the central store.
    • Rename Microsoft-Windows-Geolocation-WLPAdm.admx to LocationProviderADM.admx
    • Rename Microsoft-Windows-Geolocation-WLPAdm.adml to LocationProviderADM.adml

    But, as always ...

    Easier said then done!
    Error: "You require permission from Trustedlnstaller to make changes to this file"



    On updated to 1511 machines gpedit.msc reports namespace conflict [​IMG]



    On updated to 1511 machines gpedit.msc reports namespace conflict [​IMG]
     
    tfwul, Jan 4, 2016
    #29
  15. lx07 Win User
    You need to give yourself authority as described in post 12.
     
Thema:

On updated to 1511 machines gpedit.msc reports namespace conflict

Loading...
  1. On updated to 1511 machines gpedit.msc reports namespace conflict - Similar Threads - updated 1511 machines

  2. Conflicting updates

    in Windows 10 Gaming
    Conflicting updates: 2 Update with different version for same driver. https://answers.microsoft.com/en-us/windows/forum/all/conflicting-updates/d32f33c4-d512-4d0e-b22c-e8352bafcc38
  3. Conflicting updates

    in Windows 10 Software and Apps
    Conflicting updates: 2 Update with different version for same driver. https://answers.microsoft.com/en-us/windows/forum/all/conflicting-updates/d32f33c4-d512-4d0e-b22c-e8352bafcc38
  4. Windows 11 conflicting reports.

    in Windows 10 Gaming
    Windows 11 conflicting reports.: One says the system doesn't meet the requirements while another says it does.What do you do?Vijay https://answers.microsoft.com/en-us/windows/forum/all/windows-11-conflicting-reports/02595d1e-5c4c-4538-b475-e994b5f37df5
  5. Windows 11 conflicting reports.

    in Windows 10 Software and Apps
    Windows 11 conflicting reports.: One says the system doesn't meet the requirements while another says it does.What do you do?Vijay https://answers.microsoft.com/en-us/windows/forum/all/windows-11-conflicting-reports/02595d1e-5c4c-4538-b475-e994b5f37df5
  6. Windows 11 conflicting reports.

    in Windows 10 Installation and Upgrade
    Windows 11 conflicting reports.: One says the system doesn't meet the requirements while another says it does.What do you do?Vijay https://answers.microsoft.com/en-us/windows/forum/all/windows-11-conflicting-reports/02595d1e-5c4c-4538-b475-e994b5f37df5
  7. Windows version number reporting conflict

    in Windows 10 Support
    Windows version number reporting conflict: Hello. When I run winver, the WIn10 splash screen reports I am running Version 1909 (OS Build 18363.1379). However, the version painted to the screen is Build 18362.19h1_release.190318-1202. Any idea why these two aren't the same? (BTW I have tried turning the...
  8. Correct Choice to Disable Windows Error Reporting in gpedit.

    in Windows 10 Support
    Correct Choice to Disable Windows Error Reporting in gpedit.: Hello all, In gpedit, I see two locations to deal with Windows Error Reporting. Computer Configuration > Administrative Templates > Windows Components > Windows Error Reporting: Disable Windows Error Reporting and Computer Configuration > Administrative Templates >...
  9. gpedit

    in Windows 10 BSOD Crashes and Debugging
    gpedit: Tengo el editor de directivas de grupo local. al revisar su contenido observo que le faltan carpetas se pueden actualizar este editor. Se pueden descargar los archivos, se puede hacer algo.o automáticamente se va actualizando. agradezco algún comentario.GRACIAS...
  10. GPEdit: namespace already defined?

    in Windows 10 Support
    GPEdit: namespace already defined?: I ran Windows Update as normal this morning, but got a message at the top saying "Some settings are managed by your organisation." I looked on the forum, and sure enough, there were others with this problem. I chose the fix that involved GPEdit, but on running this I got...
Tags: