private static IShellItem2 CreateItemFromJumpPath(JumpPath jumpPath) { try { return(JumpList.GetShellItemForPath(Path.GetFullPath(jumpPath.Path))); } catch (Exception) { } return(null); }