Saturday, 4 October 2014

Create a gmail account..!


A gmail account helps you to perform many online actions like registering yourself in any Institution or filling any entrance form. This account also helps you in creating an account in other social networking site.
The following steps will direct you how to make a Gmail account-


Hide a folder without actually hiding it..!


Every folder is visible due to its name and folder icon .This technique will help you to hide your folder without actually hiding it.
You need to follow the following steps to make your folder hidden

Saturday, 25 January 2014

Gmail LOgin Page HTml source code

Copy this in your html link page and you can enter a login link of gmail on your blog   :

Tuesday, 7 January 2014

How to record video on your desktop

Have you ever thought of recording video of your computer screen, when you play a game or during watching an important website or even the undownloadable YouTube videos...!

Yeah, you can record your screen by using a software called CamStudio. 

  • Download the software by clicking here = download
  • Install the application and open it.
  • Select the specific region to be recorded by clicking the Region tab.
  • Click on the red circle button to record and Blue square button to stop.
  • Immediately after when the video gets recorded, you can find a pop-up showing the file to save.
  • Click save and enjoy recording.

- See more at: http://www.waftr.com/2013/07/how-to-record-video-on-computer-screen.html#sthash.G5lOJb9P.dpuf

Friday, 3 January 2014

Disk cleanup and Formatting in windows 7

Disk Cleanup

Disk cleanup wizard lets us to clean only a particularly chosed disk completely. Follow the steps below to perform disk cleanup:-

A new fact

The calender of the year 1947completely matches with the calender of 2014.

Wednesday, 1 January 2014

tricks of cmd


How to remove autorun virus using cmd  ?

Steps : 
    How to remove autorun virus from Hard disk using command prompt?
  • Press ( Start or winkey ) -> Run -> cmd.
  • If you are at the root directory ( C drive ) then do the following, else givecd.. and come to the rootC:\> and do the following. 
  • Type in ( attrib -h -r -sautorun.inf ), without brackets and press Enter.
  • Type ( del autorun.inf ), without brackets and press Enter.
  • Follow this for all other drives.    

How to remove Shortcut virus using cmd  ?

  These Shortcut viruses are those which converts all your data inside your pen drive or Hard disk to shortcuts, and which are recoverable.

 Just follow the below given steps to remove shortcut virus from pen drive and recover back your files.


  • Go to Start -> Run -> cmd.
  • Go to your pen drive directory.
  • Type this command: del *.lnk and press Enter.
  • Type attrib -h -r -s /s /d e:\*.*
  • And then press a gentle Enter.
          
How to remove shortcut virus in Pen drives in Windows ?

Recover your files :

     You can recover your files through Winrar.


  •  Open WINRAR Application.
  •  Navigate to your Pendrive location or PC Folder location.
  •  Copy Files and Paste where you want.
  •  Format your Pendrive. 

How to remove empty Folder virus using cmd  ?

  Got some Files in your pen drive but they are empty! Because of the virus in your pendrive malfunctions your drive. How to remove this empty folder virus and recover files? Follow the steps given below.



  • Start -> Run -> cmd.
  • Type this command: attrib -h -r -s /s /d x:\*.* 
  • Here the letter "x" should be replaced with the drive alphabet of your pendrive that you have inserted into the computer.
  • If your pendrive shows the drive alphabet as "J", then type  this command: attrib -h -r -s /s /d j:\*.* 
  • And then press a gentle Enter.

  • Note: 

              Do a restart, and before that don't open any drives after performing the following steps.