From b0e10004f105bf33567228f3e2b73187e1450f4e Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 30 Dec 2022 07:11:02 +0100 Subject: [PATCH] README.md - added windows license key installation from powershell --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8db0824..8a16f54 100644 --- a/README.md +++ b/README.md @@ -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:///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