Search This Blog

Friday, July 29, 2011

Make a photo background in drives

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. so just change at dere only....

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.

Reveal *****(Asterisk) Passwords Using Javascript :-

Want to Reveal the Passwords Hidden Behind Asterisk (****) ?

Follow the steps given below-

1) Open the Login Page of any website. (eg. http://mail.yahoo.com)

2) Type your 'Username' and 'Password'.

3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

javascript: alert(document.getElementById('Passwd').value);

4) As soon as you press 'Enter', A window pops up showing Password typed by you..!

Wednesday, February 10, 2010

Hibernate from Run Command

Hibernate from Run Command

Make sure that the system is hibernation enabled. To confirm that,

* Click the Start button
* Go to Run menu and type in Powercfg.cpl and click OK
* In the Power Options Properties click Hibernate tab and make sure that Enable hibernation option is checked
* Click OK/Apply

Click the Start button, go to Run menu and type in

%windir%System32rundll32.exe powrprof.dll,SetSuspendState

Click OK

As long as Hibernation is enabled in Power Options, the above command in a batch file will cause the computer to hibernate.

How To Edit and Delete Run Command History

Using Registry

The history of Run command is called RunMRU and is stored in the following registry key:

HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer > RunMRU

On the right hand pane, you will find out all the recently typed commands in the Run dialog. You can select any of them and delete. This will make sure that thecommand doesn’t show up as a suggestion when you start typing in Run box.

Use Mouse as Keyboard and Keyboard as Mouse

Work Without Mouse


Press ALT+Shift+Num Lock

You will hear a beep and then you can see windows asking for using MouseKeys. Click OK. You will see mouse like tray icon if it is crossed like this Use Mouse as Keyboard & Keyboard as Mouse then press Num Lock again. Now use the Numeric Keypad to move cursor around.

8 key for Up, 2 for down, 4 for left, 6 for right

When you want to use the Left click of mouse Press 5. For right click you can use this key on the keyboard.

The cursor moves very slow but you can speed it up. By pressing ALT+Shift+Num Lock you will see a dialogue click on settings again click settings, and then select hold down Ctrl to speed up and Shift slow down. Now when you want to move cursor then hold Ctrl and then press any key to move the cursor through numeric keypad. It will speed up now.


Work Without Keyboard

You can work with mouse click without keyboard.

Start -> RUN
Type osk
Hit Enter

Change Your Dynamic IP Address

Following is supposed to change your dynamic IP Address. Open notepad and type:

ipconfig /flushdns
ipconfig /refresh
ipconfig /renew
ipconfig /all>newip.txt
end


then save as (select all file types) --- ip.bat

this is now a batch file rather than a txt file. Simply hit run on the file and watch the progress.

If you want to print out the results then add this line into the same file befoe "END"

ipconfig /all>filename. txt

A report will be saved in the same directory as your batch file, detailing your new ip and a bit more...

Ms Word Tricks

Open a blank Word document and type the following:

=rand(200,99)

Press 'Enter' afterwards... Wait 5 seconds!
see what happens

Remember!!! Type it, don't copy paste it otherwise it may not work.

Sunday, January 31, 2010

LoCk yOuR FoLdEr yOuRsELf

first select a folder
for ex. i will use a folder name
"rohan" in D:/ drives
D:/rohan/
in the same drive you create a text
file and type

ren rohan rohan.{21EC2020-3AEA-1069-A2DD-08002B30309D}

& save it as Lock.bat

again you type notepad as

ren rohan.{21EC2020-3AEA-1069-A2DD-08002B30309D} .rohan

& save it as Key.bat

rOhAN















Friday, January 22, 2010

Show Computer and Username on Desktop (Windows XP)

BACK UP REGISTRY: So to open the registry editor click on "START", "RUN", then type "REGEDIT" (No speech marks). The registry editor will now open, click on "FILE" then "EXPORT". From the save window that appear type in a file name (ie regback.reg), now click on "SAVE". Your registry has now been backed up.

TO CHANGE NAME: Now on the left hand panel click on "HKEY_CLASSES_ROOT", "CLSID" then "{20D04FE0-3AEA-1069-A2D8-08002B30309D}".

Next search for "LocalizedString" in the right hand panel, right click on it and select "Rename". change name to "LocalizedString.old".

Right click on blank white area in right panel and select "NEW" then left click on "REG_EXPAND_SZ" or "EXPANDABLE STRING VALUE". Name the new string value in right hand panel as "LocalizedString".

Now to set the value, double click on the string value and set it's value to :

"%USERNAME% on %COMPUTERNAME%"

for just username then use "%USERNAME%"

for just computer name then use "%COMPUTERNAME%"

Disclaimer: This information is provided as is and we cannot guarantee that editing the registry will not cause serious damage. You use this information at your own risk.