Skip to content

Instantly share code, notes, and snippets.

@JugglerMaster
JugglerMaster / Backupchrome.bat
Last active October 7, 2021 20:36 — forked from takikoo/README.md
Export Chrome Bookmarks and Copy Bookmarks Remotely
@ECHO off
title Backup Windows 10 Chrome Bookmarks
REM Recommended to run during user logoff in GPO (User Configuration\Policies\Windows Settings\scripts)
REM Path for the user's network file share
SET userprivatedrivepath=%HOMESHARE%\
REM Path for bookmark backup folder in user's network file share
SET userbookmarkspath=%userprivatedrivepath%\bookmark_backups