Created
August 24, 2015 17:37
-
-
Save LordJZ/70d463335b2b7ab06e4f to your computer and use it in GitHub Desktop.
Windows 10 tweaks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sc delete DiagTrack | |
sc delete dmwappushservice | |
sc config diagnosticshub.standardcollector.service start= disabled | |
sc config WMPNetworkSvc start= disabled | |
sc config AdobeARMservice start= disabled | |
schtasks /Change /DISABLE /TN "Adobe Acrobat Update Task" | |
sc config "Razer Game Scanner Service" start= disabled | |
REM this makes dropbox do UAC prompts multiple times a day | |
sc config dbupdate start= disabled | |
sc config dbupdatem start= disabled | |
schtasks /Change /DISABLE /TN "DropboxUpdateTaskMachineCore | |
schtasks /Change /DISABLE /TN "DropboxUpdateTaskMachineUA" | |
sc config gupdate start= disabled | |
sc config gupdatem start= disabled | |
schtasks /Change /DISABLE /TN "GoogleUpdateTaskMachineCore" | |
schtasks /Change /DISABLE /TN "GoogleUpdateTaskMachineUA" | |
echo "" > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl | |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v NoPreviousVersionsPage /t REG_DWORD /d 1 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f | |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v DontOfferThroughWUAU /t REG_DWORD /d 1 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\SQMClient\Windows" /v "CEIPEnable" /t REG_DWORD /d 0 /f | |
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v "AITEnable" /t REG_DWORD /d 0 /f | |
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "LaunchTo" /t REG_DWORD /d 1 /f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned | |
Get-NetFirewallRule -Name "{61e3f01d-eb10-411e-96b5-7d27b58016c8}" | Remove-NetFirewallRule | |
New-NetFirewallRule -DisplayName "Search" -Name "{61e3f01d-eb10-411e-96b5-7d27b58016c8}" ` | |
-Direction Outbound -Action Block -Profile "Domain, Private, Public" ` | |
-Program "C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe" | |
Get-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" | Disable-ScheduledTask | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added some (dropbox, adobe, razer) to privacy.sexy. Thanks 🙏