We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:: 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?
IsDeviceSearchHistoryEnabled
No response
The text was updated successfully, but these errors were encountered:
I can confirm that running that script enables search history instead of disabling it:
Sorry, something went wrong.
No branches or pull requests
Description
Should
IsDeviceSearchHistoryEnabled
be 0?How can the bug be recreated?
Operating system
No response
Script file
No response
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: