PaulSpoerry.com

You found me…
  • rss
  • Home
  • Archive
  • Links
  • Contact
  • About
  • Photos

Bigger thumbnails in Vista’s Alt-Tab

June 20, 2007

CyberNet offers a simple tweak for increasing the size of the Alt-Tab thumbnail previews in Vista:

One of Vista’s features that I use all of the time is the new Alt-Tab for switching between applications. Unlike Windows XP, Vista actually shows thumbnails for each application that you are running so that it is easier to identify what you’re looking for. And they just aren’t screenshots either like a lot of the imitators in XP, instead they show live previews of the application. Overall, it is just really nice.

Vista Alt-Tab
Click to Enlarge

The above is what the default Alt-Tab looks like in Windows Vista, and if you click on the image you’ll see the full-size version. That’s on a 1920×1200 screen, which makes it obvious that it doesn’t take up the whole width of the screen. Unfortunately Microsoft did not scale the width of the Alt-Tab based upon the size of the monitor.

If I’m running Vista on a monitor capable of 1920×1200, I want to utilize the space available. And as it stands, Alt-Tab shows 7 previews in a row before it creates a new row. I’d rather leave that number alone and have it make the thumbnails bigger when I have a larger resolution available.

That’s when I came across this site which gives some registry settings that you can modify to change the width of each thumbnail, and ultimately the size of the Alt-Tab display. To change the size just download this registry file, and after it is on your computer, right-click on it and select Merge. This will import it into your registry using the values I’ve specified in the file (optimized for displays that are 1680×1050).

The first thing you might want to do before Merging the file is to open it in Notepad (or any text editor) and adjust the MaxThumbSizePx to match something close to your resolution.

1024×768: MaxThumbSizePx = 00000078
1280×1024: MaxThumbSizePx = 0000009E
1680×1050: MaxThumbSizePx = 000000d2
1920×1200: MaxThumbSizePx = 000000f5

You do not need to restart your computer to see the changes, they should be instant. This is what the end result looks like on my 1920×1200 monitor (yeah, compare this to the screenshot above):

Alt-Tab Vista
Click to Enlarge

If you don’t like how it looks, and don’t want to mess around with it, you can always revert back to the old Vista Alt-Tab dimensions by removing the following “folder” from the registry:

HKEY_CURRENT_USER’Software’Microsoft’Windows’
CurrentVersion’Explorer’AltTab

That will delete all of the settings that you just entered in, and the Alt-Tab appearance will revert back to how it was previous to importing the values into the registry. If you wanted to mess with all of the values, it might be easier to open the registry editor, findi the location above, and edit the values there since you can enter them in as a normal decimal number:

Alt-Tab Vista
Click to Enlarge

Sphere: Related Content

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
000000, d2, f5, imitators, microsoft, notepad, registry settings, resolution 1024, thumbnail previews, tweak, vista tweak, Vista Tweaks, windows xp
Comments rss Comments rss
Trackback Trackback

Hide language updates on Vista (or hide optional updates)

May 9, 2007

If you’re like me, you keep your system up to date and patched. It’s good practice, but a bit annoying under Vista (at least under Ultimate Edition) because even if you’ve applied all the updates you need you’re constantly shown that you have 14 optional updates. Turns out they’re all language packs… I’m pretty sure I don’t need Chinese or Dutch language packs installed.

It turns out it’s pretty easy to hide them from view. Open Windows Update and click on View available updates. You’ll see something like this:

chooselanguageupdatestoinstall.png

Notice all the languages that you’ll never have a need to use. All you have to do to hide these updates, is to right-click on an item in the list, and choose “Hide update” from the menu.

languageupdateshide.png

Pretty easy eh? Now when you go to Windows Update you’ll see what you expect: “No new updates available…”. If you ever want them back there’s a “Restore hidden updates” link on the left-hand side of the screen that will let you put them back in the list.

Sphere: Related Content

Comments
No Comments »
Categories
Tech, Vista Tweaks
Tags
dutch language, languages, left hand side, open windows, optional updates, Vista, vista tweak, Vista Tweaks, windows update
Comments rss Comments rss
Trackback Trackback

How to access Administrative Shares on Vista (C$)

I rarely use network shares on my computers. Ok, I have a few setup for the family to use if they need to copy something from one computer to another and a share for our network storage. Other than that I have always favored using admintrative shares. These don’t show up in network neighborhood, but can be accessed by using \\computername\C$. The “$” at the end of a share name makes it invisible to network browsing, but otherwise it is a regular share. As the name implies, administrative shares are only available to those in the Local Administrators security group. This is turned off by default in Vista. Bummer, it’s so handy… I guess that’s part of the big security push. *shrug*

