Skip to content
View ayushkamadji's full-sized avatar
Block or Report

Block or report ayushkamadji

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. runstubby ps1 script runstubby ps1 script
    1
    PowerShell -ExecutionPolicy bypass -file "C:\Program Files\Stubby\stubby_setdns_windows.ps1"
    2
    $stubbyexe = "C:\Program Files\Stubby\stubby.exe"
    3
    $proc = Start-Process -FilePath $stubbyexe -PassThru -WindowStyle Hidden
    4
    Read-Host -Prompt "Press Enter to exit"
    5
    Stop-Process -id $proc.ID