| 1 | = Windows Sync Center Green Sync Status Missing = |
| 2 | |
| 3 | {{{ |
| 4 | |
| 5 | |
| 6 | What worked for me on Win 10 64: |
| 7 | |
| 8 | regsvr32.exe cscui.dll in admin cmd.exe like proposed in the top post |
| 9 | start regedit with admin rights |
| 10 | Go to: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers |
| 11 | here you see all registered programs providing overlay icons for explorer |
| 12 | Problem: according to here: http://www.thewindowsclub.com/the-overlay-icons-in-windows-7 only 15 overlays are processed. Which 15 these are is determined by the order of the reg keys |
| 13 | the order is the key! I suppose that is the reason why e.g. google drive (in my case) add two leading spaces in the name of the key " GoogleDriveSynced" to be at the top of the list and to guarantee to be processed. |
| 14 | |
| 15 | I changed the name of "Offline Files" to " Offline Files" (3 spaces) to get it on top of the list. |
| 16 | restart windows |
| 17 | Sync icons occurs again |
| 18 | |
| 19 | |
| 20 | |
| 21 | }}} |