Recommended Posts

I've been struggling with this for real long, and as i skimmed through some posts, others seem to be as well. When i try to add a folder which is on my NAS drive in any of the 4 default libraries, i get the following error message:

'This folder cannot be included because it is on a share that is not indexed'

Anyone figure out how to get by this, as i remember Microsoft has said, you can add network locations in Libraries.

online helps says ou can but searches wil be slow asince it can't be indexed so it might be a bug.. or not added as a fucntion yet.

otherwise you coudl try mounting the network folder and try to add that...

Mounting the network folder, you mean mapping it as a drive?

i've already done that

My situation is a bit different to yours but I've had no problems adding shares on my WHS to my libraries. The difference is that the server is running Windows and the shares are all indexed.

I've really been looking forward to Libraries because I typically keep all my documents, music, videos, etc. on the WHS and Vista didn't handle replacing the default documents locations with network shares that elegantly. The new setup works perfectly for me.

My situation is a bit different to yours but I've had no problems adding shares on my WHS to my libraries. The difference is that the server is running Windows and the shares are all indexed.

I've really been looking forward to Libraries because I typically keep all my documents, music, videos, etc. on the WHS and Vista didn't handle replacing the default documents locations with network shares that elegantly. The new setup works perfectly for me.

They're indexed on the server. They're not indexed for your win7 computer, it doesn't have access to the serves index database,

They're indexed on the server. They're not indexed for your win7 computer, it doesn't have access to the serves index database,

That's not true actually. With Desktop Search 4.0 Windows can use indexes across the network. As a result Windows7 can use the index on the server to improve local search results.

I have a wireless NAS plugged into my router. I can map the drive fine, but it won't show up in the list of locations you can choose to index. Since you can't index it, Explorer won't let me add it to any Library. According to BrandonLive, there are no plans in place to implement indexing of network locations, which is pretty depressing. The workaround offered is to add these locations to your Library from within Windows Media Player.. just do the regular "Manage Libraries" and it won't complain when you pick the network drive.

The problems here are that the locations are still not indexed, so browsing in Explorer doesn't work as well as it should, and also this method only makes sense if you're dealing with Pictures, Music and Video. I can't add my Documents on the external drive to the Library.

BrandonLive also said that if the networked location is on a Vista PC you can index it and Windows 7 will pick it up (why it works on jakem1's WHS), but this useless for a simple networked hard drive.

The relevant quotes, for those interested:

The help text hasn't yet been finished. At this point, libraries only support indexed locations. There are ways around this (if you add it via WMP it will get added to your library, but it will severely degrade the Explorer libaries experience).

If the network share is on a Windows PC, you can install Windows Search 4 on it and index the share on the server side. Then your Win7 machine will be able to remotely query that index to provide the full rich libraries experience.

Another option that works for any network share is to use the Offline Files feature, which creates a local cache of the files that will always be indexed.

It's not planned to change at this time but we know it's a common concern. If you'd like to create one of those Win7 Taskforce pages for it (if there isn't one already) and give me the link, that may help track how many people want to use such functionality (basically, being able to index network shares).

At this point my recommendation would be to get a USB, Firewire, or eSATA drive.

In my case, I use a Windows Home Server PC that has its content indexed with WS4.

I can confirm that adding network location in Libraries for Music, Video and Pictures works through Windows Media Player. But still no luck for Documents library, which in my case is the most important!

Am sure there must be some workaround for Documents Library as well, just need to dig around!

I have a NAS using local network too. I have the same problem.

Since Windows Desktop Search 4 (for XP), it is possible to add remote locations to indexation list. However, Vista's default indexation engine does not allow that anymore.

Microsoft released an update for Windows Vista, allowing network indexation. It makes Windows Desktop Search look like XP's, with a UNC option.

This patch has no equivalent for Windows 7 yet. However, you shall be able to install it over official beta 1, as I did.

Evidence:

post-278494-1232150608_thumb.jpg

Afterwoods, my indexed places look like:

post-278494-1232150599_thumb.jpg

So that solves one part of the problem, but not all of it: even if you index your network shares, windows won't realize it, and you still won't be able to add them to any library...

One more thing: network indexation used to run smoothly over XP, but seems to be a little bit buggy over 7. Explorer.exe is likely to crash if you use the start menu real-time search.

I got so excited when you said the Vista patch worked for you... until you said "Windows won't realize it". Regardless, since I already added stuff to my Libraries via WMP, I'll try it and see what happens.

Were you able to add a network location in your Documents Library?

Were you able to add a network location in your Documents Library?

No.

I downloaded the patch and it installed, then my mapped drive showed up in the index locations list. It looked nothing like Alvine's; I just got an extra checkbox. See:

post-275646-1232240537_thumb.png

However I'm not sure that indexing is actually occuring at all. You can see the screenshot says 'indexing complete', and I'm not sure if the network stuff was ever done. I don't have a way to see when it's actually indexing; I'd try that desktop gadget but 1) gadgets won't work for me and 2) I had to turn off my video driver and Aero.

