-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add collection of individual user search indexes on Windows #200
Conversation
Hey @reece394. Thank you for you contribution! This seems to be related to fox-it/dissect.target#283. Is this something you would be willing to pick up? |
@reece394 thank you for your contribution! As this is your first code contribution, please read the following Contributor License Agreement (CLA). If you agree with the CLA, please reply with the following information:
Contributor License Agreement
Contribution License AgreementThis Contribution License Agreement ("Agreement") governs your Contribution(s) (as defined below) and conveys certain license rights to Fox-IT B.V. ("Fox-IT") for your Contribution(s) to Fox-IT"s open source Dissect project. This Agreement covers any and all Contributions that you ("You" or "Your"), now or in the future, Submit (as defined below) to this project. This Agreement is between Fox-IT B.V. and You and takes effect when you click an “I Accept” button, check box presented with these terms, otherwise accept these terms or, if earlier, when You Submit a Contribution.
|
@DissectBot agree |
You would be correct in that being linked. Unfortunately I do not have a lot of time ATM so I wouldn’t be able to commit to this in the short term. Potentially in the new year but currently I am only able to do quick commits like these |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
=======================================
Coverage 47.18% 47.18%
=======================================
Files 26 26
Lines 3423 3423
=======================================
Hits 1615 1615
Misses 1808 1808
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Server Editions of Windows have the capability to support per user search databases (Windows Search database roaming). The artefacts appear to be in the same format as the ones stored in the standard folder but split out per user. Verified on Server 2022 and Server 2025 using the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search: "EnablePerUserCatalog"=dword:00000001 registry key.