LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Simply secure and manage all devices. Discover LogMeIn Resolve Mobile Device Management.

We are currently experiencing an unplanned outage for this product.
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Service Status
  • LogMeIn Returns as GoTo's IT Portfolio Brand

    LogMeIn is back as the name behind our IT products.

    Read the full announcement.
    Try the improved My Cases portal

    Easily manage your ticket, track its status, contact us from an existing case, and more.

    Sign in to try
  • Language selector icon Language selector icon
    • English
    • français
    • italiano
    • Deutsch
    • español
    • português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • My Cases
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • Device Platforms
  • Windows
  • Device Data and Configuration
product logo
Back button image Back
Back button image
product logo

Custom policy configurations for Windows 10 and 11

You can use LogMeIn Resolve MDM configuration profiles to manage and distribute restrictions and settings to your managed devices. In addition to built-in configuration profiles for Windows, you can customize or extend the management capabilities by creating custom policies in LogMeIn Resolve MDM. For example, you can define what is allowed or denied in your managed Windows devices or how they behave, look and feel.

Important information

Windows Configuration Service Provider (CSP) enables IT admins to configure multiple custom policies for Windows 10 and 11 devices. These CSP-based policies use Open Mobile Alliance - Uniform Resource Identifiers (OMA-URIs), which are paths to the specific settings in Windows. With LogMeIn Resolve MDM, you can build the OMA-URI in a configuration profile and add a new custom policy easily for your managed Windows device.

LogMeIn Resolve MDM supports Policy CSPs, excluding policies starting with ADMX_. It is also important to note that there is variation in the supported policies between different Windows versions. The features of the Windows 10 and 11 editions differ from each other, and new policies come along with new version releases. You can find the information and requirements of each policy from Microsoft policy CSP documentation.

If both an MDM-based CSP policy and its equivalent Group Policy (GP) are set on a device, the group policy wins over the CSP policy by default. However, IT administrators can use the ControlPolicyConflicts policy to ensure that the MDM-based CSP policy wins over the GP if there is a conflict.

Requirements

  • Windows 10 or 11
  • Full management

Create a custom policy configuration

  1. Start creating a new configuration from the Configuration profiles page on LogMeIn Resolve MDM. Select Add, choose the platform, and then Custom policy.
  2. Define the type of configuration in the Policy CSP (build the OMA-URI).
    • Choose the Area name from the drop-down menu. All available policies to configure with LogMeIn Resolve MDM are included in the dropdown menu.
    • Check the policies and requirements from Microsoft's documentation. When you have chosen the Area name, the link takes you to the selected area in the documentation to find and copy the correct Policy name.
  3. Define the Policy settings by entering the value and select Add. You can add multiple name/value pairs of the policy area in one custom policy.
  4. The Microsoft Policy CSP documentation provides information about the supported values.

Create a custom ADMX-backed policy configuration

Some ADMX-backed policies are supported, but you need to construct the required payload manually. Our example is related to the system hibernation timeout and battery settings. Find out the info from the Microsoft Policy CSP document.

    Create a policy that defines the inactivity period before Windows transitions to hibernate in the device on a battery.

    1. Each Windows device has a folder including a bunch of ADMX files (C:\\Windows\PolicyDefinitions). GP ADMX file name tells you the correct file for searching the input for the value field.
    2. The GP name shows the policy name you need to look for from the file, in this case, DCHibernateTimeOut_2. Inside the <elements> tag, you can find the configurable values. There can be several values, but for this example, there is only one:
      <elements> 
      <decimal id="EnterDCHibernateTimeOut" valueName="DCSettingIndex" required="true" maxValue="4294967295" />
      </elements>
    3. The value to enter to the custom configuration is <enabled /><data id=“EnterDCHibernateTimeOut” value=“TimeInSeconds”></data>.
    4. You can find more information about ADMX-backed policies and how to create the required XML value from Microsoft's documentation.

Results: When you have created the policy, you may deploy it to managed devices as any other configuration profile in LogMeIn Resolve MDM. Read the article on how to prevent unenrollment of the MDM profile on Windows 10 and 11, in case you like to see more examples about the configuration.

Update the policy configuration

You can edit the values of the existing policies, but you can not add or remove policies from the policy configuration. Go to Management > Configuration profiles > Configuration profile to edit the configuration.

Edit Windows custom configuration
The layout of the screen may look different in the product.

Custom CSP example

To see an example of a custom CSP, please see the How to make MDM profile non-removable on Windows 10 and 11 article. In the example, we explain how you can make the work account non-removable and prevent users from disabling the management.
Another supported type would be Storage/RemovableDiskDenyWriteAcces as seen below:
  • Area Name: Storage
  • Policy name: RemovableDiskDenyWriteAccess
  • Value: 1
For further information please see Microsoft policy csp / power / hibernation documentation.

Different policy types

To read more about the configuration service provider (CSP) policies available on Windows 10 and Windows 11 please see Microsoft client management documentation.
  • We don't currently support any other than Policy CSP
  • We don't support policies starting with "ADMX_"
  • There are ADMX backed -policies, that is different from policies starting with ADMX_. For further information please see the Understanding ADMX policies article by Microsoft.
  • There are policies that are really simple to use as the values are just simple numbers or such

Remove custom configuration policies

Be extra careful when you remove custom configuration policies.

Related Articles:
  • Policy CSP example: making an MDM profile non-removable on Windows 10 and 11
  • Windows device management
  • Configuration profiles
  • Change user for a Windows device
Article last updated: 30 January, 2023
You are viewing the latest version of this article.

Need help?

Contact icon Contact support
Manage Cases icon Manage cases
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • français
    • italiano
    • Deutsch
    • español
    • português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC