xxxxxxxxxx
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\argv-ps]
[HKEY_CLASSES_ROOT\Directory\shell\argv-ps\command]
@="\"powershell\" \"-file\" \"F:\\some\\path\\argv.ps1\" \"%1\""
=======================
write-output $args
python argv.py "$args"
=======================
import sys
print (sys.argv[1])