diff --git a/README.md b/README.md index 123830b..4ee1e54 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ A simple script that works around Nvidia vGPU licensing with a scheduled task. ## What this script does: * Creates 4 registry values. -* The first 2 are to change the unlicensed allowed time from 20 to 1440 minutes (1 day). -* The second 2 are to disable licensing notifications from the Nvidia driver. + * The first 2 are to change the unlicensed allowed time from 20 to 1440 minutes (1 day). + * The second 2 are to disable licensing notifications from the Nvidia driver. * Create a scheduled task to restart the Nvidia driver every day at 3 A.M. The original Powershell component in this script was written by Andrew H. at https://gist.github.com/neg2led and has been modified to suit this script better. \