Browse Source

extend fix privacy

pull/55/head
Alex Hirsch 9 years ago
parent
commit
22adfeb5ef
  1. 3
      scripts/fix-privacy-settings.ps1

3
scripts/fix-privacy-settings.ps1

@ -1,6 +1,9 @@
# Description:
# This script will try to fix many of the privacy settings for the user.
echo "Defuse Windows search settings"
Set-WindowsSearchSetting -EnableWebResultsSetting $false
echo "Disable synchronisation of settings"
$reg = @"
Windows Registry Editor Version 5.00

Loading…
Cancel
Save