Recently while trying things out on Windows admin I came across a situation. For example when I have a system level task scheduled to for example start Windows calculator the task would trigger and start the process.
The problem however is that the process doesn't appear on the current users desktop. I was wondering how one could still using the system account I could start calculator on the current use desktop.
I would prefer this fix be through the command rather than changes to settings for the task as tasks aren't the only situation in which this problem occurs. For example I believe I had the same problem when starting a process using a system level command prompt or when starting a process on a different computer using an admin account and psexec.
I am aware there are risks of using system. This question is mostly how to start a process on a specific desktop or the current user rather than just appearing on task manager.