ショートカット作成

$WshShell = New-Object -comObject WScript.Shell
$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\ColorPix.lnk")
$Shortcut.TargetPath = "C:\Program Files (x86)\ColorPix\ColorPix.exe"
$Shortcut.Save()

WshShell?

CreateShortcut?


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS