Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Disable local search history potentially wrong registry entry value #475

Open
jarelllama opened this issue Dec 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jarelllama
Copy link

Description

:: Set the registry value: "HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings!IsDeviceSearchHistoryEnabled"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings'; $data = '1'; reg add 'HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings' /v 'IsDeviceSearchHistoryEnabled' /t 'REG_DWORD' /d "^""$data"^"" /f"

Should IsDeviceSearchHistoryEnabled be 0?

image

How can the bug be recreated?

Operating system

No response

Script file

No response

Screenshots

No response

Additional information

No response

@jarelllama jarelllama added the bug Something isn't working label Dec 20, 2024
@jarelllama
Copy link
Author

I can confirm that running that script enables search history instead of disabling it:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant