Hello
Do you have any other questions?
If the above reply is helpful to you, please mark it as answer.
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I need to modify current ADMX file to be able to select certain properties that are not currently available in GPO settings.
The file in question is "TerminalServer.admx" and the settings that I need to add are following:
Configure Remote FX
Optimize visual experience when using RemoteFX
Optimize visual experience for Remote Desktop Service Sessions
I have found ADMX information on this link:
In general here is what I have came up with based on my research:
<policy name="Configure RemoteFX" class="Machine" displayName="$(string.Configure_RemoteFX)" explainText="$(string.Configure_RemoteFX_EXPLAIN)" key="SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" valueName="fEnableVirtualizedGraphics">
<parentCategory ref="TS_LEGACY_REMOTEFX" /> #not sure about the correct category
<supportedOn ref="windows:SUPPORTED_WindowsXP" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
Does this looks ok, I do not have testing environment and is there another better approach (vendor does not provide ADMX files)?
Thank you,
Hello
Do you have any other questions?
If the above reply is helpful to you, please mark it as answer.
Thanks
Hello,
Thank you for posting in our Q&A forum.
From this link you can download the Administrative Templates (.admx) for Windows Server 2022, which contains:
https://www.microsoft.com/en-us/download/details.aspx?id=104003
Hope above information can help you.