Auto delete temporary folder in windows

Generally in our systems,many temporary files are created which are useless and occupies much space in the hard disk.Many of us do not delete the temporary files which causes the system to slow up and eats up the space in hard disk.

Actually we can delete the temporary files manually by typing %temp% in run and delete all the files in the folder.But these temporary files can be deleted automatically whenever it is created in xp.

Follow the steps :

+Go to run and type gpedit.msc

+Navigate through :

Computer Configuration/Administrative Templates/WindowsComponents/Terminal Services/Temporary Folder

+Then right click "Do Not Delete Temp Folder Upon Exit" and go to properties and hit disable.

Now from next time when Windows puts a temp file in that folder it will be automatically deleted when it is created.

Share your experiences here in the comments after performing this cool trick.

XP hacks - Click here to see all the XP hacks

Change the icon of removable disk..

The removable disk has a default look.This default look of the removable drives can be changed by a simple trick.Follow the steps to change the icon ..


+ Select your favourite picture which u want to set for the icon of removable disk.

+ Save the selected image as anyname.ico (How to do is open the picture in mspaint. and save as anyname.ico).Make sure that selected image is small.
(OR) You can download any icon and name it.


+ Open note pad and copy the following code.

[autorun]
Label=DILLU
Icon=genelia.ico

+ Here label indicates the name of ur removable disk and icon indiactes the name of your icon.

+ Now save is notepad file as autorun.inf.

+ Copy both files (autorun.inf and Icon file) to your removable drive. You can make both files as hidden.

Now unplug the drive and connect it back to USB and now you can see the icon of your removable disk.Thats it!!

NOTE : The name of the icon you created and the name in the 3rd line of code must be same.

You can also set the background picture for your removable disk.This trick is explained in my previous article "Set background picture for any drive in windows".

Share your experiences in the comments ...

XP hacks - Click here to see all the xp hacks

Open or close cd/dvd drive with a single click in xp

The CD/DVD drive in windows can be ejected or closed with a single click in Windows XP by performing a simple trick.

To open the cd/dvd drive.. follow the steps :

+ Open notepad and copy the following code in it :

Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If

+ Now save this file as anyname.vbs

+ When you click it, the disk drive will be opened.


To close the cd/dvd drive .. follow the steps :

Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
End If

+ Now save this file as anyname.vbs

+ When you click it,the disk drive will be closed.

Share your experiences in comments after performing this cool hack.

XP hacks - Click here to see all the XP hacks

550+ Keyboard shortcuts for Adobe Photoshop CS4

Adobe Photoshop CS4 packs a ton of fresh features and an updated interface, which alone make it a worthy upgrade for existing users.One of the Photoshop's strengths is that it makes extensive use of keyboard shortcuts.


+ Keys for selecting tools :
Image and video hosting by TinyPic

+ Keys for selecting tools in extract toolbar :
Image and video hosting by TinyPic

+ Keys for selecting tools in liquify toolbox :
Image and video hosting by TinyPic

+ Keys for working with extract,liquify and pattern maker :
Image and video hosting by TinyPic

+ Keys for using filter gallery :
Image and video hosting by TinyPic

+ Keys for using the refine edge dialog box :
Image and video hosting by TinyPic

+ Keys for using the black and white dialog box
Image and video hosting by TinyPic

+ Keys for using camera raw dialog box :
Image and video hosting by TinyPic

+ Context menu :
Image and video hosting by TinyPic

+ Keys for using the curves dialog box :
Image and video hosting by TinyPic

+ Keys for using vanishing point :
Image and video hosting by TinyPic

+ Keys for working with blending modes :
Image and video hosting by TinyPic

+ Keys for viewing images :
Image and video hosting by TinyPic

+ Keys for selecting and moving objects :
Image and video hosting by TinyPic

+ Keys for editing paths :
Image and video hosting by TinyPic

+ Keys for painting objects :
Image and video hosting by TinyPic

+ Keys for transforming selections,selection borders and paths :
Image and video hosting by TinyPic

