Click here to Skip to main content
Click here to Skip to main content

Change Windows 7 Taskbar Thumbnail Size

By , 7 Feb 2013
 

Introduction

The provided Registry setting will adjust the thumbnail on the Windows 7 Taskbar to a much larger preview than the default setting. This isn't a new discovery, but just haven't seen it on CodeProject.

Using the code

The following example will adjust the thumbnail to 400px.

  1. Open Notepad and paste the following:
  2. Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
    "MinThumbSizePx"=dword:00000190 

    An alternate approach would be to do the following:

    1. Launch Regedit.exe and navigate to:
    2. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband 
    3. Create a DWORD value named MinThumbSizePx and set the hexadecimal value to 190 or decimal value to 400.
  3. Save document as MinThumbSizePx.reg and then run it.
  4. Logoff the computer and then login.

Final result:

Note: This has only been tested on Windows 7.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Coding 101
Software Developer
United States United States
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 7 Feb 2013
Article Copyright 2013 by Coding 101
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid