private static extern bool FileTimeToSystemTime(ref System.Runtime.InteropServices.ComTypes.FILETIME ft, ref SYSTEMTIME st);
private static extern bool SetSystemTime(ref SYSTEMTIME st);