Hello
The error message "this setting is incompatible with computers running Windows 2000 Service Pack 1 or later" indicates that the Group Policy setting you are trying to configure is not supported on computers running Windows 2000 SP1 or later versions. The setting in question, "Allow remote desktop services," is likely specific to an older version of Windows and is not applicable to newer versions.
In Windows 2000 and later versions, Remote Desktop Services (RDS) or Remote Desktop Protocol (RDP) has undergone significant changes and improvements. To enable or configure remote desktop access on newer Windows versions (e.g., Windows Server 2008 or later, Windows 10, Windows 8.1, etc.), you should use the appropriate and compatible settings.
Here's how you can enable Remote Desktop access on Windows Server 2008 or later:
Using Group Policy Management Console (GPMC):
a. Open the Group Policy Management Console (GPMC) on a domain controller or a computer with the Remote Server Administration Tools (RSAT) installed.
b. Navigate to the appropriate GPO that is linked to the Organizational Unit (OU) containing the target computers.
c. Edit the GPO and go to the following path:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
d. Look for the setting "Allow users to connect remotely using Remote Desktop Services" and set it to "Enabled."
Using Local Group Policy Editor on a Single Computer:
a. Press Win + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor.
b. Navigate to the following path:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
c. Locate the setting "Allow users to connect remotely using Remote Desktop Services" and set it to "Enabled."
After making the changes in Group Policy, the Remote Desktop feature should be enabled on the targeted computers. Make sure you apply the GPO to the correct OUs or use the Local Group Policy Editor on the individual computers where you want to allow Remote Desktop connections.
If the response is helpful, please click "Accept Answer" and upvote it.