Thursday, June 25, 2009

Increase your RAM and so system speed

1). Start any application, say Word. Open some large documents.


2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).

4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.

Lock Folder with password

Lock Folder with password

just copy the following code in a notepad file and save the file as anyname.bat

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== your password goes here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

executing this batch file will create a "locker" folder.. put ur private data in this folder and execute the batch file again..
note: to open, the batch file should be placed in the same folder as of locker folder.

Inbuilt Bluetooth

inbuilt blutooth sftware in win. XP

nw u don't need 2 install any sftware 4 ur blutooth device.
u don't know bt u already had it in ur window xp nd vista
it cn b used as:-
1.open d run command
2.nw typ 'fsquirt'
wid-out quotes
3.nw jus select weder u want 2 snd or receive ne file
vry easy:-)

NOTE:BLUETOOTH DEVICE NEEDED

How to boot xp really fast

1. Open notepad.exe, type "del c:windowsprefetch tosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device 0 or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.

WindowsXP should now boot REALLY faster.

How To Automatically Clear The Windows Paging File When The Computer Shuts Down

How To Automatically Clear The Windows Paging File When The Computer Shuts Down

Windows has a nice feature called "virtual memory" which converts hard drive space into RAM. This works in addition to the RAM already installed in your PC. The file is named pagefile.sys. The purpose of this is to have more memory available for running applications. As much as the paging file is a helpful feature, there is one drawback: Data remains there even after the computer has been shut down and started back up. If the machine is infected or has been hacked into, this is one thing the intruders might look for since information such as passwords and browsing history can be stolen from it. There is a simple value that can be added to the registry to have Windows automatically clear the paging file when the computer shuts down. This may slow the shutdown time by one to two minutes, but is worth it to be safe in the long-run.

NOTE: It is very important that if you do not feel comfortable editing the registry or have never done it before that you avoid doing this right away and learn more about the Windows registry. Changing the wrong setting or changing a setting incorrectly can cause Windows to not function correctly.

Here are the step-by-step instructions to automatically clear the Windows paging file when the computer shuts down:

1. Click "Start"
2. Click "Run..."
3. Where it says "Open:" type "regedit"
4. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
5. Look for a an entry on the right side of the window (where the list of REG_DWORD entries are) for an entry called "ClearPageFileAtShutdown". If you see it, skip to step 11. If you do not see it, continue to step 6.
6. Right-click any blank space on the right frame of the window (a good place would be underneath where all of the REG_DWORD values are, in the blank white space). You will see a menu come up that says "New".
7. Highlight the word "New" so it opens up a submenu.
8. In the submenu, select "DWORD Value"
9. A new value will be created and with the highlited text "New Value #1".
10. Delete the text "New Value #1" and rename it "ClearPageFileAtShutdown".
11. Right-click it to pull down a small menu and select "Modify".
12. Where it says "Value data:" and has a text field with the number "0" entered, change that to "1" (without the quote marks of course).
13. Click "OK".

Finished! The changes will take effect after you reboot your computer.

How to Hide the drives(c:,d:,e:,a:...etc) in My Computer

How to Hide the drives(c:,d:,e:,a:...etc) in My Computer

1.Go to start->run.Type regedit.Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.

CREATE 3D EFFECT FOR WINDOWS XP

CREATE 3D EFFECT FOR WINDOWS XP

Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Colors
Make sure the following setting are there:
ButtonHilight=128 128 128
ButtonShadow=255 255 255

Copy your Files fast & Save your time By hacking "SEND TO" menu

Copy your Files fast & Save your time By hacking "SEND TO" menu

I know this is a very simple thing but the problem, as like many other issues, is the ignorance about it.

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU.

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.
go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to potos. We don’t need confusion when we use the same later.

5. DONE