Wednesday, October 22, 2008

refresh faster

When a program changes the files or folders that are displayed in Windows Explorer, it can take a little time to react. To make it react faster, try this registry tweak. Make a note of it and if after you restart Windows you notice no change, simply come back and undo this tweak.

Platforms: 95, 98, ME, NT4, 2000, XP

In Registry key
HKLM\SYSTEM\CurrentControlSet\Control\Update,
add or change the value named UpdateMode, changing its current data of 01 to 00.

Sunday, October 19, 2008

Modify Yahoo messenger title bar

Here is a very simple tip with the help of which you can change the yahoo messenger title bar...
For this just find the folder messenger in the drive in which the messenger is installed. Then search a file named "ymsgr". In this file just go to the end and write the following code:
[APP TITLE]
CAPTION=Red Devil
Here you can write any name in place of Red Devil... then see the fun.... You can have your own name being placed in yahoo messenger title bar.

Thursday, October 16, 2008

Increase memory performance

There are several memory tweaks that can be performed with Windows XP - all of them are located in the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management section of the registry.

  • Disable Paging Executive In normal usage, XP pages sections from RAM memory to the hard drive. We can stop this happening and keep the data in RAM, resulting in improved performance. Note that only users with a large amount of RAM (256MB+) should use this setting. The setting we want to change to disable the ’Paging Executive’, as it is called, is called DisablePagingExecutive. Changing the value of this key from 0 to 1 will de-activate memory paging.
  • System Cache Boost Changing the value of the key LargeSystemCache from 0 to 1 will tell Windows XP to allocate all but 4MB of system memory to the file system cache, basically meaning that the XP Kernel can run in memory, greatly improving it’s speed. The 4MB of memory left is used for disk caching, but if for any reason more is needed, XP allocates more. Generally, this tweak improves performance by a fair bit but can, in some intensive applications, degrade performance. As with the above tweak, you should have at least 256MB of RAM before attempting to enable LargeSystemCache.
  • Input/Output Performance This tweak is only really valuable to anyone running a server - it improves performance while a computer is performing large file transfer operations. By default, the value does not appear in the registry, so you will have to create a REG_DWORD value called IOPageLockLimit. The data for this value is in bytes, and defaults to 512KB on machines that have the value. Most people using this tweak have found maximum performance in the 8 to 16 megabyte range, so you will have to play around with the value to find the best performance. Remember that the value is measured in bytes, so if you want, say, 12MB allocated, it’s 12 * 1024 * 1024, or 12582912. As with all these memory tweaks, you should only use this if you have 256MB or more of RAM.

Tuesday, October 14, 2008

Automatically defrag drives with a new context menu

Create a new Registry import file named context_defrag.inf in Notepad (be sure to save with it with the Save as type set to All Files and not Text Documents) and place the following text inside:

; context_defrag.INF

; Adds Defrag to the right click context menu in Windows XP

[version]
signature="$CHICAGO$"

[DefaultInstall]
AddReg=AddMe

[AddMe]

HKCR,"Drive\Shell\Defrag\command",,,"DEFRAG.EXE %1"

Then, right-click and choose Install. This will add a context menu to XP that allows you to automatically defrag drives, using the command line version of the built-in defragmentation utility. To use it, navigate to a drive in My Computer, right-click, and choose Defrag. A command line window will appear, and that drive will be defragged. When it's complete, the window just disappears.

UPDATE: To remove this functionality, Open regedit.exe and navigate to the following location:

HKEY_CLASSES_ROOT\Drive\shell\

Then delete the Defrag folder and close Regedit.

Tips to make Windows XP faster

Everybody and their dog will tell you they know some great performance tips for Windows XP. The internet is overcrowded with them. How to tell which ones work and which are to be avoided ?

And why on earth is this yet another Windows XP tips and tricks page about performance tips for Windows XP ?

It's because there are some simple techniques that really work without compromising your system stability. And they are simple to implement, so let's get started.

1. Optimize your paging file:

Windows XP uses a paging file on your hard disk to store information when the amount of available RAM memory isn't sufficient to hold all the data that is being processed. For instance, when you are working on a very large Word document that is too big to fit in your computer's RAM, Windows XP starts swapping part of it's data in and out the paging file on your hard disk.

Hard disk access is typically a lot slower than RAM access, that's why you should optimize your paging file.

  • Click the Start button, right click "My Computer" and select "Properties"
  • Select the "advanced" tab
  • Under "Performance" click on the "Settings" button
  • Again, select the "advanced" tab
  • Under "Virtual Memory" click on the "Change" button

Windows will then show the available hard drives in your computer and the paging file settings for each drive. If you have more than one hard disk, you should place your paging file on another disk than the system disk (where Windows is installed).

