Skip to content

Instantly share code, notes, and snippets.

@wogho
Created May 2, 2022 09:55
Show Gist options
  • Save wogho/793b080ac1f0d8b7187681fdbeb543d5 to your computer and use it in GitHub Desktop.
Save wogho/793b080ac1f0d8b7187681fdbeb543d5 to your computer and use it in GitHub Desktop.
Start helper to GeonjuV2.0.ps1
for ($i=0; ; $i++)
{
Powershell.exe -noprofile -executionpolicy bypass -file "C:\Users\BlackBear\Desktop\GeonjuV2.0.ps1"
Start-Sleep -s 720
Powershell.exe -noprofile -executionpolicy bypass -file "C:\Users\BlackBear\Desktop\GeonjuV2.0.ps1"
Start-Sleep -s 900
Powershell.exe -noprofile -executionpolicy bypass -file "C:\Users\BlackBear\Desktop\GeonjuV2.0.ps1"
Start-Sleep -s 1140
Powershell.exe -noprofile -executionpolicy bypass -file "C:\Users\BlackBear\Desktop\GeonjuV2.0.ps1"
Start-Sleep -s 1200
Powershell.exe -noprofile -executionpolicy bypass -file "C:\Users\BlackBear\Desktop\GeonjuV2.0.ps1"
Start-Sleep -s 1500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment