Subscribe me on YouTube

Showing posts with label career exam. Show all posts
Showing posts with label career exam. Show all posts

Saturday, September 14, 2013

How To Recover Disappeared/Hidden Files & Folders From Pen-Drives,Hard-Disks Due To Virus

Hello My Dear Friends,

I'm Sujoy, and today I'll tell you how to recover your files/folders from pen-drives(flash drives),hard disks,memory cards which got disappeared/hidden due to virus or some other reasons. Remember,this trick can't recover files/folders which disappeared due to file system errors or disk crashes.

Yesterday,my friend brought his 2TB Seagate external hard disk to me,complaining that some of his folders are not showing in windows explorer,but total used space hasn't decreased.

Then I opened my favorite Command Prompt and fixed the problem! How? Explained below-

1. For Windows Vista,Windows 7 and Windows 8 users,connect the pen-drive or hard-disk to your pc and double click to open it,as usual; or right click on the drive from My Computer,then select explore.
Then press & hold the SHIFT key and right click on any blank area & select "Open command window here", a command prompt window will open.

For Windows XP users,press & hold Windows key,then press R key, ie, Windows+R. Type cmd and press enter,command prompt will open. Then type device's drive letter followed by a colon. 
Example- H:    ,as my pen-drive is now H drive.

2. Then type this command attrib -s -h -r  and press the TAB key. Each time you press the TAB key,a new folder name will appear beside the attrib -s -h -r command. When you see your desired folder name,which got hidden,press enter key,the selected folder will be visible & will appear in the explorer window. If not,just refresh the drive window,by F5.

For example,a folder named "project" got hidden on my 4GB pen-drive. You can see in the screenshot,no folder is visible on pen-drive,but used space is 439MB.
Then I'll open command prompt and type attrib -s -h -r   and press TAB. I'll see folder named Project appeared on screen beside attrib -s -h -r. I'll now press ENTER. And magic!! The folder project will appear on pen-drive! Now I can double click it and see the contents!!

One tip- Fully scan your pc with a good and most importantly,UPDATED Anti-Virus after that,so that such problem doesn't appear again.

So,this was for now,next time I'll come with a more exciting & useful tutorial for you. How was this tutorial,let me know!

One Announcement!!
=============================
 I've uploaded videos on Scientific Calculator Tutorials,math tutorials,electronics DIY projects,technology how-to videos,travel videos on my youtube channel-


I upload 2 videos every month there. I upload technical,non-technical videos there. Please visit that too,and 'SUBSCRIBE' my channel to get updates about my latest video uploads!

Sunday, April 7, 2013

How To Install & Configure Java JDK On Your Computer?

How to enable your computer for java programming?

First,download Java Development Kit(JDK) form one of the following addresses-


Double click the downloaded file(in our example,it should be named as  jdk-7u6-windows-i586.exe) and follow the installation process,there will be two installations,one for the JDK, another is JRE(Java Runtime Environment).

After the installation,go to Command Prompt by pressing Windows Key+R. Type java -version and hit enter,it'll show interpreter's version. Then type javac -version and hit enter. If the javac command completed successfully then you don't have to follow the steps below. But,if you get an error like this-  'javac' is not recognized as an internal or external command,operable program or batch file ,then do the following-

Go to Start -> Control Panel -> System -> Advanced System Settings -> Environment Variables, select the system varable named "Path" and click the Edit button. Add the address of java's bin sub-directory at the end of the list in the Variable Value field(in our example C:\Program Files\Java\jdk1.7.0_06\bin) then click the ok button.




To test the environment open command prompt by pressing Windows Key+R.
Type java -version and hit enter to see interpreter's version number.
And type javac -version and hit enter to see compiler's version number.
Both the versions should match. If it matches,you're ready to do java programming!

Note: Other than java programming,if you install the jdk,you'll be able to run java-archives(i.e .jar files) on your computer! There are plenty of java applets(small applications) are available on the internet for free! Also java is needed for surfing various internet sites.

That's all!

If you like my article,please join my blog by "Join This Blog" option at the top right section of this blog.

And most importantly,don't forget to visit my youtube channel at-


I've uploaded many videos about calculator tricks,math and engineering tutorials,electronics DIY projects,technology how-to videos,funny animal videos,travel videos etc in my youtube channel.

Thanks for reading!