Skip to content

Instantly share code, notes, and snippets.

View takeshik's full-sized avatar

Takeshi KIRIYA takeshik

View GitHub Profile
@mfakane
mfakane / Sudo.cs
Created November 3, 2012 11:51
UAC lift
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
namespace Sudo
{
class Program
{
static void Main(string[] args)