Difference between revisions of "Windows 7"

From ivc wiki
Jump to navigationJump to search
(New page: == Tricks == === Make taskbar usable == The new taskbar is great and new, but it's not as easy to use as you might expect. There is no names on the labels/icons. This turns on the applicat...)
 
Line 1: Line 1:
== Tricks ==
== Tricks ==
=== Make taskbar usable ==
=== Make taskbar usable ===
The new taskbar is great and new, but it's not as easy to use as you might expect. There is no names on the labels/icons. This turns on the application and window names.
The new taskbar is great and new, but it's not as easy to use as you might expect. There is no names on the labels/icons. This turns on the application and window names.


Line 6: Line 6:
# Under 'Button grouping' to 'Group when taskbar is full'
# Under 'Button grouping' to 'Group when taskbar is full'


=== Disable folder types ==
=== Disable folder types ===
When a folder contains music, video, or pictures, Windows will automatically switch the view of the folder to show relevant meta-data. This can be an annoyance some times.
When a folder contains music, video, or pictures, Windows will automatically switch the view of the folder to show relevant meta-data. This can be an annoyance some times.



Revision as of 14:44, 8 August 2009

Tricks

Make taskbar usable

The new taskbar is great and new, but it's not as easy to use as you might expect. There is no names on the labels/icons. This turns on the application and window names.

  1. Right-click tastbar, pick properties
  2. Under 'Button grouping' to 'Group when taskbar is full'

Disable folder types

When a folder contains music, video, or pictures, Windows will automatically switch the view of the folder to show relevant meta-data. This can be an annoyance some times.

Create a new text-file and paste the following into it:

Windows Registry Editor Version 5.00
;This registry script has been made by Vishal Gupta - AskVG.com
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders]
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"

Run it and the change will happen instantly. If the folder already has a hidden Desktop.ini file, this might not work (delete it first).