}
}
```
+### NoDefaultBookmarks
+Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile.
+```
+{
+ "policies": {
+ "NoDefaultBookmarks": true
+ }
+}
+```
+### NoSmartBookmarks
+Remove the Smart Bookmarks (Most Visited, Recent Tags)
+```
+{
+ "policies": {
+ "NoSmartBookmarks": true
+ }
+}
+```
### RememberPasswords
This policy sets the signon.rememberSignons preference. It can either be enabled or disabled.
```