Share via

Make the Desktp shortcut as Small Icons

Boopathi S 3,951 Reputation points
2023-03-29T16:12:39.7833333+00:00

Hello Team,

Is there script/GPO settings to change all the desktop shortcuts to Small Icons

small icons

Kindly help.

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

Answer accepted by question author

AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
2023-03-30T06:30:05.5166667+00:00

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".

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.