Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article we will explore how to reset the PV Shell extension to troubleshoot the sync badges in Windows File Explorer.

  1. Click on the Start Menu and type PowerShell

  2. Open PowerShell as administrator

    image-20240805-205724.pngImage Added

  3. 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

...