That is to avoid contention on the disk controller when Windows is working with system files and the paging file simultaneously.

Usually the system disk is C:, so select any other disk if you have one and then check the "Custom size" radio button. Type in the same value for "Initial size" and "Maximum size", so that Windows doesn't need time to resize the paging file while you are working with your computer. Microsoft recommends about 1.5 times the amount of RAM in your computer. Click the "Set" button to commit the changes you have made.

It is possible to have multiple paging files on multiple disks, but try to avoid having a paging file on your system disk. Just select that disk and select the "No paging file" radio button.

2. Optimize display settings:

A lot of performance tips for Windows XP talk about the overall sexy-ness of Windows XP and the performance price you have to pay for it. If you are working on an older computer and you care more about speed than graphical coolness of the Windows XP interface, you might want to consider toning down the graphics a bit.
  • Click the Start button, right click "My Computer" and select "Properties"
  • Select the "advanced" tab
  • Under "Performance" click on the "Settings" button
  • Click the "Visual Effects" tab
  • Select the "Adjust for best performance" radio button and click ok

If this change is too radical for you, you can try experimenting with the different individual settings as well.

3. Indexing service:

The indexing service is a program that indexes files on your computer to speed up search results when you perform a search. It usually wakes up and starts doing it's job when your computer is idle. That's the reason why some pc's hard disks often start making a lot of noise when nobody's working on them.

The indexing service is also mentioned in a lot of performance tips for Windows XP, because it can interfere with your work. If you don't perform a lot of file searches on your pc, you might want to disable the indexing service.

  • Click on the Start button, right click "My Computer" and select "Manage"
  • In the navigation tree at the left, go to the bottom and click the little "+" sign next to "services and applications"
  • Select "Services"
  • In the right Windows pane, scroll to "Indexing service", right click it and select "Properties"
  • Make sure that "Manual" is selected from the drop-down list under "Startup type"

4. Use the NTFS file system:

Performance tips for Windows XP often mention the use of the NTFS file system because it works slightly faster than the FAT32 file system. Besides the performance benefit, you will also enjoy improved stability and security in comparison with the FAT32 file system.

You can convert an existing FAT32 file system to NTFS without data loss, but always remember that older operating systems like Windows 98 cannot work with NTFS.

Proceed with care if you have more than one operating system on your pc.

  • Click on the Start button, right-click "My Computer" and select "Manage"
  • In the navigation pane on the left, expand "storage" and choose "Disk Management"
  • The details on the right will reveal the file system details for each of your drives. Also make a note of the drive's volume name.

To convert a drive's file system :

  • Click the Start button and select "Run"
  • Type "convert d: /fs:ntfs" (without the quotes - replace d: with the drive letter that you want to convert) and click ok
  • A dos box will open and ask for the drive's volume name
  • Enter the volume name and hit the ENTER key

Windows will start the conversion to NTFS and notifies you when it is finished.


Monday, October 13, 2008

Way to make Windows XP Pro 100% Genuine

OK, so you downloaded that pirated version of WinXP Pro and it keeps nagging you to validate it. I guess many of you are using the WGA-cracks that are released in updated versions every month. I did too, but got tired of it, and simply stopped updating the crack, since it was a big hassle. After a while, I found a new and better solution.

This method will make Windows 100% valid. Even things that don’t work with the WGA-cracks, like IE7-installation works.

Basically it’s just a wonderful keygen that somehow makes serials that work and validate. Heres how you do it:

Make sure all your previous WGA-cracks are deleted and that XP doesn’t validate. This is very important. The problems related to this are all caused by not doing this. It will only work for ordinary XP Pro installations, not for OEM-versions.

1. Visit this to download the file.

2. Open it in WinRar, 7Zip, or something.

3. Open "Windows XP Keygen.exe", select Windows XP Pro VLK and press the "Generate" button. Copy the generated key.

4. Open "keyfinder.exe". There you see the key Windows XP is using right now.

5. In the keyfinder, go to the "Change Windows key" in the Option menu.

6. Copy the key you generated with the keygen into the "CD Key" box in the keyfinder.

7. Open "wga-fix.exe". After, restart your computer.

8. Viola! Genuine Windows! Open MSADiag.exe, press Continue and enjoy the sight!

TROUBLESHOOTING IT:

Here are some common errors associated with it NOT working correctly:

  • — Validation Status: "Cryptographic errors detected"
  • — Validation status: "Validation Control not Installed"
  • — Validation Status: Not Activated

The reason for the message "Validation Control not Installed" is because they have not installed WGA and its tools. Try a validation on microsoft.com (which hopefully should fail) and they will be installed.

