Weird looking paths get added to Windows 10 search index and break search
I am using Windows 10 Pro (1709).
A few times in last weeks I have noticed that search from start menu wont find any files. Simply rebuilding the index did not fix this. Looking deeper into indexing settings I found that there was strange looking path being included in the index, one that I had not put there.
The included path looks like this:
csc://{S-1-5-21-773843817-2136397924-2028731201-1001}/
Mouse over this path bring up text saying that this path is not available and cannot be indexed.
Start of the path looks like protocol definition but I could find information about any csc
protocol. The second part is SID
of my user account. (I am only user on this computer and it is not connected to domain.)
Removing that path from indexing targets and rebulding the index has fixed this problem so far but I would like know
1) What is this path
2) Why does it get added to search indexing on its own
3) How can I prevent this from happening again and breaking my search
windows windows-10 search search-indexing
add a comment |
I am using Windows 10 Pro (1709).
A few times in last weeks I have noticed that search from start menu wont find any files. Simply rebuilding the index did not fix this. Looking deeper into indexing settings I found that there was strange looking path being included in the index, one that I had not put there.
The included path looks like this:
csc://{S-1-5-21-773843817-2136397924-2028731201-1001}/
Mouse over this path bring up text saying that this path is not available and cannot be indexed.
Start of the path looks like protocol definition but I could find information about any csc
protocol. The second part is SID
of my user account. (I am only user on this computer and it is not connected to domain.)
Removing that path from indexing targets and rebulding the index has fixed this problem so far but I would like know
1) What is this path
2) Why does it get added to search indexing on its own
3) How can I prevent this from happening again and breaking my search
windows windows-10 search search-indexing
add a comment |
I am using Windows 10 Pro (1709).
A few times in last weeks I have noticed that search from start menu wont find any files. Simply rebuilding the index did not fix this. Looking deeper into indexing settings I found that there was strange looking path being included in the index, one that I had not put there.
The included path looks like this:
csc://{S-1-5-21-773843817-2136397924-2028731201-1001}/
Mouse over this path bring up text saying that this path is not available and cannot be indexed.
Start of the path looks like protocol definition but I could find information about any csc
protocol. The second part is SID
of my user account. (I am only user on this computer and it is not connected to domain.)
Removing that path from indexing targets and rebulding the index has fixed this problem so far but I would like know
1) What is this path
2) Why does it get added to search indexing on its own
3) How can I prevent this from happening again and breaking my search
windows windows-10 search search-indexing
I am using Windows 10 Pro (1709).
A few times in last weeks I have noticed that search from start menu wont find any files. Simply rebuilding the index did not fix this. Looking deeper into indexing settings I found that there was strange looking path being included in the index, one that I had not put there.
The included path looks like this:
csc://{S-1-5-21-773843817-2136397924-2028731201-1001}/
Mouse over this path bring up text saying that this path is not available and cannot be indexed.
Start of the path looks like protocol definition but I could find information about any csc
protocol. The second part is SID
of my user account. (I am only user on this computer and it is not connected to domain.)
Removing that path from indexing targets and rebulding the index has fixed this problem so far but I would like know
1) What is this path
2) Why does it get added to search indexing on its own
3) How can I prevent this from happening again and breaking my search
windows windows-10 search search-indexing
windows windows-10 search search-indexing
edited Mar 26 '18 at 16:53
Madoc Comadrin
asked Mar 26 '18 at 16:40
Madoc ComadrinMadoc Comadrin
6093717
6093717
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
CSC stands for "Client Side Cache" which is used to hold Offline Files. These are local copies of files that exist on SMB shares like mapped network drives. By default, Windows indexes the CSC so that you can quickly find any network files that you've opened recently. The CSC index can become corrupt and put a full bork on indexing.
Solution:
- Open registry editor (regedit.exe)
- Goto
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCscParameters
- Add a new DWORD called
FormatDatabase
and set its value to1
- Reboot
- Open Manage Offline Files
- Disable Offline Files
- Reboot
- Open Indexing Options
- Click Modify
- Remove all "csc://" entries and anything else you don't need an index of
- Click Advanced
- Delete and rebuild index with the Rebuild button
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1308094%2fweird-looking-paths-get-added-to-windows-10-search-index-and-break-search%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
CSC stands for "Client Side Cache" which is used to hold Offline Files. These are local copies of files that exist on SMB shares like mapped network drives. By default, Windows indexes the CSC so that you can quickly find any network files that you've opened recently. The CSC index can become corrupt and put a full bork on indexing.
Solution:
- Open registry editor (regedit.exe)
- Goto
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCscParameters
- Add a new DWORD called
FormatDatabase
and set its value to1
- Reboot
- Open Manage Offline Files
- Disable Offline Files
- Reboot
- Open Indexing Options
- Click Modify
- Remove all "csc://" entries and anything else you don't need an index of
- Click Advanced
- Delete and rebuild index with the Rebuild button
add a comment |
CSC stands for "Client Side Cache" which is used to hold Offline Files. These are local copies of files that exist on SMB shares like mapped network drives. By default, Windows indexes the CSC so that you can quickly find any network files that you've opened recently. The CSC index can become corrupt and put a full bork on indexing.
Solution:
- Open registry editor (regedit.exe)
- Goto
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCscParameters
- Add a new DWORD called
FormatDatabase
and set its value to1
- Reboot
- Open Manage Offline Files
- Disable Offline Files
- Reboot
- Open Indexing Options
- Click Modify
- Remove all "csc://" entries and anything else you don't need an index of
- Click Advanced
- Delete and rebuild index with the Rebuild button
add a comment |
CSC stands for "Client Side Cache" which is used to hold Offline Files. These are local copies of files that exist on SMB shares like mapped network drives. By default, Windows indexes the CSC so that you can quickly find any network files that you've opened recently. The CSC index can become corrupt and put a full bork on indexing.
Solution:
- Open registry editor (regedit.exe)
- Goto
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCscParameters
- Add a new DWORD called
FormatDatabase
and set its value to1
- Reboot
- Open Manage Offline Files
- Disable Offline Files
- Reboot
- Open Indexing Options
- Click Modify
- Remove all "csc://" entries and anything else you don't need an index of
- Click Advanced
- Delete and rebuild index with the Rebuild button
CSC stands for "Client Side Cache" which is used to hold Offline Files. These are local copies of files that exist on SMB shares like mapped network drives. By default, Windows indexes the CSC so that you can quickly find any network files that you've opened recently. The CSC index can become corrupt and put a full bork on indexing.
Solution:
- Open registry editor (regedit.exe)
- Goto
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesCscParameters
- Add a new DWORD called
FormatDatabase
and set its value to1
- Reboot
- Open Manage Offline Files
- Disable Offline Files
- Reboot
- Open Indexing Options
- Click Modify
- Remove all "csc://" entries and anything else you don't need an index of
- Click Advanced
- Delete and rebuild index with the Rebuild button
answered Jan 4 at 17:58
HackSlashHackSlash
2,0751722
2,0751722
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1308094%2fweird-looking-paths-get-added-to-windows-10-search-index-and-break-search%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown