Fix for When Clock, Volume, Power or Network Icons are Missing in Vista

Posted on ខែកក្កដា 14, 2008. Filed under: How to, Registry | ស្លាក: , , , |

So you notice you are missing icons in the System Tray, like the clock or volume icons, and then you realize that you simply can’t enable them because the checkboxes are grayed out. So what do you do?

Fix for Notification Icons are Missing and Checkboxes are Grayed Out

You can solve all of these problems by looking in two separate places in the registry, and then deleting a bunch of keys in each location. We’ll detail all of the keys here, but you can skip down a bit for a downloadable registry hack file.

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

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

If you see any of the following key names in the right-hand pane, delete them:

* NoTrayItemsDisplay
* HideClock
* HideSCAPower
* HideSCAVolume
* NoAutoTrayNotify
* HideSCANetwork

After deleting the values in that pane, browse to the following key and then repeat the process:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\
Explorer

Source: My Friends… Pc Tips for Khmer….

Read Full Post | Make a Comment ( 4 so far )

Enable or Disable UAC From the Windows Vista Command Line

Posted on ខែកក្កដា 8, 2008. Filed under: How to, Registry | ស្លាក: , |

If you’ve used Windows Vista for more than 3.7 minutes, you know what UAC (User Account Control) is.. it’s the obnoxious, nagging popup window that will be your life for the next 3-5 years unless you switch back to XP in frustration, or to a better OS like… OS X, Suse, Ubuntu, or even XP.

Note: Disabling UAC will lead to a less secure system, so be warned.

Windows needs your permission to annoy the crap out of you:


uac3.png

There’s a quick way you can enable or disable this annoying window from the command line:

Disable UAC

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

Enable UAC

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

After you enable or disable UAC, you will have to reboot your computer for the changes to take effect.

Tips : copy the command line text and paste into notepad then save it as: enable “uac.bat” and double click on it.

Read Full Post | Make a Comment ( None so far )

Hack Vista’s screensavers

Posted on ខែកក្កដា 3, 2008. Filed under: How to, Registry | ស្លាក: , , |

For reasons inexplicable to mere mortals, Microsoft doesn’t allow you to customize how Windows Vista’s screensavers work — for example, by changing how the bubbles look in the Bubbles screensaver, or the number or thickness of the ribbons in the Ribbons screensaver.

If you’re willing to get your hands dirty by using the Registry, though, you can customize both. For the Bubbles screensaver, for example, you can turn the bubbles metallic or keep them transparent, configure whether the bubbles should have shadows, and display the bubbles against the desktop or instead against a solid black background. For the Ribbons screensaver, you can change the number and thickness of the ribbons.

To customize the Bubbles screensaver, launch the Registry Editor by typing regedit at the Start Search box or at a command prompt and pressing Enter. Then:

1. Go to

HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Screensavers\Bubbles

Select Edit > New DWORD (32-bit) Value, and create a new DWORD called MaterialGlass. Type 1 in the Value data field if you want glassy, transparent bubbles, or type 0 for metallic bubbles.



Setting the DWORD value.

2. Create a DWORD called ShowShadows, and give it a value of 1 to display shadows below the bubbles, and a value of 0 to have no shadow displayed.

3. Create a DWORD called ShowBubbles and give it a value of 1 to show the bubbles on the desktop, and a value of 0 to show them against a solid black background.

4. When you exit the Registry Editor, your new settings will take effect.

You can similarly hack the Ribbons screensaver. To do it, open the Registry Editor and then:

1. Go to

HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Screensavers\Ribbons

Select Edit > New DWORD (32-bit) Value, and create a new DWORD called NumRibbons. Click Decimal, and then type in the number of ribbons you want to be displayed. The minimum number of ribbons is 1; the maximum is 256.

2. Create a DWORD called RibbonWidth, click Decimal, and then type in a number to determine the width of each ribbon. The smaller the number, the narrower the ribbon.

3. When you exit the Registry Editor, your new settings will take effect.

Source: Pc Tips For khmer

Read Full Post | Make a Comment ( 3 so far )

Add Disk Cleanup to the Right-Click Menu for a Drive

Posted on ខែកក្កដា 2, 2008. Filed under: How to, Registry | ស្លាក: , |

Normally when you want to access the Disk Cleanup tool, you usually have to either find it through the start menu, or open up the drive properties window. Instead of going through all that, we can use a simple registry hack to add a menu item to the drive right-click menu.

Using the Hack

After installation, you can simply right-click on a drive and choose “Disk Cleanup” from the menu:

image

If you are using Windows Vista, you’ll be asked whether you want to clean up your files or all files…

And then disk cleanup will begin:

image

Manual Registry Hack

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

HKEY_CLASSES_ROOT\Drive\shell

Create a new key called “diskcleanup” and set the default value to “Disk Cleanup”. Then create another key underneath it called “command” and set the value to the following:

cleanmgr.exe /d %1

The change should be immediate, just right-click on the drive and you should see the new menu item.

Read Full Post | Make a Comment ( None so far )

Add Copy To / Move To on Windows Vista Right-Click Menu

Posted on ខែកក្កដា 2, 2008. Filed under: Registry | ស្លាក: , |

A hidden functionality in Windows allows you to right click on a file, select Copy To Folder or Move To Folder, and the move to box will pop up and let you choose a location to either copy or move the file or folder to.

Here’s the quick registry hack to get this working. As usual, back up your registry just in case. You will want to browse down to this key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers

Once you are at that key, right click and choose the New Key option:

Now you will double-click on the (Default) value and enter the following:

{C2FBB630-2971-11D1-A18C-00C04FD75D13}

Click OK and continue.

If you want to enable Move To, you will repeat the same steps, except creating a new key named Move To, and using this value:

{C2FBB631-2971-11D1-A18C-00C04FD75D13}

Now when you right click on a file or folder, you should see the following options:

Let’s click Copy To Folder just to see what happens….

And that’s it. Useful!

Read Full Post | Make a Comment ( 5 so far )

Liked it here?
Why not try sites on the blogroll...