Skip to content

Instantly share code, notes, and snippets.

View asgaut's full-sized avatar

Asgaut Eng asgaut

  • Oslo, Norway
  • 07:54 (UTC +01:00)
View GitHub Profile
@asgaut
asgaut / DriverHelper.ps1
Last active June 5, 2024 11:11 — 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
)