Search This Blog

Thursday 26 January 2012

HOW TO CHANGE FOLDER BACKGROUND

TRICK TO CHANGE FOLDER BACKGROUND

1. Open Command Prompt and set folder attribute to "system". Suppose there is a folder "Sunny" in "E:\" drive, in which you want to set a wallpaper as background image.
TYPE.:  attrib +s E:\Sunny


2. Now open Notepad and paste following code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=D:\Wallpaper\Image1.jpg
IconArea_Text=0x00000000

Now change "path_of_the_wallpaper" to the exact path of the wallpaper which you want to set as background. Suppose the wallpaper is stored in "D:\Wallpaper\Image1.jpg".

3. Now save the file with name "Desktop.ini" (including quotes) and copy the file in the desired folder which is "Sunny" in our example.
4. Thats it. Close the folder and re-open it. Now it should show the wallpaper as background.

IconArea_Text
Black - 0x00000000
White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00
NOTE: This trick works only in windows xp.
.........................................................................................................

HOW TO MAKE AN UNDELETABLE FOLDER

1. Open cmd ( Type in Run option, the command 'cmd' or navigate to All Programs->Accessories-> Command Prompt)


2. In cmd,change the directory that you want. for example to change from your current drive to D drive (Type D:)

3. Type md \lpt1\\ and press enter, the folder now will be in your D:

4. If you try to delete or rename it, it will appear error message

5. If you want to delete it just go to 'cmd', navigate to the directory and type rd \lpt1\\ and press Enter.
............................................................................................................

Wednesday 25 January 2012

SECURE YOUR WINDOWS WITH SYSKEY

SECURE YOUR WINDOWS WITH SYSKEY

Microsoft uses a file called sam to store the sam data on windows NT
SAM(SECURITY ACCOUNT MANAGER)-It stores the hases of password.
Protect your sam file use syskey.
To enable syskey in windows go to run
Type syskey
sam lock tool will open



click on update
a dialog box will open named startup key
click on radio button password startup
enter password and click ok.
now next time u start your computer it will ask for password.
.................................................................................