Skip to content

Instantly share code, notes, and snippets.

View svengeance's full-sized avatar

Sven svengeance

View GitHub Profile
@falahati
falahati / RestartManagerSession.cs
Last active January 24, 2022 14:55
Restart-Manager Wrapper for C#
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.ServiceProcess;
namespace RestartManager
{