In this article we will explore how to reset the PV Shell extension to troubleshoot the sync badges in Windows File Explorer.
Click on the Start Menu and type PowerShell
Open PowerShell as administrator
Copy and paste the following command (it is one line)
Stop-Process -Name explorer -Force; & "C:\PreVeil\findersync\regsvr32.exe" /u "C:\PreVeil\findersync\PVShellExt.dll"; Start-Process explorer.exe
...