Powershell: sendtoショートカットの先頭にコピペするおまじない
PowerShell -ExecutionPolicy RemoteSigned -File
# ディレクトリ
<#[ 右クリック-送る ]に登録するには 送るフォルダを開く - Explorerのアドレスバーに shell:sendto 作成したスクリプトのショートカットのプロパティのリンク先の先頭に下記 を追記すると$argsでパスが取れる PowerShell -ExecutionPolicy RemoteSigned -File "リンク先パス"#>
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -File "E:\OneDrive\ドキュメント\WindowsPowerShell Scripts\Image Resize.ps1"
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -File "E:\OneDrive\ドキュメント\WindowsPowerShell Scripts\保存画像をインスタで開く.ps1"
# ディレクトリ
<#[ 右クリック-送る ]に登録するには 送るフォルダを開く - Explorerのアドレスバーに shell:sendto 作成したスクリプトのショートカットのプロパティのリンク先の先頭に下記 を追記すると$argsでパスが取れる PowerShell -ExecutionPolicy RemoteSigned -File "リンク先パス"#>
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -File "E:\OneDrive\ドキュメント\WindowsPowerShell Scripts\Image Resize.ps1"
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -File "E:\OneDrive\ドキュメント\WindowsPowerShell Scripts\保存画像をインスタで開く.ps1"