tag

Photobucket

link

Your Ad Here

Speed up your internet connection

links

Wednesday, August 13, 2008

Fast Shutdown and/or Restart From Quick Launch Buttons

This tip will enable you to create buttons in your quick launch toolbar to quickly and easily shut down and/or restart your computer.

  1. Right click on your desktop, scroll to new..... shortcut
  2. In the location line, for shutdown type; shutdown -s -t 0 ie: shutdown(space)-s(space)-t(space)number zero
  3. Name the shortcut "Shut Down PC" or whatever u want
  4. The new shortcut is now sitting on your desktop, right click on it and go to properties, then click on "change icon". Click OK, then pick a suitable icon, there is a red "off button" icon available, then click apply and ok.
  5. Now drag the icon from your desktop into the quick launch toolbar, resize the toolbar so all the buttons are visible, then delete the shortcut from your desktop.

To create a restart button the location line should read shutdown -r -t 0 name it restart pc and give it a suitable icon for restart.

Now you can shut down or restart your pc in 1 mouse click without having to go through the startup menu.

Disable Error Reporting

1. Open System Properties.

2. Click the Advanced tab.

3. Click the "Error Reporting" button.

4. Select "Disable Error Reporting"

Monday, August 11, 2008

Use active desktop to save memory used by wallpapers

When you choose a wallpaper using the standard method (selecting a background on the desktop tab, in the properties window), Windows converts this image to a huge .bmp file (even if you selected a .jpg). Then instead of having a nice 220K wallpaper, you get a 3,15MB wallpaper. To get rid of this, try using active desktop's web capabilities, like this:

1. Right click on your desktop and select "properties", then select the "desktop" tab.
2. Click on "Customize Desktop".
3. Select the "Web" tab and click on "New..."
4. Browse for your favorite image and click OK when you are done.
5. Make sure "Lock desktop items" is uncheck.
6. Click OK, and OK again.
7. Now your image is like another window. Drag it to where you want and then right clik over it.
8. Select "arrange icons by" and the check "Lock Web Items on Desktop".
9. That's it. Now you have a "low memory usage wallpaper".

With this you can make interesting things, like using various small wallpapers, or even animated ones!! (you can select an animated .gif too!!). Simply select various images, and when you click OK, drag all them to its right location, and lock the content again.

PS: If you want to check the huge wallpaper windows makes, select a wallpaper the standard way, then browse to "C:\Documents and Settings\USER PROFILE\Local Settings\Application Data\Microsoft" (where USER PROFILE, is the profile you're using, i.e. Administrator). There should be a file called Wallpaper.bmp, open it and you'll see your cureent wallpaper.

Thursday, August 7, 2008

A couple more keyboard shortcuts

CTRL + ALT + ESC

While in a full-screen window will launch the task bar. If used while not in a full screen window, it will work like ATL + TAB without the option of choosing which window and simply go to the window whose button is to the RIGHT of the current window.

ALT + D [MSIE]

This will move the cursor to the Address bar, highliting all the text in the bar as well.

ALT + TAB (With Shift)

If you have many windows open, using ALT + TAB can be kind of annoying if you miss the program you're seeking. Adding SHIFT and pressing TAB again will move the highlite back one.

CTRL + TAB

When working with multiple frames/panes, this will jump from one frame to another without having to TAB to the end of the current pane to move to the next. Press TAB again to enter the frame/pane you select.

SHIFT + CLICK (Explorer/MSIE)

This does the same thing as RIGHT CLICKing and selecting "Open in new window". Sometimes, however, I find that you have to DOUBLE CLICK to make it work.

SHIFT + RIGHT CLICK (Explorer)

This gives you an extra option, "Open With..." for certain (most) files types.

WINKEY + L (Using the "Welcome" style logon)

Same as [Start>Log Off>Switch User].

F1

Opens the Help dialogue for most programs.

F3

When searching using a typical text "Find..." feature, this will do the same as "Find next".

A better disk cleanup

A Better Disk Cleanup

This tip will show you how to create an unattended disk cleanup which will also empty your prefetch folder. This tip assumes you have Windows XP installed in c:\windows.

Step 1.
Create a new text file and place the following contents inside:

c:\windows\system32\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\windows\prefetch
del *.* /q

Step 2.
Save the file, changing the extension from .txt to .bat
For this tip's purpose, we will call it clean.bat

Step 3.
Execute the file. This will run the Disk Cleanup program in a special mode which asks what items you will want cleaned when Disk Cleanup performs an unattended cleanup. Check the items you wish to have cleaned up, then click OK.

Step 4.
Right-click on the clean.bat file and click edit. Change the first line to read:

c:\windows\system32\cleanmgr.exe /dc /sagerun: 1

Step 5.
Save the file. You can execute this file in place of running Disk Cleanup, or, to have this program run unattended, run the Add Scheduled Task Wizard in the Control Panel and create a scheduled task using the clean.bat file you just created.

Note: This cleanup script will also clear windows prefetch directory. Often this directory can become cluttered with old appication and a cleaning would free up disk space but it will result in a one time performance decrease and windows has to rebuild the cache with active software afterwards.