Fixes for the import xml method in Windows (I have tested and it works)

This commit is contained in:
HackTestes
2025-07-05 13:39:21 -03:00
parent 28569044fa
commit 6512ea359c
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ Since this program does not implement the service API, it will be using schedule
* In an administrator prompt, run the following command
```cmd
schtasks /create /xml "C:\path\to\task\file\User NVIDIA GPU Control Task.xml"
schtasks /create /xml "C:\path\to\task\file\User NVIDIA GPU Control Task.xml" /tn "CaioH NVIDIA GPU Control"
```
* Or you can use the GUI interface and import the xml (also needs to be running as admin)