Monday, July 14, 2008

Rename IE's Title Bar

Rename IE's Title Bar


If you would like to see a new name for Internet Explorer in its title bar, here's how:

1. Go to: Start >> Run
2. Type in: REGEDIT
3. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
4. Single click on "Main" to view its contents in the right pane. Scroll down and check to see if an entry "Window Title" exists. If it does not exist, then go up to Edit >> New>> String Value.
5. Right click on your new String Value entry and select "Modify" in the resulting menu.
6. In the "Value data" text box, type in whatever you would like the title bar to read, select OK when done. I have mine named "5 Star Support Explorer".

If you have done this correctly, the next time you open up Internet Explorer, you should see your new name at the title bar.



Note: Be sure to back up your registry prior to making any changes.

Compress drive to save disk space

Compress drive to save disk space



its not possible to increase ur memory size but u can compress ur data to save ur disk space, this feature is available in NTFS drive..
if u have a fat or fat32 drive, u can convert it to ntfs by running a command on dos:
for c drive:
convert c:/fs:ntfs
for d drive:
convert d:/fs:ntfs
for e drive:
convert e:/fs:ntfs
run the command similarly if u have more drive...

Compresing data in NTFS

* open my computer
* select any drive(drive with NTFS format)
* right click and select properties
* click on general tab
* select "compress drive to save disk space"
* Apply and OK

ur data will remain safe...

Disabling Scandisk

Windows Xp Tricks
Disabling Scandisk


When Windows is not shut down correctly, it will perform an AutoCheck
using CHKDSK on the next restart.

AutoCheck is executed after a short time delay. AutoCheck can be
disabled or delayed by tweaking a few Registry settings.
Run ‘Regedit’ from ‘Start Menu|Run...’
Go to ‘HKEY_LOCAL_MACHINE|SYSTE
M|CurrentControlSet|Control|Session
Manager’.
Create a new DWORD value, or
modify the existing value, called
“AutoChkTimeOut” and set it according
to the value data below.
Value Name: AutoChkTimeOut.
Data Type: REG_DWORD (DWORD Value).
Value Data: Time in Seconds or 0 to disable
(default = 10).
Exit your registry, you may need to
restart or log out of Windows for the
change to take effect.


Comment it

Seeing When a Web Page Was Last Updated

Seeing When a Web Page Was Last Updated

You can easily determine when a web page was last updated.
1.Open up the page you want.
2.Enter javascript:alert(document.lastModified) in the Address bar

Note: You only need a java capable browser

To use this without all the typing each time:

1.Open C:\Windows\Favorites folder in Explorer
2.Copy (you must copy, NOT make a new shortcut) any existing shortcut in that folder.
3.Paste it back to the same (C:\windows\favorites) directory
4.Right click it, click properties, in the URL: box put in your tip javascript:alert(document.lastModified)
5.Then rename it, I named it Date Info.
6.That's it, it's always there in Favorites when you want it.

Fixing no AutoRun for CDs

Fixing no AutoRun for CDs

If your CDs have stop starting automatically, and you have checked everything else:
1.
Go to HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

2.The value for NoDriveTypeAutoRun should be set to 95 00 00 00

Turning Off the Help on Min, Max, Close Icons

Turning Off the Help on Min, Max, Close Icons

When the mouse goes over the minimize, maximize and close icons on the upper right hand side of a window, you normally get a display telling you want those are for.
To disable that display:
1.Start Regedit
2.Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
3.Create a String Value called MinMaxClose
4.Give it a value of 1
5.Reboot

Eliminating the Right Click on the Desktop

Eliminating the Right Click on the Desktop

To eliminate the right click on the desktop:
1.Start Regedit
2.Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
3.Add a DWORD and give it a name of NoViewContextMenu
4.Give it a value of 1
5.Reboot