You can’t use environment variable in the application argument.
Instead use
Environment.ExpandEnvironmentVariables("%USERPROFILE%") + "\downloads"
Cheers
You can’t use environment variable in the application argument.
Instead use
Environment.ExpandEnvironmentVariables("%USERPROFILE%") + "\downloads"
Cheers