...
This issue is observed when DELL Windows Server 2016 Multilingual recovery DVD is used and the Japanese language is installed on the System.The following two errors occur when starting local group policy editor post the OS installation. Each error occurs twice. Error#1 Resource '$(string.NewTab_AboutNewFeed)'(Browse attribute of displayName) was not found File C:\\Windows\PolicyDefinitions\inetres.admx, line 2975, column 61 Error#2 Policy presentation element 'CorpWUContentHost_Name' in referenced presentation 'CorpWuURL' does not exist. File C:\\Windows\PolicyDefinitions\WindowsUpdate.admx, line 368, colume 99 The above errors occur in a clean installed W2K16 will OEM OS media and only Japanese OS has issue.
SOLUTION The error message occurs when there is lack of definition files in ADMX and ADML. When the language pack is applied, ADML file is also applied. But when ADML file is not the latest, ADML file which is defined in ADMX is not applied correctly, this error occurs. You can use either of the below options to fix the issue. Option 1 : Apply the latest rollup in following URL. The issue is fixed in KB4051033 and newer rollup. Windows 10 and Windows Server 2016 update history This option is recommended because it's much more easier to implement compare to option 2. Option 2: Manually applying re-applying ADMX and ADML by downloading the management template for Windows Server 2016. Preparation: Back up management template (PolicyDefinitions folder) Logon the server with Admin privilege, open C:\Windows\PolicyDefinitions and right click PolicyDefinitions and copy it.Save it in any place you like. Download and replace Windows Server 2016 management template. Download Windows 10 and Windows Server 2016 ADMX.msi from the following link: Administrative Templates (.admx) for Windows 10 (1607) and Windows Server 2016Run MSI file, you can see files.Replace management template (Management template is located under C:\Windows\PolicyDefinitions and the default folder owner is "TrustedInstaller"). You need to change owner to replace the template (When the owner is not "TrustedInstaller" in your case, you can skip steps 1 to 6 below). Select C:\Windows\PolicyDefinitions folder and right click and open property.Select security Tab and click detail setting.Confirm the owner is "TrustedInstaller" in Security detail setting.When you see "TrustedInstaller", you can click update (or change) and select Administrators group and click OK.Check ON Replace the owner of Sub container and object and click OK.Confirm the owner is updated to Administrators group. And add full control privilege to the admin user you operate.Delete inetres.admx under C:\Windows\PolicyDefinitions folder. Delete inetres.adml in language folders. When you see several language folders under C:\Windows\PolicyDefinitions like "en-US", "ja-JP", etc, you delete adml file from each folders. The target files are "WindowsUpdate.admx", "inetres.admx", "CredSsp.admx"Copy files from folder. Target files are "WindowsUpdate.admx", "inetres.admx", "CredSsp.admx" and "WindowsUpdate.adml", "inetres.adml", "CredSsp.adml" for each languages. Copy to under C:\Windows\PolicyDefinitions folders.Confirm issue is solved Note: The above will be applicable to inetres.adml and windowsupdate.adml as string errors are seen for these 2 files.