We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588af19 commit d1317c7Copy full SHA for d1317c7
install-driver.ps1
@@ -6,7 +6,7 @@ if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
6
}
7
8
# Set the path to your INF file (update this path as needed)
9
-$InfPath = "C:\path\to\shadow.inf"
+$InfPath = ".\driver\target\release\shadow_package\shadow.inf"
10
$InfFullPath = Resolve-Path $InfPath
11
12
Write-Output "Installing INF from: $InfFullPath"
0 commit comments