Google+

Saturday, August 31, 2013

How to repair your pen drive when all folders change into shortcut

Ever have you wonder the files you copy on your pen drive turns to be a short cut  on your windows system.?? 
 This is because of the autorun.inf virus It is actually not an virus but can be a terribly devastating when one failed to remove it.It create a whole lot more of ending which caused the files in the pen drive failed to open.If you are facing the same problem don't get panic.Because the files you copied still remain on pen drive and it is hidden.Also you can't view the files even when you enable show hidden file and folders option on settings.But you may open the file when you click on shortcut created also this doesn't affect your file as it just hide the file creating shortcut.

This can be resolved by simple steps :
start > cmd  > type your pen drive path (say g: or h:)
Enter this command  : attrib -h -r -s /s /d g:\*.* 

Thus you are done.
Back up your files.Format your pen drive and use it..


Thursday, August 29, 2013

Shutdown computer remotely using cell phone..


How to Use Pendrive as RAM memory in Windows 7?


  • Plug in your pendrive -> Format with NTFS or FAT32
  • Now go to properties ->Select REadyBoost
  • Check Use this device ->Choose maximum space to reserve system speed
  • Click on Apply and OK.Your Readyboost PenDrive is ready Now to Use
  • My Personal Suggestion is to use HP and SanDisk, Pendrives for this work.

Friday, August 16, 2013

Install Google window Builder on eclipse - Work with GUI to create java application

Hope you have installed eclipse on your system.Now let me teach you how to install window builder so that you can make use of GUI to create your java apps without need of typing long pages of code.

INSTALLING GOOGLE WINDOW BUILDER :
  • In Eclipse, click Help > Install New Software... 
               Help > Software Updates Menu
  • In work with add the respective Google window Builder link for your eclipse edition.
  • You can copy the respective link from here 
NOTE : You have to provide the respective version link else it produce " parsing error "
  • Then click add
  • It loads the packages available for installation
  • Select the needed packages or select all
  • Click Next to confirm installation.
  • Read and accept the license agreement. To continue installing, select "I accept the terms of the license agreement" and click Finish.
  • When prompted to restart Eclipse, click Yes to restart.
UPDATING ALREADY INSTALLED SOFTWARE :

  1. In Eclipse, click Help > Check for Updates...
    Help > Software Updates Menu
  2. If updates are available, a dialog comes up asking for confirmation. Select all components to update then click Next then Finish to continue.
  3. When prompted to restart Eclipse, click Yes to restart.
OPEN JAVA FILE IN WINDOW BUILDER EDITOR :
  • Create a java file 
  • Right click it and select " open with " in that select "window builder editor ".
  • In the new tab opened, select the "Design" option at bottom of tab and start creating the window of your choice in GUI that opened.
Thus you are done..