Start menu and search could not be used in ICA nor RDP session
book
Article ID: CTX475141
calendar_today
Updated On:
Description
Left click on the start menu and search could not work in either ICA session or RDP.
Meanwhile, this issue is not seen by using a built-in administrator.
User accounts that are added to the local administrator group also have this issue.
Environment
Citrix is not responsible for and does not endorse or accept any responsibility for the contents or your use of these third party Web sites. Citrix is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Citrix of the linked Web site. It is your responsibility to take precautions to ensure that whatever Web site you use is free of viruses or other harmful items.
Resolution
[Workaround]
The issue could be resolved by deleting records in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\.
Note: This issue was caused that there are a huge number of records under this registry path, so gpedit process maybe hang once you try to enter it.
Alternatively, You can use the below command to delete all records on the VDA,
REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices\Configurable\System" /f
IMPORTANT: Back up the registry before you implement any change in it.
[Solution]
1. Enable UPM policy “delete locally cached profiles on logoff”
2. Add registry key :
Path:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices\Configurable\System
Type: DWORD
Key name: DeleteUserAppContainersOnLogoff
Value: 1
Alternatively, You can use the below command to delete all records on the VDA,
Reg add ”HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices\Configurable\System“ /v DeleteUserAppContainersOnLogoff /t REG_DWORD /d 1 /f
Problem Cause
The issue was caused that there are a huge number of records under this registry path
Additional Information
https://learn.microsoft.com/en-us/answers/questions/533389/start-button-and-search-functionality-stopped-work
Was this article helpful?
thumb_up
Yes
thumb_down
No