CeRunAppAtTime

[DllImport("coredll.dll", SetLastError = true)]
public static extern bool CeRunAppAtTime(
   string lpszAppName,
   FILETIME* pFileTime
);

Microsoft documentation: Link

Last updated