To remove any old WGA cracks, go into your /windows folder then into /system32 and delete LegitCheckControl.DLL … then goto windows update.. that should work for you.

You need a regular version of Win XP, Pro edition only. No OEM versions, no MCE (Media Center Edition), no HOME Edition. The ‘Corporate’ Edition may also work, though.

Again, in order for this to work, your WinXP must NOT validate first.

For those of you who can’t validate with MGADiag.exe: Be sure that you’ve deleted LegitCheckControl.DLL and renamed both WgaLogon.dll and WgaTray.exe (adding ".bak" in the end of their filename). Then install the latest WGA check from microsoft update. (a reboot before this shouldn’t be necessary) now, do the procedures again from Step 1.

Your antivirus may report it as a ‘trojan’ even though it is not. NOD32 is notorious for this, and you’ll need to disable it first in order to open/download the file.

ALTERNATE SOLUTION (works for OEM versions):

First download this: WHT.rar

Or WHT.rar

1. extract contents wherever.

2. double click Check if Windows is Genuinel.exe to show you if you are genuine or not. Then close it

3. double click Make Windows Genuine.reg. A registry prompt will pop up. Click yes, and then ok.

4. double click Windows Activation Crack.exe. when window pops up click apply/browse. It will then patch your windows. Close that window when complete.

5. double click Check if Windows is Genuinel.exe once more, and you will notice you are now Genuine.

Works with everything Microsoft downloads, Updates, etc. I’ve used this on my computer for probably close to a year if not more. Tested with Windows XP/Home/Pro/MediaCenter.

ALTERNATE SOLUTION (works for XP SP3):

I’ve just tested this on Windows XP Professional SP3, v.3300 (Build #2600) so I’m pretty sure it’s good for ANY XP service packs.

1. Open notepad and paste the following code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CurrentBuild"="1.511.1 () (Obsolete data - do not use)"
"ProductId"="55274-640-1011873-23081"
"DigitalProductId"=hex:a4,00,00,00,03,00,00,00,35,35,32,37,34,2d,36,34,30,2d,\
31,30,31,31,38,37,33,2d,32,33,30,38,31,00,2e,00,00,00,41,32,32,2d,30,30,30,\
30,31,00,00,00,00,00,00,00,86,56,4e,4c,21,1b,2b,6a,a3,78,8e,8f,98,5c,00,00,\
00,00,00,00,dd,da,47,41,cc,6b,06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,38,31,30,32,36,00,00,00,00,00,00,00,b5,16,\
00,00,83,83,1f,38,f8,01,00,00,f5,1c,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,e5,70,f3
"LicenseInfo"=hex:33,b7,21,c1,e5,e7,cd,4b,fd,7c,c6,35,51,fd,52,57,17,86,3e,18,\
d3,f4,8c,8e,35,32,7b,d1,43,8d,61,38,60,a4,ca,55,c9,9a,35,17,46,7a,4f,91,fc,\
4a,d9,db,64,5c,c4,e2,0f,34,f3,ea

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents]
"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd

2. Save the *.txt file, and rename it "Filename.reg".

3. Run it. (Or right click, and select "Add to registry").

That’s it! Validation Complete!

Thank you for validating your copy of Microsoft Windows. Thank you for using the Windows Genuine Advantage program. You may now access resources for genuine Windows users.

Go to http://www.microsoft.com/genuine/downloads/FAQ.aspx, click Validate Windows - you should be able to apply these updates:

Downloading Microsoft .NET Framework version 1.1 (update 1 of 5)… done!
Downloading Windows Malicious Software Removal Tool - April 2008 (KB890830) (update 2 of 5)… done!
Downloading Security Update for Microsoft .NET Framework, Version 2.0 (KB928365) (update 3 of 5)… done!
Downloading Root Certificates Update (update 4 of 5)… done!
Downloading Windows Internet Explorer 7 for Windows XP (update 5 of 5)… done!
Initializing installation… done!
Installing Microsoft .NET Framework version 1.1 (update 1 of 5)… done!
Installing Windows Malicious Software Removal Tool - April 2008 (KB890830) (update 2 of 5)… done!
Installing Security Update for Microsoft .NET Framework, Version 2.0 (KB928365) (update 3 of 5)… done!
Installing Root Certificates Update (update 4 of 5)… done!
Installing Windows Internet Explorer 7 for Windows XP (update 5 of 5)…

Regular Updates should work fine as well.

Sunday, October 12, 2008

Not Viewing Zip Files as Folders

some times many of us want to turn off the option of WindowsXP showing Zip files as folders, to do this you need to do the following
just run:

regsvr32 /u zipfldr.dll

Other articles of your interest........