I've configured a custom color for 'blocked' files (using Colors - tc plugin, ZoneId=3) and added a menu button to unblock files using a PowerShell script. The menu button config is a simple custom command to run PowerShell executable:
Code: Select all
COMMAND : C:\Program Files\PowerShell\7\pwsh.exe
PARAMETERS : -WindowStyle Hidden
Code: Select all
-NoProfile -File "D:\Program Files\totalcmd\__PS57\unblock.ps1" %P
I tried my Google-fu, but the only thing I found (and I'm not even sure if it's related) is this: viewtopic.php?t=79591
Anyone with similar experience could shed light on what am I missing?