| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/ProgramData/VMware/VMware Tools/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<!--
**********************************************************************
Copyright (c) 2021 VMware, Inc. All rights reserved.
deviceHelperPolicy.admx
**********************************************************************
-->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
revision="1.0"
schemaVersion="1.0"
xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="deviceHelperPolicy" namespace="VMware.Policies.deviceHelperPolicy" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" fallbackCulture="en-us" />
<categories>
<category name="VMwareTools_Config" displayName="$(string.VMwareTools_Config)" key="Software\Policies\VMware, Inc.\VMware Tools" />
<category name="DeviceHelper_Config" displayName="$(string.DeviceHelper_Config)" key="Software\Policies\VMware, Inc.\VMware Tools\DeviceHelper">
<parentCategory ref="deviceHelperPolicy:VMwareTools_Config" />
</category>
</categories>
<policies>
<policy
name="Enable Device Helper" class="Machine" displayName="$(string.EnableDeviceHelper)" explainText="$(string.EnableDeviceHelper_Desc)"
key="Software\Policies\VMware, Inc.\VMware Tools\DeviceHelper" valueName="Enabled">
<parentCategory ref="DeviceHelper_Config" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
</policies>
</policyDefinitions>