Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 652 Bytes

Icon Overlays on Windows

Trying to get icon overlays to work on Windows.

  • vs/ using ATL.
  • py/ using Python.
  • rs/ DLL but using Rust.

Docs

VS

Open vs/ParsecShell.sln with Visual Studio. Build the project.

> regsvr32 /n /i:user x64\Debug\ParsecShell.dll

Restart the explorer through the task manager and retry the previous command until it works.