PaulSpoerry.com

You found me… insights on technology, philosophy, Windows, hacking and more.
  • rss
  • Home
  • Archive
  • Links
  • Contact
  • Categories
  • Search
  • Snazzy Archives
  • About
  • Photos

Add Defragment to a Drives Right-Click Menu

July 29, 2008

Direct from HowToGeek comes instructions on adding a simple registry tweak that will allow you to add “Defragment” to the context menu on any drive when you right click it.

After manually applying or downloading the hack, you’ll have a new item on the right-click menu for your drives…

image106 Add Defragment to a Drives Right-Click Menu

Which will start up the command-line version of Disk Defragmenter (after accepting the UAC prompt)

image107 Add Defragment to a Drives Right-Click Menu

Manual Registry Hack

Open up regedit.exe through the start menu search or run box, and then browse down to the following key:

HKEY_CLASSES_ROOT\Drive\shell

image108 Add Defragment to a Drives Right-Click Menu

Create a new key under shell called “runas”, and then set the (Default) value to “Defragment”. If you want to hide this menu item behind the Shift key right-click menu, then add a new string called Extended with no value.

image109 Add Defragment to a Drives Right-Click Menu

Next, you’ll need to create a key called “command” and set the default value to the following, which is the command to run defrag with the default options but show verbose output.

defrag %1 -v

You can alternately choose from one of the other defrag switches here if you’d like.

Downloadable Registry Hack

HowToGeek provides a downloadable registry hack to do all of this for you. Simply download, extract, and double-click on either AddDefragToDriveMenu.reg (for the regular menu) or AddDefragToExtendedDriveMenu.reg (to hide behind the Shift key). There’s also an included removal script that will remove either one.

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
command line version, context menu, default options, disk defragmenter, hkey classes root, howtogeek, menu search, registry hack, registry tweak, right click menu, root drive, shell, start menu, switches, vista tweak, Vista Tweaks, windows registry hack, windows vista
Comments rss Comments rss
Trackback Trackback

Set Icons for Single Click in Vista

July 28, 2008

This change is nothing new, the setting has existed since Windows 9x and likely most of you know how to activate it, but in case you don’t, here’s the quick and easy setting change.

With this change, just hover over an icon and you’ll see the underline:

image94 Set Icons for Single Click in Vista

And a single click will open up the folder.

Changing the Setting

Open up any folder, click on Organize and then Folder and Search options.

image95 Set Icons for Single Click in Vista

Then change the “Click items as follows” section to “Single-click” instead of “Double-click”.

image96 Set Icons for Single Click in Vista

You’ll notice the setting underneath it, which determines whether icon titles are underlined or not by default. The default setting is only when you point at them, so your icons will look normal:

image97 Set Icons for Single Click in Vista

If you change that setting to “Underline icon titles consistent with my browser”, you’ll see the titles on all items, all the time:

image98 Set Icons for Single Click in Vista

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
double click, search options, vista double click, vista icons, vista single click, vista tweak, Vista Tweaks, windows 9x
Comments rss Comments rss
Trackback Trackback

Disable Vista’s Auto-Tuning to Prevent Browser Slow-Down

June 27, 2008

Windows Vista includes a feature, “Receive Window Auto-Tuning,” that you’ve likely never seen mentioned on your desktop, but which can cause noticeable drag and even crashing when browsing certain web sites or using some routers or other network hardware. If you’re noticing browsing glitches that only occur in Vista, the Wise Bread blog has a tip, pulled from PC Magazine’s recent issue, that explains how to turn off auto-tuning and skip the spinning blue circle of death.

To determine you current settings launch a command prompt as an Administrator (type “cmd” into the Start box, right-click on Command Prompt and select “Run as Administrator), then enter the following line:

netsh interface tcp show global

If the line Receive Window Auto-Tuning Level does not say “disabled,” enter this command:

netsh interface tcp set global autotuning=restricted

If that doesn’t help the simplest way to turn off auto-tuning is to enter the following line:

netsh interface tcp set global autotuning=disable

That should do it, and turning it off won’t likely have any adverse consequences. You should notice the difference in browsing speeds immediately. If you find otherwise, turn it back on with:

netsh interface tcp set global autotuning=normal

Comments
No Comments »
Categories
Tech, Vista Tweaks, Web Life, Windows
Tags
auto tuning, autotuning, blog, blue circle, circle of death, cmd, consequences, glitches, interface, netsh, pc magazine, tcp tuning, vista tweak, Vista Tweaks, windows vista, windowsvista
Comments rss Comments rss
Trackback Trackback

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.

alttab1-preview1 Bigger thumbnails in Vistas Alt-Tab

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):

