From 8352694f70b81a1c01e145987b42153bda93f666 Mon Sep 17 00:00:00 2001 From: Matthew Yang Date: Sat, 1 Nov 2025 07:46:18 -0700 Subject: [PATCH 1/3] Add ability to turn off search highlights --- tiny11maker.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tiny11maker.ps1 b/tiny11maker.ps1 index c24757f..bae4a01 100644 --- a/tiny11maker.ps1 +++ b/tiny11maker.ps1 @@ -335,6 +335,8 @@ Remove-RegistryValue "HKEY_LOCAL_MACHINE\zSOFTWARE\WOW6432Node\Microsoft\Windows Remove-RegistryValue "HKEY_LOCAL_MACHINE\zSOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update" Write-Output "Disabling OneDrive folder backup" Set-RegistryValue "HKLM\zSOFTWARE\Policies\Microsoft\Windows\OneDrive" "DisableFileSyncNGSC" "REG_DWORD" "1" +Write-Output "Disabling Search Highlights:" +Set-RegistryValue 'HKLM\zSoftware\Microsoft\Windows\CurrentVersion\SearchSettings' 'IsDynamicSearchBoxEnabled' 'REG_DWORD' '0' Write-Output "Disabling Telemetry:" Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo' 'Enabled' 'REG_DWORD' '0' Set-RegistryValue 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\Privacy' 'TailoredExperiencesWithDiagnosticDataEnabled' 'REG_DWORD' '0' From 4c3bf707a9e4b00429c3074f6281f0302c4aea8d Mon Sep 17 00:00:00 2001 From: Matthew Yang Date: Sat, 1 Nov 2025 07:48:12 -0700 Subject: [PATCH 2/3] Apply to Coremaker script --- tiny11Coremaker.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tiny11Coremaker.ps1 b/tiny11Coremaker.ps1 index 439768a..52dda02 100644 --- a/tiny11Coremaker.ps1 +++ b/tiny11Coremaker.ps1 @@ -393,6 +393,8 @@ reg delete "HKEY_LOCAL_MACHINE\zSOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVe reg delete "HKEY_LOCAL_MACHINE\zSOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update" /f | Out-Null Write-Host "Disabling OneDrive folder backup" & 'reg' 'add' "HKLM\zSOFTWARE\Policies\Microsoft\Windows\OneDrive" '/v' 'DisableFileSyncNGSC' '/t' 'REG_DWORD' '/d' '1' '/f' | Out-Null +Write-Output "Disabling Search Highlights:" +& 'reg' 'add' "HKLM\zSoftware\Microsoft\Windows\CurrentVersion\SearchSettings" '/v' 'IsDynamicSearchBoxEnabled' '/t' 'REG_DWORD' '/d' '0' '/f' | Out-Null Write-Host "Disabling Telemetry:" & 'reg' 'add' 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo' '/v' 'Enabled' '/t' 'REG_DWORD' '/d' '0' '/f' | Out-Null & 'reg' 'add' 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\Privacy' '/v' 'TailoredExperiencesWithDiagnosticDataEnabled' '/t' 'REG_DWORD' '/d' '0' '/f' | Out-Null From 91cc18ce603fc627a6616288a686920ebaca3518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Yang=20=28=E6=9D=A8=E4=BD=B3=E6=98=8E=29?= Date: Sat, 1 Nov 2025 07:50:48 -0700 Subject: [PATCH 3/3] Add 'Search Highlights' to the list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72ed878..8a38f1b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ C:/path/to/your/tiny11/script.ps1 -ISO -SCRATCH
  • Tablet PC Math
  • Edge
  • OneDrive
  • +
  • Search Highlights