Microsoft Configuration Manager
An integrated solution for for managing large groups of personal computers and servers.
4,608 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
Is there script/GPO settings to change all the desktop shortcuts to Small Icons
Kindly help.
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".