[Solved] INFO “The user does not have the RSOP data” Error show after gpresult /r command
Problem: After execute gpresult /r command in order to displays Resultant Set of Policy (RSoP) summary data, Windows Group Policy (GPO) not applied and also fails to show user group memberships with error message “INFO: The user does not have RSOP data” show. This technical issue happen to both Windows 7 and Windows 10.
Solution 1: Add new Registry Key
Step 1: Open Registry Editor.
Step 2: Add 2 new 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 computer.
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
Source from Pupuweb Blog: INFO “The user does not have the RSOP data” Error show after gpresult /r command
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
Originally published at pupuweb.com on September 24, 2018.