The app notepad.exe appears to start in the background, if I go to the task manager it's there, but I can't open it and use it.
Process.Start("notepad.exe")
This code works if I run it on other apps, but for some reason when I run this code on a service the app doesn't open the same way.
I also tried to start a batch file that opens the notepad, but it does the same thing.