mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-15 21:44:23 +01:00
Update install-driver.ps1
This commit is contained in:
2
install-driver.ps1
vendored
2
install-driver.ps1
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user