提交测试

This commit is contained in:
2024-01-16 17:22:21 +08:00
parent 92862c0372
commit 73635fda01
654 changed files with 178015 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
$Env:driver_store=$(ls $($($(Get-WmiObject Win32_VideoController).InstalledDisplayDrivers | sort -Unique).ToString().Split(',')| sort -Unique).ToString().Replace("\DriverStore\", "\HostDriverStore\")).Directory.FullName
cp "$Env:driver_store\nvcuda64.dll" C:\Windows\System32\nvcuda.dll
cp "$Env:driver_store\nvapi64.dll" C:\Windows\System32\nvapi64.dll