Powershell: sendtoショートカットの先頭にコピペするおまじない

Quick Edit Pencil
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"

このブログの人気の投稿

googleのキャシュは廃止されたんだ

カルチャーラジオ 日曜カルチャー「人間を考える 思いを伝えることば」

簡単 らじるらじるの聴き逃し番組、NHKラジオのストリーミングを保存・ダウンロードする方法 2019

書字方向 横書方向変換スクリプト 左書きから右書きへ(コピペ用途)

エラーを解決 再解析ポイントバッファーにあるタグは無効です。

ブックマークレット DOM ソース変更

VMWare Playerでホストとゲスト間でクリップボードが共有できない時の対処法