52

How can I reduce the size of my desktop icons if the video resolution is already on the highest setting?

Journeyman Geek
  • 133,878
Sauron
  • 739

3 Answers3

67

If you click a blank bit of the desktop, hold down the Ctrl key and scroll down using the mouse wheel, you can scale down the desktop icons until they're almost non-existent.

Ctrl + scroll wheel works to zoom in most applications (browser, MS Office, Windows Explorer, etc.).

pelms
  • 9,361
56

Right click the desktop > View > Small Icons (Classic on Vista). That is the smallest icon size you can have.

enter image description here

If these sizes are still not small (or big) enough for you, then you can hold down Ctrl whilst scrolling the Scroll Wheel to change it to the exact size you want.

Gareth
  • 19,080
Josh Hunt
  • 21,369
4

I haven't tested this but I would've thought this was a registry setting, according to google it is :)

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"Shell Icon Size"="36"

The value '36' is the default (medium size) if I'm correct, a smaller value means smaller icons.

Note: Fiddling with the registry can be dangerous so only use this if the default 'small/medium/large/extra large' don't suffice.

Huppie
  • 341