List of preconfigured network file shares.

Setting the policy specifies a list of preset network file shares. Each item is an object with 2 properties: share_url and mode.

The share URL should be share_url.

For mode, it should be drop_down or pre_mount:

* drop_down indicates that share_url will be added to the share discovery list.

* pre_mount indicates that share_url will be mounted.
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=NetworkFileSharesPreconfiguredShares for more information about schema and formatting.

Example value:

[
{
"share_url": "smb://server/share",
"mode": "drop_down"
},
{
"share_url": "\\\\server\\share",
"mode": "drop_down"
}
]

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family

List of preconfigured network file shares. (The single-line field is deprecated and will be removed in the future. Please start using the multi-line textbox below.)

Registry HiveHKEY_CURRENT_USER
Registry PathSoftware\Policies\Google\ChromeOS
Value NameNetworkFileSharesPreconfiguredShares
Value TypeREG_SZ
Default Value


Registry HiveHKEY_CURRENT_USER
Registry PathSoftware\Policies\Google\ChromeOS
Value NameNetworkFileSharesPreconfiguredShares
Value TypeREG_MULTI_SZ
Default Value

chromeos.admx

Administrative Templates (Computers)

Administrative Templates (Users)