Rabu, 26 Maret 2008
free download The Lost Watch Screensaver
Timepieces are favorites of screensaver artists. But... you've never seen a pocket watch like this. It's an exact replica of 18th century Abraham-Louis Breguet's timepiece, made by a man who is often called the greatest genius of watchmaking that ever lived. And the best part - that's not the point.
An absent-minded traveler dropped his golden pocket watch while crossing a river. A few coins fell out as well. Years went by, but the timepiece is still working just fine even though there is no one to wind it up. So here it lies on the bottom of the river, with sun bleaks playing with clocks hands.
This is exactly the picture I saw during my California vacation in the Sierra Mountains near Auburn last spring. I was so stunned by how beautiful it was I decided to create a screensaver about it. So now you can see it too.
click here to download
tips trick Multiple Columns For the Start Menu
To make Windows use multiple Start Menu Columns instead of a single scrolling column, like Windows 9x had, Also if you are using Classic Mode in XP
1. Open RegEdit
2. Go to the key
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
3. Create a string value "StartMenuScrollPrograms"
4. Right click the new string value and select modify
5. Set the value to "FALSE"
Senin, 24 Maret 2008
Add Open With to all files
You can add "Open With..." to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Op&en With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.
trick Backup / Restore the Registry
- If you are in MSDOS, at the C:\Windows prompt type
- Attrib -s -r -h C:\Windows\System.dat (press Enter)
- Attrib -s -r -h C:\Windows\User.dat (press Enter)
To make the backup copies type:
- copy C:\Windows\System.dat C:\Windows\System.000 (press Enter)
- copy C:\Windows\User.dat C:\Windows\user.000 (press Enter)
To Restore the Registry
- copy C:\Windows\System.000 C:\Windows\System.dat (press Enter)
- copy C:\Windows\User.000 C:\Windows\user.dat (press Enter)