I have a PowerShell script D:pathtopython.exe D:pathtoscript.py
.
I want to write another PowerShell script which will run the first script as a scheduled task on Windows 10.
The job is to be done only once straight away after the scheduled task is created. I have never done this before and I have got a bit confused trying to find solutions in Google.