To enable administrative shares you gotta make a registry change. Click on the orb and in the search box type ‘regedit’ and hit enter. Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System. Add a new DWORD called “LocalAccountTokenFilterPolicy” and give it a value of 1. Reboot and yer done!

Sphere: Related Content

Comments
No Comments »
Categories
Tech, Vista Tweaks
Tags
administrative shares, dword, machine software, microsoft, microsoft windows, network neighborhood, network shares, network storage, orb, reboot, search box type, security group, share name, shrug, software microsoft, type regedit, Vista Admin shares, vista tweak, Vista Tweaks
Comments rss Comments rss
Trackback Trackback

Vista tweak - Reduce System Restore disk usage

April 23, 2007

System restore is never anything I found particularly useful… in fact I don’t know that I’ve ever even used it. However, I’ve always left it enabled just in case. In Windows XP you could configure the amount of drive space System Restore uses via a slider control. No such control exists in Windows Vista and by default the sucker is configured to use up to 15 percent of your available drive space! Ok… 15% for something I don’t think I’ve ever used… I don’t think so.

To store restore points, you need at least 300 megabytes (MB) of free space on each hard disk that has System Protection turned on. System Restore might use up to 15 percent of the space on each disk. As the amount of space fills up with restore points, System Restore will delete older restore points to make room for new ones.

My laptop currently has a 60g drive and it’s allocated 5.136g of space. Of course this isn’t visible via the interface but to find out you can open a command prompt. Click on the start menu (or the orb as it seems to be called nowadays) and in the searc box type ‘command’, right click on the Command Prompt icon and select Run as Administrator. You’ll then see a DOS command prompt open up… type the following to see the current settings:

vssadmin list shadowstorage

What you’ll see is something like the following:

System Restore - show current usage

The command to set the amount of space used follows this syntax:

vssadmin resize shadowstorage /on=[drive]: /for=[drive]: /maxsize=[size]

So to configure your drive to only use 2 gigs of space on your C: drive you’d to the following:

vssadmin resize shadowstorage /on=C: /for=C: /maxsize=2GB

That’s it! You’ve recovered some space. If you find system restore useful I’d recommend not touching this setting, or at least not reducing it too much. But if you’re somebody like me who’s never used it you can easily reclaim some space.

Sphere: Related Content

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
2gb, dos command, drive space, free space, gigs, hard disk, interface, laptop, maxsize, megabytes, orb, slider, space system, start menu, sucker, syntax, system protection, Vista, vista tweak, Vista Tweaks, windows xp
Comments rss Comments rss
Trackback Trackback

Windows Vista Service Pack 1 (SP1)?

April 14, 2007

How many auto updates have you received since you installed Vista? I bet it’s not anywhere near 100! TheHotFix.net has what THEY call Vista SP1. Pay attention here because this is NOT Microsoft’s Service Pack 1 release. In fact I bet this package pisses MS off to no end. I’m suprised they haven’t been slapped with a court order to take it down. But if you’ve got an issue with Vista check the site out, they may have the fix you need.

If you travel over to TheHotFix.net’s VistaSP1.net page you’ll find a listing of 86 different Vista fixes. They also have what they call their Vista SP1 Preview pack which contains over 100 fixes.

Here’s the linkage: VistaSP1.net

Sphere: Related Content

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
auto updates, linkage, microsoft, pay attention, service pack 1, Vista, vista tweak, Vista Tweaks
Comments rss Comments rss
Trackback Trackback

Page 1 of 3123»

del.icio.us  Flickr  StumbleUpon  Digg  MySpace  

Categories

  • Code (29)
  • games (2)
  • GTD (5)
  • Health (5)
  • iGoogle (12)
  • Money (21)
  • Politics (47)
  • Religion (19)
  • Ron Paul (11)
  • Site news (3)
  • Tech (185)
    • Bittorrent (1)
    • Gadgets (34)
    • Hacking (1)
    • Joost (4)
    • Linux (4)
    • Privacy (13)
    • Silverlight (3)
    • Vista Tweaks (12)
    • Web Life (101)
    • Windows (54)
  • That's freakin hilarious (48)
  • Uncategorized (8)
  • Videos (47)
  • Windows Mobile (18)
    • HTC Touch (13)
  • Wordpress (10)

Tag Cloud

ABC ajax amazon arguement crap dashboard dennis kucinich dr paul election eye candy facebook firefox fox news gadget Gadgets game google gps HTC HTC Touch laptop Match-o-matic memory microsoft mike gravel myspace open source orb photo Politics power users Ron Paul screenshot sprint Sprint Touch start button start menu sucker target task manager Vista vista tweak Vista Tweaks Windows Mobile youtube
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox