Skip to content

Instantly share code, notes, and snippets.

View ttftw's full-sized avatar
👀

Tyler Tracy ttftw

👀
View GitHub Profile
@ttftw
ttftw / DriverHelper.ps1
Created November 23, 2021 17:47 — forked from jdoubleu/DriverHelper.ps1
Windows RNDIS driver for Linux/RaspberryPi
# script parameters
param(
[ValidateSet("Sign", "UntrustCertificates")]
[string] $Mode = "Sign",
[string] $InfFile,
[string] $CommonName = "linux.local",
[switch] $Force
)