Other Configuration Manager-related features and issues
Hi, @Boopathi S
Thank you for posting in Microsoft Q&A forum.
We can use the powershell command to set Desktop shortcut as Small Icons:
Set-ItemProperty -path HKCU:\Software\Microsoft\Windows\Shell\Bags\1\Desktop -name IconSize -value 36
Stop-Process -name explorer
Note: 36=small 48=medium 100=large
For more details:
https://superuser.com/questions/1183771/change-desktop-icon-size-in-powershell
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".