Back to your question, when I try to add one of these locations to the Library, I get the same error as always (not indexed location). Also, when I try to do things with the WMP-added folders (Pictures, for eg.) like Arrange by Tag, it still tells me that the location is slow.

I dunno what to do man. Here's a thread on Channel 9 that seems to give evidence of what Microsoft was thinking when they left this out: http://channel9.msdn.com/forums/Coffeehous...ommentID=453315

Edited by burnblue
  • 2 weeks later...

To add a non-indexed UNC as a library to Windows 7 Beta:

1. Create a folder on your hard drive for shares. i.e. c:\share

2. Create another folder in the above share. i.e. c:\share\music

2. Link the Library to this folder.

3. Delete the folder.

4. Use the mklink in a command window(administrator access needed) to make a symbolic link. Name the link the same as the folder you created above. i.e - mklink c:\share\music \\server\music

5. Done. Now you have non-indexed UNC path as a library.

If you use symbolic links at a local folder and have the local indexing service work that ... you will increase network traffic possibly in an unefficient way.

Thnik like having your av-shield traversing local folders which are really remote.

But may be it can work if the indexer is optimized to understand that its working a networked and not local file system.

Usually it will not be so.

Mapped network drives are working as local volumes thus network traffic not optimized. So thats why mapped drives have performance issues and shares (networked file system) should be used instead (dynamic performance and can be configured in several ways for better performance either way).

Anyway - use process monitor to find out if indexer scans the network like it was local (if so you need to disable the links - or put those links on a local volume excluded from local indexer)

To add a non-indexed UNC as a library to Windows 7 Beta:

1. Create a folder on your hard drive for shares. i.e. c:\share

2. Create another folder in the above share. i.e. c:\share\music

2. Link the Library to this folder.

3. Delete the folder.

4. Use the mklink in a command window(administrator access needed) to make a symbolic link. Name the link the same as the folder you created above. i.e - mklink c:\share\music \\server\music

5. Done. Now you have non-indexed UNC path as a library.

FYI

About Windows Search 4.0 network performance (so the search services can be configured and are optimized for network traffic) ...

However, Windows Search services work client/server - and if you use symbolic links you make trick it into local file system performance behaviour and pay a penalty.

However, it would be smart if such services would discover using the network redirector across the link and go to network mode. I don't if they do that somehow - but know that last year my kaspersky Antivirus definitely did not do so when it walked the symbolic links to remote shares as if were local file system.

Anyone knows for sure?

Ref. Admin Guide 4.0:

http://technet.microsoft.com/en-us/library/cc770334.aspx

Network Performance

Enabling users to index network shares may temporarily increase the network traffic to these locations. The greatest impact on servers is seen building the initial index, and less impact is seen during subsequent incremental updates. Windows Search uses back-off logic to mitigate network traffic, and Group Policy further controls what Windows Search can index. For example, you can set a policy that disables indexing network paths to high volume servers.

  • 2 weeks later...
4. Use the mklink in a command window(administrator access needed) to make a symbolic link. Name the link the same as the folder you created above. i.e - mklink c:\share\music \\server\music

Hi.

Have you tried do that yourself?

I have the same problem, and unfortunately mklink cannot works with shares.

cmd> mklink C:\Users\Godfather\Libraries\Music \\Server\Music

The syntax of the command is incorrect.

The same said here, for example.

Hi.

Have you tried do that yourself?

I have the same problem, and unfortunately mklink cannot works with shares.

The same said here, for example.

Have you tried

mklink /d <target> <source>

?

