ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
21.3k stars 1.31k forks source link

MicroWin - Advanced Indexing Options Not Functioning #2602

Open v6stXN46WdLBtp opened 3 weeks ago

v6stXN46WdLBtp commented 3 weeks ago

Describe the bug

When attempting to open "Advanced Indexing Options" an error occurs. The error message says windows cannot find "{87D66A43-7B11-4A28-9811-C86EE395ACF7}". This is the GUID for the indexing options as seen here https://www.tenforums.com/tutorials/3123-clsid-key-guid-shortcuts-list-windows-10-a.html .

This happens on a fresh MicroWin install from a 23H2 Windows 11 ISO.

To Reproduce

Step 1: Create MicroWin ISO Step 2: Install MicroWin ISO Step 3: Attempt to open Advanced Indexing Options

Expected behavior

Indexing options being able to be opened.

Screenshots

ApplicationFrameHost_UMfu8Vb82E

control_kA83y0idI8

Additional context

This is kind of concerning for MicroWin since this is basic functionality that is missing. I could not find anything online about fixing the issue meaning it requires a re-install without MicroWin.

EDIT: Reinstalled a microwin ISO and ran into the same issue immediately after install.

v6stXN46WdLBtp commented 1 week ago

Is there any other information or reproduction steps that need to be added?

zmileski commented 1 week ago

Windows search need to be enabled. I had the same problem.

1 2

v6stXN46WdLBtp commented 1 week ago

Is there any way to turn this back on without NTLite? I've CTRL+F'd the winutil source and can't seem to find anything related to turning off Windows Search besides Bing Search and removing the search button from the taskbar. I'm not too versed in winutil development or powershell scripts so I probably missed something.

It is not in this menu which seems to be the only place that it could be.

OptionalFeatures_jR7azOVlZ0

zmileski commented 1 week ago

Not sure u can try this command in cmd running with administrator Dism /online /Enable-Feature /FeatureName:"SearchEngine-Client-Package" -All

Visit this site for more info https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/enable-or-disable-windows-features-using-dism?view=windows-11

v6stXN46WdLBtp commented 1 day ago

I've been trying to figure out what in MicroWin is causing this and can't. It has to be some combination of things that I am not knowledgeable enough to find.

Could someone with a bit more experience take a look at this?

zmileski commented 1 day ago

Not sure, i am not knowledgeable also but i think that need to be exluded here 2 maybe someone can do PR in microwin and also i think it will be good idea to be added fix with command "Dism /online /Enable-Feature /FeatureName:"SearchEngine-Client-Package" -All" in winutil under config features

v6stXN46WdLBtp commented 1 day ago

Ok! That is 100% the issue. I just ran MicroWin on an ISO and watched the terminal output and "SearchEngine-Client-Package" gets disabled. Huge thanks to zmileski for the help. @CodingWonders If you want to fix this it seems simple.

CodingWonders commented 1 day ago

That is the beauty of MicroWin. It lets you customize it afterward.

More info on the feature:

BRMczVmL3d

Much like you stated, @v6stXN46WdLBtp, it's a simple fix