From: Jeffrey McClain Date: Tue, 7 Aug 2018 21:48:07 +0000 (-0700) Subject: Additional Bookmark Policies X-Git-Tag: v1.2~8^2~11 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/53aa234a0c5895b3bc66b8d0545cda532b479e19?hp=53aa234a0c5895b3bc66b8d0545cda532b479e19 Additional Bookmark Policies Previously there were only 5 bookmark policies, I added 45 more to bring it to 50. Note that I changed the registry "key" values to be 10 greater than the bookmark number after the first bookmark policy. I did this as a workaround to an issue I noticed, where the registry numbering was sorted alphabetically (1, 11, 12, ..., 2, 21, 22, ...) rather than numerically (1, 2, 3, ... , 10, 11, 12). I also prefixed the first nine policy names with zero (01, 02, 03, 04, ...) to workaround the group policy editor sorting alphabetically rather than numerically. ---