Guest User

Untitled

a guest
Oct 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. "$ComObj = New-Object -ComObject WScript.Shell; " +
  2. "$ShortCut = $ComObj.CreateShortcut("$Env:${shortcut.absolutePath}"); " +
  3. "$ShortCut.TargetPath = "%windir%\system32\cmd.exe"; " +
  4. "$ShortCut.Description = "${f.nameWithoutExtension}"; " +
  5. "$ShortCut.Arguments = "/c ""start $url"""; " +
  6. "$ShortCut.FullName; $ShortCut.WindowStyle = 7; " +
  7. "$ShortCut.IconLocation = "$iconpath"; " +
  8. "$ShortCut.Save(); " +
  9. "Remove-Item "${createPs.absolutePath}"; "
Add Comment
Please, Sign In to add comment