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: # Description:
# This script will try to fix many of the privacy settings for the user. # 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" echo "Disable synchronisation of settings"
$reg = @" $reg = @"
Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00

Loading…
Cancel
Save