c# console application change title of window code example
Example: how to change the title of the console in c#
///Set console Title
Console.Title = "Insert Console title";
///Set console Title
Console.Title = "Insert Console title";