--- type: "topic" assigned: "" created: "2024-01-14T02:18:18.357Z" updated: "2024-04-02T03:49:22.346Z" --- # Free File Sync - [Free File Sync](https://freefilesync.org/) - [Posts](https://freefilesync.org/forum/search.php?author_id=12468&sr=posts) ```conf Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Colors] "ActiveBorder"="0 0 0" "ActiveTitle"="153 180 209" "AppWorkspace"="48 48 48" "Background"="48 48 48" "ButtonAlternateFace"="60 60 60" "ButtonDkShadow"="105 105 105" "ButtonFace"="60 60 60" "ButtonHilight"="48 48 48" "ButtonLight"="48 48 48" "ButtonShadow"="60 60 60" "ButtonText"="192 192 192" "GradientActiveTitle"="185 209 234" "GradientInactiveTitle"="215 228 242" "GrayText"="192 192 192" "HilightText"="0 255 195" "HotTrackingColor"="79 223 255" "InactiveBorder"="0 0 0" "InactiveTitle"="191 205 219" "InactiveTitleText"="192 192 192" "InfoText"="192 192 192" "InfoWindow"="48 48 48" "Menu"="60 60 60" "MenuBar"="60 60 60" "MenuText"="192 192 192" "Scrollbar"="60 60 60" "TitleText"="192 192 192" "Window"="48 48 48" "WindowFrame"="0 0 0 " "WindowText"="192 192 192" "Hilight"="120 120 120" "MenuHilight"="120 120 120" ``` ```yaml VSCode: code --diff "%local_path%" "%local_path2%" VSCode Insiders: code-insiders --diff "%local_path%" "%local_path2%" ``` ```bash mkdir "L:\Git\Notes-Free-File-Sync" cd "L:\Git\Notes-Free-File-Sync" git init mkdir "L:\Git\Notes-Free-File-Sync\.vscode" echo # mklink > "L:\Git\Notes-Free-File-Sync\.vscode\mklink.md" mklink /J "L:\Git\Notes-Free-File-Sync\.FreeFileSync" "D:/5-Other-Small/FreeFileSync" ```