diff --git a/config/feature.json b/config/feature.json index 960fcad2..bd25e002 100644 --- a/config/feature.json +++ b/config/feature.json @@ -81,42 +81,6 @@ ], "link": "https://winutil.christitus.com/dev/features/features/nfs" }, - "WPFFeatureEnableSearchSuggestions": { - "Content": "Enable Search Box Web Suggestions in Registry(explorer restart)", - "Description": "Enables web suggestions when searching using Windows Search.", - "category": "Features", - "panel": "1", - "Order": "a015_", - "feature": [], - "InvokeScript": [ - " - If (!(Test-Path 'HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer')) { - New-Item -Path 'HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer' -Force | Out-Null - } - New-ItemProperty -Path 'HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer' -Name 'DisableSearchBoxSuggestions' -Type DWord -Value 0 -Force - Stop-Process -name explorer -force - " - ], - "link": "https://winutil.christitus.com/dev/features/features/enablesearchsuggestions" - }, - "WPFFeatureDisableSearchSuggestions": { - "Content": "Disable Search Box Web Suggestions in Registry(explorer restart)", - "Description": "Disables web suggestions when searching using Windows Search.", - "category": "Features", - "panel": "1", - "Order": "a016_", - "feature": [], - "InvokeScript": [ - " - If (!(Test-Path 'HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer')) { - New-Item -Path 'HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer' -Force | Out-Null - } - New-ItemProperty -Path 'HKCU:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Explorer' -Name 'DisableSearchBoxSuggestions' -Type DWord -Value 1 -Force - Stop-Process -name explorer -force - " - ], - "link": "https://winutil.christitus.com/dev/features/features/disablesearchsuggestions" - }, "WPFFeatureRegBackup": { "Content": "Enable Daily Registry Backup Task 12.30am", "Description": "Enables daily registry backup, previously disabled by Microsoft in Windows 10 1803.",