Taskbar - Use Small or Large Icons

Page 2 of 2 FirstFirst 12

  1. Posts : 10
    Windows 7
       #10

    Hello Everyone,

    I just found this link in google search...mt be it will help you for the date and time with small icons...

    Date Format - Change
    Last edited by Brink; 22 Jul 2010 at 12:15. Reason: link
      My Computer


  2. Posts : 43
    Windows 7
       #11

    Big bar + date


    If you want the date, you can make your taskbar larger - then it will show the date, even if you have small icons.

    Like attached:


    I do prefer the task bar on the right hand though ever since I'm used to having a netbook.
    Last edited by JamesR404; 22 Jul 2010 at 12:17. Reason: Let's try this again :p #screenshot idiocy
      My Computer


  3. Posts : 1
    windows 7 ultimate 32bit
       #12

    I'm using windows 7 ultimate 32 bit with ie9. I've tried all of the tips for increasing the icon size on the taskbar but none of them work. Do you have any other suggestions on how to make them larger?
      My Computer


  4. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #13

    Hello Paty, and welcome to Seven Forums.

    Could you post a screenshot of your taskbar with the icons you want to increase the size of outlined just to help make sure these are the same icons that the tutorial are referring to?

    If they are not, then we may be able to suggest something else that may work instead. :)
      My Computer


  5. Posts : 1
    Windows 7 32bit
       #14

    To toggle the size of the toolbar within the user's account, you could create a batch file from this:
    Code:
     
    reg query HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v TaskbarSmallIcons | find "0x0"
     
    If %ERRORLEVEL% == 0 goto turnon
    IF %ERRORLEVEL% == 1 goto turnoff
    goto end
     
    :turnon
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSmallIcons /t REG_DWORD /d 1 /f
     
    goto end
     
    :turnoff
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSmallIcons /t REG_DWORD /d 0 /f
     
    goto end
     
    :end
    taskkill /f /im explorer.exe
    start explorer.exe
    To make the size of the toolbar smaller for a user from a separate administrator account use this:
    Code:
     
    reg.exe load HKLM\TempHive "C:\Documents and Settings\User\NTUSER.DAT"
     
    reg add "HKLM\TempHive\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSmallIcons /t REG_DWORD /d 1 /f
     
    reg.exe unload HKLM\TempHive
    Just change "User" to whatever the name of the user (or user folder name) is. I'm not sure about the clock issue.
    Taskbar - Use Small or Large Icons Attached Files
    Last edited by Brink; 10 Feb 2014 at 12:30. Reason: code box
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 21:22.
Find Us