Update install-driver.ps1

This commit is contained in:
harryeetsource
2025-03-05 16:51:58 -08:00
committed by GitHub
parent 588af198dc
commit d1317c70bb

2
install-driver.ps1 vendored
View File

@@ -6,7 +6,7 @@ if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
}
# Set the path to your INF file (update this path as needed)
$InfPath = "C:\path\to\shadow.inf"
$InfPath = ".\driver\target\release\shadow_package\shadow.inf"
$InfFullPath = Resolve-Path $InfPath
Write-Output "Installing INF from: $InfFullPath"