Fix dead URLs and use forks as GitHub references
Change all GitHub URLs with forks so they survive if their maintainer decides to remove them. Fix dead URLs in: - "Windows Push Notification Service" (#101) - "Limit CPU usage during scans to minimum" - "Disable NVIDIA telemetry"
This commit is contained in:
@@ -72,7 +72,7 @@ actions:
|
||||
name: Clear shared-cache strings data
|
||||
docs:
|
||||
- https://eclecticlight.co/2017/09/23/sierras-unified-log-evolves-more-persistent-and-a-valuable-log-log/
|
||||
- https://github.com/libyal/dtformats/blob/main/documentation/Apple%20Unified%20Logging%20and%20Activity%20Tracing%20formats.asciidoc
|
||||
- https://github.com/privacysexy-forks/dtformats/blob/main/documentation/Apple%20Unified%20Logging%20and%20Activity%20Tracing%20formats.asciidoc
|
||||
code: |-
|
||||
sudo rm -rfv /private/var/db/uuidtext/
|
||||
sudo rm -rfv /var/db/uuidtext/
|
||||
@@ -458,7 +458,7 @@ actions:
|
||||
-
|
||||
name: Disable Firefox telemetry
|
||||
recommend: standard
|
||||
docs: https://github.com/mozilla/policy-templates/blob/master/README.md
|
||||
docs: https://github.com/privacysexy-forks/policy-templates/blob/master/README.md
|
||||
code: |-
|
||||
# Enable Firefox policies so the telemetry can be configured.
|
||||
sudo defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE
|
||||
@@ -503,7 +503,7 @@ actions:
|
||||
-
|
||||
name: Disable PowerShell Core telemetry
|
||||
recommend: standard
|
||||
docs: https://github.com/PowerShell/PowerShell/blob/v7.1.0/README.md#telemetry
|
||||
docs: https://github.com/privacysexy-forks/PowerShell/blob/v7.1.5/README.md#telemetry
|
||||
call:
|
||||
-
|
||||
function: PersistUserEnvironmentConfiguration
|
||||
@@ -576,7 +576,7 @@ actions:
|
||||
name: Disable Siri voice feedback
|
||||
recommend: strict
|
||||
docs:
|
||||
- https://github.com/joeyhoer/starter/blob/master/system/siri.sh
|
||||
- https://github.com/privacysexy-forks/starter/blob/master/system/siri.sh
|
||||
- https://machippie.github.io/system/
|
||||
code: defaults write com.apple.assistant.backedup 'Use device speaker for TTS' -int 3
|
||||
revertCode: defaults write com.apple.assistant.backedup 'Use device speaker for TTS' -int 2
|
||||
|
||||
@@ -1673,8 +1673,8 @@ actions:
|
||||
-
|
||||
category: Disable NVIDIA telemetry
|
||||
docs:
|
||||
- https://github.com/CHEF-KOCH/nVidia-modded-Inf
|
||||
- https://github.com/NateShoffner/Disable-Nvidia-Telemetry
|
||||
- https://github.com/privacysexy-forks/nVidia-modded-Inf
|
||||
- https://github.com/privacysexy-forks/Disable-Nvidia-Telemetry
|
||||
- https://forum.palemoon.org/viewtopic.php?f=4&t=15686&sid=3d7982d3b9e89c713547f1a581ea44a2&start=20
|
||||
children:
|
||||
-
|
||||
@@ -1746,7 +1746,7 @@ actions:
|
||||
powerShellValue: $false
|
||||
-
|
||||
name: Do not run Microsoft online experiments
|
||||
docs: https://github.com/Microsoft/vscode/blob/1aee0c194cff72d179b9f8ef324e47f34555a07d/src/vs/workbench/contrib/experiments/node/experimentService.ts#L173
|
||||
docs: https://github.com/privacysexy-forks/vscode/blob/1aee0c194cff72d179b9f8ef324e47f34555a07d/src/vs/workbench/contrib/experiments/node/experimentService.ts#L173
|
||||
recommend: standard
|
||||
call:
|
||||
function: SetVsCodeSetting
|
||||
@@ -2049,7 +2049,7 @@ actions:
|
||||
-
|
||||
name: Disable Firefox metrics reporting
|
||||
recommend: standard
|
||||
docs: https://github.com/mozilla/policy-templates#disabletelemetry
|
||||
docs: https://github.com/privacysexy-forks/policy-templates#disabletelemetry
|
||||
code: reg add HKLM\SOFTWARE\Policies\Mozilla\Firefox /v DisableTelemetry /t REG_DWORD /d 1 /f
|
||||
revertCode: reg add HKLM\SOFTWARE\Policies\Mozilla\Firefox /v DisableTelemetry /t REG_DWORD /d 0 /f
|
||||
-
|
||||
@@ -3178,7 +3178,7 @@ actions:
|
||||
-
|
||||
name: Limit CPU usage during scans to minimum
|
||||
docs:
|
||||
- https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDefender::Scan_AvgCPULoadFact
|
||||
- https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsDefender::Scan_AvgCPULoadFactor
|
||||
- https://docs.microsoft.com/en-us/powershell/module/defender/set-mppreference
|
||||
call:
|
||||
-
|
||||
@@ -4318,7 +4318,7 @@ actions:
|
||||
-
|
||||
name: Windows Push Notification Service
|
||||
recommend: standard
|
||||
docs: https://en.wikipedia.org/wiki/Windows_Push_Notification_Service#Privacy_Issue
|
||||
docs: https://en.wikipedia.org/w/index.php?title=Windows_Push_Notification_Service&oldid=1012335551#Privacy_Issue
|
||||
code: sc stop "WpnService" & sc config "WpnService" start=disabled
|
||||
revertCode: sc config "WpnService" start=auto & sc start "WpnService"
|
||||
-
|
||||
@@ -4898,7 +4898,7 @@ actions:
|
||||
category: Uninstall system apps
|
||||
docs:
|
||||
- https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10#system-apps
|
||||
- https://github.com/Sycnex/Windows10Debloater/blob/02963b6844cf7d13ed3fa64d75128f4e312689ca/Windows10Debloater.ps1#L43
|
||||
- https://github.com/privacysexy-forks/Windows10Debloater/blob/d4ede6d3225e7def087b389c7e8cf6be0d5e2cd7/Windows10Debloater.ps1#L43-L47
|
||||
children:
|
||||
-
|
||||
name: File Picker app
|
||||
|
||||
Reference in New Issue
Block a user