117
edits
Changes
m
Restore search companion as default for search.
<exit code="0" reboot="delayed" />
</install>
<!-- The following line Should make the standard Windows search companion the default, although there is also a per-user setting under HKCU... -->
<install cmd='reg add "HKLM\SOFTWARE\Microsoft\Windows Desktop Search\DS" /v ShowStartSearchBand /t REG_DWORD /d 0 /f' />
<upgrade cmd='reg add "HKLM\SYSTEM\CurrentControlSet\Services\WSearch" /v Start /t REG_DWORD /d 3 /f' >
<exit code="0" reboot="delayed" />