Anyone know how to modify these via gpo or registr...
# _general
l
Anyone know how to modify these via gpo or registry? I can't find the keys anywhere.
j
Copied from Google. The GPO path is: Admin Templates > Windows Components > File Explorer > Default Associations Configuration File You would point that to a network path of the XML file You can look at C:\Windows\System32\OEMDefaultAssociations.xml for a reference You also can use WEM.
l
@Jeff Riechers these are indexing properties. I don't think they are stored in the associations file. Checking the path I don't see anything regarding these. I've had a lot of trouble finding where windows technically stores them.
p
You may be able to find them yourself using regrecent or any similar tools that can record changes made in registry. Run regecent, change one of the settings, and see what changed in the registry
j
Looks like those are stored in the Index database itself. This article goes into detail on the DB location. https://devblogs.microsoft.com/windows-search-platform/configuration-and-settings/#:~:text=Index%20Location,the%20indexing%20service%20files%20there.
šŸ‘ 1
l
@Jeff Riechers thanks. I'll have to take a look. I'm looking to set indexing only properties for pdf as it's causing delay in users logging out.
j
Are they non-persistent machines? If so I would just disable the Search and Indexing process, as that database is going to get recreated on every reboot. If they are persistent, then I would work to setup the process locally as it will be shared for all users. Also, you don't have to worry about remote files, as those can't be indexed by Windows unfortunately.
l
@Jeff Riechers yes non-persistent.
s
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\Gather\Windows\SystemIndex\Extensions\ExtensionList\.pdf] "Override"=dword:00000001 "Exclude"=dword:00000000 ------------------ Explanation of Values • Override – Controls how the content is indexed: ā—¦
0
= Index Properties Only ā—¦
1
= Index Properties and File Contents • Exclude – Controls whether to index the file at all: ā—¦
0
= Include in Indexing ā—¦
1
= Exclude from Indexing
@Lunar - You can try above registry keys - Also you can apply this registry from GPO also