+ Keys for selecting,editing and navigating through text :
Image and video hosting by TinyPic

+ Keys for formatting types :
Image and video hosting by TinyPic

+ Keys for slicing and optimizing :
Image and video hosting by TinyPic

+ Keys for using panels :
Image and video hosting by TinyPic

+ Keys for action panels :
Image and video hosting by TinyPic

+ Keys for using the adjustment panels :
Image and video hosting by TinyPic

+ Keys for using the animation panel :
Image and video hosting by TinyPic

+ Keys for using animation panel in Timeline mode :
Image and video hosting by TinyPic

+ Keys for using the clone source :
Image and video hosting by TinyPic

+ Keys for using the brushes panel :
Image and video hosting by TinyPic

+ Keys for using the channels panel :
Image and video hosting by TinyPic

+ Keys for using the color panel :
Image and video hosting by TinyPic

+ Keys for using the history panel :
Image and video hosting by TinyPic

+ Keys for using the info panels :
Image and video hosting by TinyPic

+ Keys for using layer comps panel :
Image and video hosting by TinyPic

+ Keys for using the layers panel :
Image and video hosting by TinyPic

+ Keys for using the paths panel :
Image and video hosting by TinyPic

+ Keys for using the swatches panel :
Image and video hosting by TinyPic

+ Keys for using measurement :
Image and video hosting by TinyPic

+ Keys for using the 3D tools :
Image and video hosting by TinyPic

+ Keys for working with DICOM files :
Image and video hosting by TinyPic

+ Function keys :
Image and video hosting by TinyPic

Photoshop tutorials - Click here to see all the photoshop tutorials

Set background picture for any drive in windows without any software


Generally, many of us use third party softwares to set background picture for any drive.But this can be done with a simple code without using any software in windows.


Perform the following steps ..

+ Open notepad and copy the following code :

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=D:\Wallpapers\celeb\Genelia.jpg
iconarea_text=0x00FFFFFF


+ Here, the path in the 2nd line of code represents the path of your picture.The 3rd line indicates teh color ofthe text in the selected location.Complete list of html code colors can be obtained here.

+ Now save this file as DESKTOP.INI in the location(any drive or any folder) where you desire to set the background picture.

+ After setting it in your favourite location,close the drive and open the location again.

DONE !! .. your picture has been set as background picture for your desired location.

NOTE : Make sure that the extension in the path should be .jpg only and file should be saved as DESKTOP.INI only.

(OR SIMPLY)

+ Open notepad and copy the following code :

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=Genelia.jpg
iconarea_text=0x00FFFFFF

+ Here, the 2nd line in the code represents the name of your picture.

+ Now save this file as DESKTOP.INI in the location(any drive or any folder) where you desire to set the background picture.And copy the picture too in the same location.You are DONE !!

Frnds ... SHARE your experiences in comments after performing this cool trick.Enjoy !!

Recover a Corrupted Windows XP

Many of you have seen the Blue Screen Windows Error which appears whenever happens something unexpectedly.This is known as Blue Screen of Death.It generally comes after encountering a critical system error which can cause the system to shut down to prevent damage.

Bluescreen errors can be caused by poorly written device drivers, faulty memory, a corrupt registry, an incompatible Dynamic-link library (DLL), or the computer overheating.

Many of them think that a serious problem has encountered to system and reinstall the XP.But Windows can be recovered into its original state by performing a little trick ,Disk Checkup.

Windows XP Installation CD is required for this trick.

Whenever a Bluescreen Error is encountered,follow the steps :

+ Restart your computer

+ Boot from your Windows XP installation CD

+ Press R to open the Windows XP Recovery Console

+ Type CHKDSK /R and press enter (wait until the whole recover/repair process is completed)

+ Type BOOTCFG to fix any problems in your boot.ini file

+ Restart your computer again and press/hold the F8 key

+ Select "Last Known Good Configuration" and press enter

Thats it .. !! Now Windows works perfectly..

Share your experiences in the comments ..