i am looking for a chrome kinda simple solution , not sure if its already exist or need to customize it however i am open to hear your thoughts , i am using google latest version , when i create new user there's a preferences setting that i want to remove some checkboxes from 4 of them , the manual way to do it is after chrome open , i press F12 go to the upper right gearbox and manual remove checkbox from
i most all of those checkbox to be unchecked
i find out after i remove it manual chrome add this to the file preferences that located on :
C:\Users\Dell Mini\AppData\Local\Google\Chrome\User Data\Profile 1\preferences
"preferences": {
"Inspector.drawerSplitViewState": "{\"horizontal\":{\"size\":0,\"showMode\":\"OnlyMain\"}}",
"InspectorView.splitViewState": "{\"vertical\":{\"size\":0}}",
"closeableTabs": "{\"security\":true,\"chrome_recorder\":true}",
"consoleHistoryAutocomplete": "false",
"currentDockState": "\"right\"",
"elements.styles.sidebar.width": "{\"vertical\":{\"size\":0,\"showMode\":\"OnlyMain\"}}",
"inspectorVersion": "31",
"releaseNoteVersionSeen": "42",
"undefined-tabOrder": "{\"Styles\":10,\"Computed\":20}"
},
"synced_preferences_sync_disabled": {
"adornerSettings": "[{\"adorner\":\"grid\",\"isEnabled\":true},{\"adorner\":\"flex\",\"isEnabled\":true},{\"adorner\":\"ad\",\"isEnabled\":true},{\"adorner\":\"scroll-snap\",\"isEnabled\":true},{\"adorner\":\"container\",\"isEnabled\":true}]",
"consoleGroupSimilar": "false",
"textEditorAutoDetectIndent": "false",
"textEditorAutocompletion": "false"
this is create only after i manual remove the checkbox
i also find out there's a initial_preferences file and master_preferences file on the chrome directory that should be deployed the preferences you put there to any new chrome open , i try it didn't work so well maybe i dont know how to do it or maybe it's not design to do it ,