Hi Shehaal,
Thank you for visiting Microsoft Answers!
To index a network folder or drive, you must right-click on it first and select "Always Available offline".
Then it can be indexed, and added to libraries as well.
To add a non-indexed UNC as a library to Windows 7:
- Create a folder on your hard drive for shares. i.e. c:\share
- Create another folder in the above share. i.e. c:\share\music
- Link the Library to this folder.
- Delete the folder.
- Use the mklink in an elevated command prompt to make a symbolic link. Name the link the same as the folder you created above.
i.e - mklink /d c:\share\music \server\music
- Done. Now you have non-indexed UNC path as a library.
Refer these thread links for additional information:
1. http://social.answers.microsoft.com/Forums/en-US/w7files/thread/bb02e087-70fe-4e34-8ff5-bff643c098cb
Regards,
Afzal-Microsoft Support.
Visit our Microsoft Answers Feedback Forum and let us know what you think.