alttab2-preview1 Bigger thumbnails in Vistas Alt-Tab

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:

alttab3-preview1 Bigger thumbnails in Vistas Alt-Tab

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
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 Hide language updates on Vista (or hide optional updates)

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 Hide language updates on Vista (or hide optional updates)

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.

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!

Comments
1 Comment »
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.

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

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

Manually restore Vista Sidebar to defaults

April 10, 2007

I’m a customizer. I love Windowsblinds, I’ve used all kinds of sidebar applications like SysMetrix, Desktop Sidebar, etc. When I first heard about Vista including a side bar I was pretty excited… then I loaded some system monitoring gadgets and it all went downhill. Perhaps it’s the fault of the gadget creators themselves and not Vista Sidebar, but that thing ate up some serious resources. My laptop is getting older (Dell XPS Gen2, 2.0Ghz, 2g RAM) so for the longest time I didn’t bother running the sidebar. After some discussions with a co-worker I decided to play with it again and loaded it up with some gadgets. Suddenly, it wouldn’t load or it would load but there would be no gadgets and Task Manager would report it continually gobbling up memory. I have no idea if it was a specific gadget that caused the problem I just knew I wanted it fixed.

The Sidebar Properties window has an option to restore the default Vista gadgets, but it was greyed out. No love there.

Vista Sidebar Properties - restore defaults greyed out

Unable to use the default method for restoring the defaults I set out to try and fix it manually. Here’s the steps I took:

  1. Open task manager and kill any sidebar.exe process that might be running.
  2. Open Explorer and browse to C:\Users\<user name>\AppData\Local\Microsoft\Windows Sidebar (where <user name> is the user you log into Vista with).
  3. Open Settings.ini, hit CTRL-A (select all) and hit delete. The file is now empty. Save the file.
  4. Browse into the Gadgets directory.
  5. Select CTRL-A (select all) and delete them. (Note: I couldn’t delete ALL of the gadgets the first try. If that happens reboot and try to delete them again… after the reboot you should be able to delete them all).
  6. Restart Windows Sidebar.

Everything should load successfully now. You should see the default Sidebar with the clock, wallpaper thingy, and RSS feed. For some odd reason the “restore defaults” button is still greyed out… go figure.

Now that it’s back will I give Sidebar another shot? Probably. I love to tweak my system and I can think of a few gadgets I’d love to have always on access to… I’ll probably still shy away from the resource meters as I suspect they were causing the excess cpu cycles.

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
c users, co worker, creators, customizer, default method, dell xps, desktop sidebar, gadget, laptop, longest time, memory, task manager, Vista, vista gadgets, vista sidebar, vista tweak, Vista Tweaks
Comments rss Comments rss
Trackback Trackback

Disable Vista User Account Control (UAC) only for Administrators

March 30, 2007

I love the concept of UAC. I’m sure it’ll make the OS more secure for people like my mom. For power users, you’ll soon want to just shut the damned thing off. I know it has good intentions but it just gets in the way sometimes. I was always under the impression that UAC was either on or off, and that if you turned it off you lost some of the security built into IE7. Turns out the folks over at TweakVista have written up an article on how to disable UAC, but only for the administrator accounts. That’s pretty slick, now it won’t get in my way, but it will prompt my wife/kid/mother/etc and help keep them safe.

Follow these steps to disable UAC only for administrators:

  1. Click on the Start button and type in secpol.msc and hit Enter.
  2. Expand Local Policies and then Security Options.
  3. Scroll to the bottom and locate “User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode”.
  4. Right click on this setting and select Properties.
  5. Set the value to Elevate without prompting.
  6. Reboot.

As soon as you do this, the security center will start barking at you that UAC is disabled. I guess they intend to annoy you one way or another. You can of course disable the security center alerts as well. Click on the alert in the system tray, then click Change the way Security Center alerts me and select ”I do not want notification messages from Security Center”.

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
administrator accounts, control behavior, Disable Vista UAC, elevation, good intentions, ie7, mom, msc, notification messages, power users, reboot, security center, security options, select properties, start button, system tray, uac, vista tweak, Vista Tweaks, Vista UAC
Comments rss Comments rss
Trackback Trackback

Page 1 of 212»

Google Search

Tag Cloud

ajax amazon barack obama bittorrent blog cnn facebook firefox gadget Gadgets game google Google Chrome HTC HTC Touch humor iGoogle JavaScript languages launch menu search microsoft microsoft windows Mozilla Mozilla Firefox open source operating system power users Ron Paul sprint Sprint Touch start menu tabs target user interface Vista vista tweak Vista Tweaks wikipedia Windows Windows Mobile windows vista windows xp Wordpress youtube
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox