README.md - added windows license key installation from powershell

This commit is contained in:
Oscar Krause 2022-12-30 07:11:02 +01:00
parent 478ca0ab63
commit b0e10004f1
1 changed files with 8 additions and 0 deletions

View File

@ -318,6 +318,14 @@ nvidia-smi -q | grep "License"
Download file and place it into `C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken`.
Now restart `NvContainerLocalSystem` service.
**Power-Shell**
```Shell
curl.exe --insecure -X GET https://<dls-hostname-or-ip>/client-token -o "C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken\client_configuration_token_$($(Get-Date).tostring('dd-MM-yy-hh-mm-ss')).tok"
Restart-Service NVDisplay.ContainerLocalSystem
'C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe' -q | Select-String "License"
```
# Troubleshoot
## Linux