Hi there, the scheduled task seems to fail because my windows username contains a space:
F:\Users\John Doe\Downloads\scoped_dir_16148_1317\PatchMyPC.exe /silent
This should have quotes, like this:
"F:\Users\John Doe\Downloads\scoped_dir_16148_1317\PatchMyPC.exe" /silent
Somewhere the PatchMyPC program schedules this task wrong.
F:\Users\John Doe\Downloads\scoped_dir_16148_1317\PatchMyPC.exe /silent
This should have quotes, like this:
"F:\Users\John Doe\Downloads\scoped_dir_16148_1317\PatchMyPC.exe" /silent
Somewhere the PatchMyPC program schedules this task wrong.