E
elltommo
Guest
We're trying to push out "Managed Favorites" for the Edge Browser. We're doing this by deploying a reg key using Group Policy. This gives us more control over using the built in Group Policy option.
For one group of users the number of Managed Favorites is high, and invovles several sub-folders (and sub-sub-folders!). So large in fact that as a file the size of the registry value data we need to deploy is over 2kb (or 2048 bytes). Microsoft advise that any registry value over 2048 bytes should be stored in a file and the location of this file should then be stored in registry [Source 1]. I can't work out how to achieve this and anything i've tried so far has stopped the settings from applying, in this case the Favorites are not deployed.
In simplest terms my query is as follows: how do i store the data for a Reg_SZ registry value in a file, and how do i point my registry key to that file?
Happy to provide more information on request.
Thanks!
More...
For one group of users the number of Managed Favorites is high, and invovles several sub-folders (and sub-sub-folders!). So large in fact that as a file the size of the registry value data we need to deploy is over 2kb (or 2048 bytes). Microsoft advise that any registry value over 2048 bytes should be stored in a file and the location of this file should then be stored in registry [Source 1]. I can't work out how to achieve this and anything i've tried so far has stopped the settings from applying, in this case the Favorites are not deployed.
In simplest terms my query is as follows: how do i store the data for a Reg_SZ registry value in a file, and how do i point my registry key to that file?
Happy to provide more information on request.
Thanks!
More...