Make the Desktp shortcut as Small Icons

Boopathi Subramaniam 3,196 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 Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,076 Reputation points Microsoft Vendor
    2023-03-30T06:30:05.5166667+00:00

    Hi, @Boopathi Subramaniam

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


0 additional answers

Sort by: Most helpful