Dim sysDir = Environment.GetFolderPath(Environment.SpecialFolder.System) If Environment.Is64BitOperatingSystem AndAlso Not Environment.Is64BitProcess Then sysDir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Windows), "SysNative") End If Process.Start(Path.Combine(sysDir, "WFS.exe"))