Fix bug with URLs and add option to bypass the ZIP folder creation

This commit is contained in:
Fr3ki
2023-10-31 16:29:20 -06:00
parent 5041471bf5
commit 9791e1b886
2 changed files with 19 additions and 17 deletions
@@ -1,6 +0,0 @@
$WScriptShell = New-Object -ComObject WScript.Shell
$TargetFile = "$env:Temp\Chrome_Update\Update\GooseDesktop.exe"
$ShortcutFile = "C:\Users\$env:UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\HONK.lnk"
$Shortcut = $WScriptShell.CreateShortcut($ShortcutFile)
$Shortcut.TargetPath = $TargetFile
$Shortcut.Save()