Posts Tagged ‘Windows’

Desktop.ini trick to apply image to a drive icon area

Thursday, April 30th, 2009


With this simple yet wonderful trick you can set your favorite images as background to the Icon area of any drive.

Step by Step process:

1. Open any of your disk drives and right click with your mouse to create a new text document.

2. Type the below code in the text document created.(Better copy and paste)

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098410-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image-=
IconArea_Image=path of jpg,jpeg,bmp,gif file

replace “path of jpg,jpeg,bmp,gif file” in the code with the path of the file where your image is located.

For example, if your jpg image is located in g:\wallpapers with the name Vista, set the path as g:\wallpapers\Vista.jpg

3. Now save it with the File name desktop.ini and hit Refresh

Note: Make sure to change the Save as type field from Text Document(*.txt) to All Files.

That’s it! Now your favorite image is set as the background.

Try it Yourself and post in your comments.

How -To make hidden files inaccessible even after changing folder options

Thursday, April 30th, 2009

Using this wonderful registry hack you can make hidden files not shown even after you select the ‘Show the hidden files and folders’ option in folder options.

This sought of condition occurs to some PC’s when infected with virus as well, but what the virus code actually does is it changes the registry value and nothing else. After knowing how to do this you can also deactivate that virus code easily which is the best direct troubleshooting tip for this type of virus activity on your PC.

Follow the steps as given:
1) Goto Start -> Run…. Type regedit which give you registry editor window

2) From the left pane go to
HKEY_LOCAL_MACHINES -> SOFTWARE -> Microsoft -> windows -> CurrentVersion -> Explorer -> Advanced -> Folder -> hidden ->SHOWALL

3) From the right pane search for the entry “CheckedValue”

4) Double click on that which gives you ‘Edit DWORD value’ message box
Change the value data to 0 (select hexadecimal mode) and restart your PC

That’s it!! Now your hidden files cannot be accessed even after changing the folder options. If you want to get then back, follow the same path and change value data to 1 and restart your computer.

Note: Always be careful working with registry; don’t overdo anything you don’t know.

Hope this helps…

Windows Password Loophole

Wednesday, April 29th, 2009

a. ok now, what you need to do is to run compmgmt.msc

b. and click on local users and groups.

c. once you’ve gotten here you need to open up the ‘users’ folder.

at this point i am walking along with you and notice that there are several
major security holes dealing specifically with the password:
1. double clicking on the any user name allows you a list that looks
something like this:
“user name”

full name: ———————–
|__________________|

description: ———————–
|__________________|

|_| user must change password at next logon


|_| user cannot change password


|/| password never expires


|_| account is disabled


|_| account is locked out

“ok” “cancel” “apply”

ok if you can get past my cheesy drawing, i must ask, did you notice that
the “password never expires” box is checked? if you did, then you may have
realized that this means that you can also uncheck it!

2. if ure paying attention, you’ll see that the ‘user must change password
at next logon’ box is unchecked. if you put a check in this box of course,
when you shut down the system will prompt for a new password!

3. going back to step c.,
right click on any account and notice the dialoge that appears:
set password…
all tasks
delete
rename
properties
help

i think you can handle it from here

ps. i wonder if you can access this data if this stuff is locked to the user
by the admin by going in through the command prompt. i doubt it but if neone
finds a way let me know.