Quantcast
Viewing all articles
Browse latest Browse all 10

Logoff the Computer using C#

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics;   namespace Dotneter.com { class Program { static void Main(string[] args) { Process.Start("shutdown.exe", "-l"); }...

Viewing all articles
Browse latest Browse all 10

Trending Articles