Problem Description
Upon executing the “gpresult /r” command in order to display the Resultant Set of Policy (RSoP) summary data, Windows Group Policy (GPO) was not applied successfully, resulting in an error message of “INFO: The user does not have RSOP data” was displayed and also not showing user group memberships. This technical issue is affecting both Windows 7 nd Windows 10.
Content Summary
Solution 1: Add GroupPolicyMinTransferRate Registry Key to Disable Slow Link Detection
Solution 2: Remove User Profile’s GPO History via Registry Key
Solution 3: Uncheck “Set this printer as the default printer…” option in User Configuration GPO
Reference
Solution 1: Add GroupPolicyMinTransferRate Registry Key to Disable Slow Link Detection
Step 1: Login PC with Administrator right then open Registry Editor.
Step 2: Add 2 GroupPolicyMinTransferRate registry key as stated below:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"GroupPolicyMinTransferRate"=dword:00000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
"GroupPolicyMinTransferRate"=dword:00000000
Step 3: Restart the computer.
Step 4: Alternatively, these registry settings are otherwise set by the following Group Policy settings:
Policy location: Computer Configuration\Administrative Templates\System\Group Policy
Policy location: User Configuration\Administrative Templates\System\Group Policy
Policy name: Group Policy slow link detection
Policy setting: Enabled with a value of 0
Solution 2: Remove User Profile’s GPO History via Registry Key
Step 1: Open Registry Editor.
Step 2: Navigate to below registry path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\History
Step 3: Remove all GPO history from the user’s profile inside. Backup the register keys before you delete them.
Step 4: Open command prompt (cmd) to execute gpupdate /force
and gpresult /h
command again.
Solution 3: Uncheck “Set this printer as the default printer…” option in User Configuration GPO
Step 1: Open Group Policy Editor.
Step 2: Navigate to User Configuration > Preferences > Control Panel Settings > Printers.
Step 3: Right-click Printer and click Properties.
Step 4: In General tab > Shared Printer section, make sure the option Set this printer as the default printer is unchecked.
Step 5: Click ok to apply the change.
Step 6: Execute gpupdate /force
and gpresult /h
command again in client PC.
Reference
- Microsoft Support: How to troubleshoot Group Policy object processing failures that occur across multiple forests
- Microsoft Technet: Windows Server > Directory Services: INFO: The user “Domain\user” does not have RSOP data
- Microsoft Technet: Windows Server > Group Policy: GPOs are not applied – “The user does not have RSOP data”
- spiceworks Community: Windows > Active Directory & GPO: Group policy to set default printer runs but does not set default
- Microsoft Technet Support: Windows Server > Group Policy: Windows 10 – gpresult /r does not list user group memberships