Compare commits
1 Commits
nvidia-308
...
unrec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d49d5c81c1 |
@@ -2571,9 +2571,15 @@ actions:
|
|||||||
docs: https://github.com/privacysexy-forks/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
|
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
|
revertCode: reg add HKLM\SOFTWARE\Policies\Mozilla\Firefox /v DisableTelemetry /t REG_DWORD /d 0 /f
|
||||||
|
-
|
||||||
|
category: Disable background update check services
|
||||||
|
# Reduces frequent requests to third party servers
|
||||||
|
# Those request reveal information like machine information (such as software version and IP address) and usage behavior
|
||||||
|
# Once disabled, applications only check for updates and notify when they're being used
|
||||||
|
children:
|
||||||
-
|
-
|
||||||
name: Disable Google update service
|
name: Disable Google update service
|
||||||
recommend: standard
|
recommend: strict
|
||||||
docs:
|
docs:
|
||||||
- https://websetnet.net/how-to-disable-google-chrome-automatic-updates-in-windows-10/
|
- https://websetnet.net/how-to-disable-google-chrome-automatic-updates-in-windows-10/
|
||||||
- https://www.bleepingcomputer.com/startups/GoogleUpdate.exe-25791.html #gupdate
|
- https://www.bleepingcomputer.com/startups/GoogleUpdate.exe-25791.html #gupdate
|
||||||
@@ -2600,7 +2606,7 @@ actions:
|
|||||||
defaultStartupMode: Automatic # Allowed values: Automatic | Manual
|
defaultStartupMode: Automatic # Allowed values: Automatic | Manual
|
||||||
-
|
-
|
||||||
name: Disable Adobe Acrobat update service
|
name: Disable Adobe Acrobat update service
|
||||||
recommend: standard
|
recommend: strict
|
||||||
call:
|
call:
|
||||||
-
|
-
|
||||||
function: DisableService
|
function: DisableService
|
||||||
@@ -2626,25 +2632,9 @@ actions:
|
|||||||
revertCode: |-
|
revertCode: |-
|
||||||
schtasks /change /tn "Adobe Acrobat Update Task" /enable
|
schtasks /change /tn "Adobe Acrobat Update Task" /enable
|
||||||
schtasks /change /tn "Adobe Flash Player Updater" /enable
|
schtasks /change /tn "Adobe Flash Player Updater" /enable
|
||||||
-
|
|
||||||
name: Disable Razer Game Scanner Service
|
|
||||||
recommend: standard
|
|
||||||
call:
|
|
||||||
function: DisableService
|
|
||||||
parameters:
|
|
||||||
serviceName: Razer Game Scanner Service # Check: (Get-Service -Name 'Razer Game Scanner Service').StartType
|
|
||||||
defaultStartupMode: Manual # Allowed values: Automatic | Manual
|
|
||||||
-
|
|
||||||
name: Disable Logitech Gaming Registry Service
|
|
||||||
recommend: standard
|
|
||||||
call:
|
|
||||||
function: DisableService
|
|
||||||
parameters:
|
|
||||||
serviceName: LogiRegistryService # Check: (Get-Service -Name 'LogiRegistryService').StartType
|
|
||||||
defaultStartupMode: Automatic # Allowed values: Automatic | Manual
|
|
||||||
-
|
-
|
||||||
name: Disable Dropbox auto update service
|
name: Disable Dropbox auto update service
|
||||||
recommend: standard
|
recommend: strict
|
||||||
call:
|
call:
|
||||||
-
|
-
|
||||||
function: DisableService
|
function: DisableService
|
||||||
@@ -2665,6 +2655,23 @@ actions:
|
|||||||
revertCode: |-
|
revertCode: |-
|
||||||
schtasks /Change /ENABLE /TN "DropboxUpdateTaskMachineCore"
|
schtasks /Change /ENABLE /TN "DropboxUpdateTaskMachineCore"
|
||||||
schtasks /Change /ENABLE /TN "DropboxUpdateTaskMachineUA"
|
schtasks /Change /ENABLE /TN "DropboxUpdateTaskMachineUA"
|
||||||
|
-
|
||||||
|
name: Disable Razer Game Scanner Service
|
||||||
|
recommend: standard
|
||||||
|
call:
|
||||||
|
function: DisableService
|
||||||
|
parameters:
|
||||||
|
serviceName: Razer Game Scanner Service # Check: (Get-Service -Name 'Razer Game Scanner Service').StartType
|
||||||
|
defaultStartupMode: Manual # Allowed values: Automatic | Manual
|
||||||
|
-
|
||||||
|
name: Disable Logitech Gaming Registry Service
|
||||||
|
recommend: standard
|
||||||
|
call:
|
||||||
|
function: DisableService
|
||||||
|
parameters:
|
||||||
|
serviceName: LogiRegistryService # Check: (Get-Service -Name 'LogiRegistryService').StartType
|
||||||
|
defaultStartupMode: Automatic # Allowed values: Automatic | Manual
|
||||||
|
|
||||||
-
|
-
|
||||||
category: Disable Media Player data collection
|
category: Disable Media Player data collection
|
||||||
children:
|
children:
|
||||||
|
|||||||
Reference in New Issue
Block a user