🔎 Restore Windows Start Search on Tiny11 (Standard) #536
Eladriagon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tiny11 rips out Windows feature
SearchEngine-Client-Package(either directly or indirectly) which is required for the Start Menu search feature to work.Note that
SearchEngine-Client-Packagealso likely includes some sort of online search/phone-home capabilities – disabling those is outside the scope of this post. 🙂Warning
This guide does not work for Tiny11 Core! (The absence of WinSxS basically cripples Windows...)
Get a Retail Windows 11 ISO
Get a legitimate, unmodified copy of Windows 11 retail. You don't need to worry about what edition it is, but the language should match your installation.
Mount the ISO using Windows Explorer.
Find your Windows Image Index
Note
In all commands after this one, replace
D:\with the drive letter that Windows mounted the ISO onto.Run your terminal with elevated/administrator rights.
You'll need to know which image index corresponds to your current install. (For example, for Windows 11 Pro, at least for me, the index was
6.) To find your index, run:Match it to your edition of Windows.
Restore Search
Mount the install image using DISM, specifying the correct index number (replace
Xwith your image number from above).Now, to restore search:
And register the service with the correct startup:
sc config WSearch start=delayed-autoYou can optionally run:
However it's probably already running, so there's no need.
Finally, to unmount the image:
You can also delete
C:\winmountif you'd like (it should be empty).rmdir C:\winmountReboot for good measure, and enjoy working Start Menu search once again! 🎉
Beta Was this translation helpful? Give feedback.
All reactions