default para is symbolic file link. you need to specify symbolic directory link with /d.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft released Windows 11 KB5094149 / KB5095971 / KB5094156 Setup, Recovery updates by Sayan Sen Earlier this week Microsoft released its newest Patch Tuesday updates (KB5094126 / KB5093998 on Windows 11 and KB5094127 on Windows 10). Alongside those, Microsoft also released new dynamic updates. These Dynamic Update packages are meant to be applied to existing Windows images prior to their deployment. Dynamic Updates also help preserve Language Pack (LP) and Features on Demand (FODs) content during the upgrade process. VBScript, for example, is currently an FOD on Windows 11 24H2. This time both recovery and setup updates were released for Windows 11 as well as Windows 10. The company writes: "KB5095185: Safe OS Dynamic Update for Windows 11, version 26H1: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.28000.2269. KB5094149: Safe OS Dynamic Update for Windows 11, versions 24H2 and 25H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.26100.8655 KB5095971: Setup Dynamic Update for Windows 11, version 23H2: June 9, 2026 This update makes improvements to Windows setup binaries or any files that setup uses for feature updates in Windows 11, version 23H2. KB5094156: Safe OS Dynamic Update for Windows 11, version 23H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.22621.7219 KB5098815: Windows Recovery Environment update for Windows 10, version 21H2 and 22H2: June 9, 2026 This update automatically applies Safe OS Dynamic Update (KB5094154) to the Windows Recovery Environment (WinRE) on a running PC. The update installs improvements to Windows recovery features. KB5094154: Safe OS Dynamic Update for Windows 10, versions 21H2 and 22H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.19041.7417. KB5094153: Safe OS Dynamic Update for Windows 10, version 1809 and Windows Server 2019: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.17763.8880. KB5094152: Safe OS Dynamic Update for Windows 10, version 1607 and Windows Server 2016: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.14393.9234." Microsoft notes that both the Recovery and Setup updates will be downloaded and installed automatically via the Windows Update channel.
    • Quantum Error Correction Validated in Nature: Microsoft and Quantinuum Log 800-Fold Improvement Two years after the original press-release announcement, independently peer-reviewed results published in Nature on June 10, 2026, have confirmed that Microsoft and Quantinuum achieved an 800-fold reduction in quantum error rates on real trapped-ion hardware — the largest gap between physical and logical error rates ever independently validated.    What Quantum Error Correction Actually Does — and Why Breaking Even Is Hard https://www.techtimes.com/articles/318329/20260613/quantum-error-correction-validated-nature-microsoft-quantinuum-log-800-fold-improvement.htm   Quantum Computing Wiring Bottleneck Cracked by HKU Silicon Carbide Chip at Qubit Temperature Engineers at the University of Hong Kong have built the first cryogenic control chip that operates at the same temperature as superconducting qubits — 10 millikelvin, or just one-hundredth of a degree above absolute zero — without generating the heat that has forced every competing approach to park its electronics hundreds of meters of cable away. https://www.techtimes.com/articles/318325/20260613/quantum-computing-wiring-bottleneck-cracked-hku-silicon-carbide-chip-qubit-temperature.htm  
    • RevPDF 4.5.0 by Razvan Serea RevPDF is a free, fully offline PDF editor for Windows, macOS, and Linux that lets you edit text and images directly inside PDF files — no internet connection, no account, and no cloud uploads required. Unlike bloated alternatives that demand subscriptions and constant connectivity, RevPDF fits in under 60MB on desktop while delivering a complete editing toolkit: annotate, redact, sign, compress, split, merge, convert, and reorganize pages, all processed locally on your device. Smart font matching ensures edited text blends seamlessly with the original, and multi-language support includes RTL scripts such as Arabic and Hebrew. Where most PDF editors force you to choose between features and simplicity, RevPDF manages both. You can build interactive forms from scratch with text fields, checkboxes, and dropdowns, permanently redact sensitive data before sharing, draw freehand on contracts and diagrams, and add custom watermarks — all without a single file leaving your machine. Edit Text and Images Directly Inside PDFs RevPDF supports true inline PDF editing — not just annotation layers on top of a document, but actual modification of existing text and images within the file. A smart font-matching engine identifies the font used in the original document and applies it automatically when you make edits, so changes blend naturally with the surrounding content. You can reposition elements, resize images, and update text across single pages or entire documents. RevPDF 4.5.0 release notes: This is one of the biggest updates to RevPDF yet. A lot of things people have been asking for are finally here. New Features Auto Redaction Permanently redact sensitive text and areas from your PDFs before sharing. Clean, irreversible, and fully offline. Comments, Links & Bookmarks Add comments for review, insert clickable links, and create bookmarks to jump around long documents without scrolling forever. Find & Replace Search across the whole document and replace text in one go. Long overdue. Split Pages Vertically or Horizontally Split any page down the middle, vertically or horizontally. Perfect for scanned books or double-page spreads. New Drawing Tools More tools for freehand drawing and markup, better for annotations, sketches, and detailed notes. Continuous Scrolling in Editor The editor now scrolls continuously through pages instead of jumping between them. Working through long documents is a lot smoother now. PDF Metadata Editor View and edit the metadata stored inside your PDFs, including title, author, subject, and keywords. Better Font Matching Text edits now blend in more naturally by doing a better job of matching the original font. Tabbed PDF Viewer Open multiple PDFs at once in tabs and switch between them without going back to the home screen. Add Links Insert hyperlinks anywhere in your PDF, to external URLs or to other pages within the document. Share & Print Shortcuts Share or print directly from the editing screen, home screen, and viewer. No extra steps. Minor Updates Paste images directly from clipboard into your PDF New image editing tools for more control over images inside documents Bug Fixes Fixed file saving issues on Windows and Linux Everything still works fully offline. No login, no cloud, no account. Your files stay on your device. Download: RevPDF 4.5.0 | 58.0 MB (Open Source) Links: RevPDF Home Page | Github | Screenshots 1 | 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Interesting. I'm not using a VPN with my phone. I tried though my home internet (Rogers) and my cellular internet (Telus) using their respective DNS servers and both trigger the dialog above.
    • Three days after Anthropic launched Claude Fable 5 as the most capable AI model it had ever released to the public, the United States government ordered it switched off — and now the company is refunding customers who paid to use a product that vanished almost overnight https://www.techtimes.com/articles/318342/20260613/us-government-pulls-anthropics-fable-5-offline-now-come-refunds-vanished-ai.htm  
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      91
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!