Showing posts with label tech. Show all posts
Showing posts with label tech. Show all posts

Saturday, July 23, 2011

All folder became shortcuts!!!

This is new kind of virus, I guess.I was infected by it too. All my folder in external hard-drive had become shortcut. I didn't know how to get my folder back that had turned to shortcut to become a folder again without loosing any files. I was searching through web, and suddenly found a strange solution, which worked nice.

Go to Start-> Run -> cmd
change your directory to the affected drive or folder. i.e  H:/  and press Return/Enter.
Now write or paste this in your command prompt: attrib -r -a -s -h /s /d

Monday, July 18, 2011

How to Set Path Variable in Windows 7

a. Checking  if java is set as path environment variables:

1. Go to Start-> Run-> cmd

2. write: java -version and hit Return. If the path variable set properly it will show your java version.

b. Setting path variable in windows 7:
1. Go to start menu -> control panel -> system and security -> System.
or simply paste this in your windows explorer address bar-->
       Control Panel\System and Security\System

2. Now select "Advanced system settings" from the left panel. 

3. A new window appears. Click on "Environment variables..."
4. under System Variables, find PATH, and click on it.
 
5. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.