mirror of
https://github.com/rvrsh3ll/Misc-Powershell-Scripts
synced 2026-06-21 14:09:04 +00:00
Update
This commit is contained in:
@@ -80,12 +80,11 @@ function Create-HotKeyLNK {
|
||||
|
||||
$obj = New-Object -ComObject WScript.Shell
|
||||
$link = $obj.CreateShortcut((Get-Location).Path + "\" + $LNKName + ".lnk")
|
||||
Write-Host $link
|
||||
$link.WindowStyle = '7'
|
||||
$link.TargetPath = $EXEPath
|
||||
$link.HotKey = $HotKey
|
||||
$link.IconLocation = $IconPath
|
||||
$link.Arguments = $arguments
|
||||
$link.Save()
|
||||
Write-Host "Done"
|
||||
Write-Host "Done!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user