Skip to content

Instantly share code, notes, and snippets.

@tfl
tfl / regtest.cs
Created October 21, 2010 14:25
Compile and run it as scheduled task - it fails here! It does not fail when run logged on.
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Win32;
using System.IO;
using System.Security.Principal;
namespace regtest
{
class Program