Hide C# Console App Window When Started by Task Scheduler

c#, console-application, scheduled-tasks, windows-7

Solution

Change the `output type to Windows application` will solve your problem

Goto : Project - >Project Properties

Problem

I have searched google for this and read some resources but I wasn't able to find a good answer. Does anyone know how to prevent the console app window from opening when it is started by the task scheduler? Ref. https://www.google.com/search?q=task+scheduler+hide+console+window&aq=f&oq=task+scheduler+hide+console+window&aqs=chrome.0.57j0l2j62.7404&sourceid=chrome&ie=UTF-8

Original source