greatsuspender / thegreatsuspender

A chrome extension for suspending all tabs to free up memory
https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg/
GNU General Public License v2.0
5.03k stars 905 forks source link

GPO configuration and OK register except for trackingOptOut #1272

Open caussatjerome opened 3 years ago

caussatjerome commented 3 years ago

Hello,

I am French, sorry for the mistakes.

I managed to apply via gpo / regedit the force installation of your extension for users, as well as basic options such as:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER \ SOFTWARE \ Policies \ Google \ Chrome \ 3rdparty \ extensions \ klbibkeccnjlkjkiokjodocebajanakg \ policy] "SUSPEND_TIME" = "5" "SCREEN_CAPTURE" = "0" "SCREEN_CAPTURE_FORCE" = dword: 00000000 "SUSPEND_IN_PLACE_OF_DISCARD" = dword: 00000001 "DISCARD_IN_PLACE_OF_SUSPEND" = dword: 00000001 "USE_ALT_SCREEN_CAPTURE_LIB" = dword: 00000000 "DISCARD_AFTER_SUSPEND" = dword: 00000001 "IGNORE_WHEN_OFFLINE" = dword: 00000000 "IGNORE_WHEN_CHARGING" = dword: 00000000 "UNSUSPEND_ON_FOCUS" = dword: 00000001 "IGNORE_PINNED" = dword: 00000000 "IGNORE_FORMS" = dword: 00000001 "IGNORE_AUDIO" = dword: 00000000 "IGNORE_ACTIVE_TABS" = dword: 00000001 "IGNORE_CACHE" = dword: 00000000 "ADD_CONTEXT" = dword: 00000000 "SYNC_SETTINGS" = dword: 00000000 "NO_NAG" = dword: 00000001 "THEME" = "light" "WHITELIST" = "live.office.com mail.google.com outlook.live.com"

On the other hand I cannot find on the forums or even here any information for the option "trackingOptOut"

Could you tell me what is the registry side name to implement it?

Thank you in advance.

Cordially. Eugene C.

Post: -Server 2012R2 -google chrome 86.0.4240.183 -Great Suspender v7.1.8

ossilator commented 3 years ago

judging by the git history, the key is TRACKING_OPT_OUT, and you really want to enable it, or better install the extension from source; see #1263.