Download PDQ Deploy (free version) from here: Free Download


Fonts: 

  • Andale Mono ─ The quick brown fox jumps over the lazy dog
  • Arial ─ The quick brown fox jumps over the lazy dog
  • Arial Black ─ The quick brown fox jumps over the lazy dog
  • Book Antiqua ─ The quick brown fox jumps over the lazy dog
  • Comic Sans MS ─ The quick brown fox jumps over the lazy dog
  • Courier New ─ The quick brown fox jumps over the lazy dog
  • Georgia ─ The quick brown fox jumps over the lazy dog
  • Helvetica ─ The quick brown fox jumps over the lazy dog
  • Helvetica Neue ─ The quick brown fox jumps over the lazy dog
  • Impact ─ The quick brown fox jumps over the lazy dog
  • Tahoma ─ The quick brown fox jumps over the lazy dog
  • Trebuchet MS ─ The quick brown fox jumps over the lazy dog
  • Times New Roman ─ The quick brown fox jumps over the lazy dog
  • Terminal ─ The quick brown fox jumps over the lazy dog
  • Verdana ─ The quick brown fox jumps over the lazy dog


NameDescriptionVersionSizeDownload
7-Zip
Compresses and decompresses archived files.
1.0.4.98.4MBClick Here
CCleanerRemove any cache, cookies and temporary files using space.2.8.6.415.8MBClick Here
RufusCreates a bootable USB drive to do things like install Windows 10.
7.0.3.01.9MBClick Here





public static List<ListViewItem> GetAssetEntries(string reportPath)
{
try
            {
                computerList = new List<ListViewItem>();
                string[] reportItems = File.ReadAllLines(reportPath).AsParallel().ToArray();

                foreach (string str in reportItems)
                {
                    try
                    {
                        string[] lineSplitStr = str.Split(',');
                        string[] dateSplitStr = lineSplitStr[3].Split('T');

                        ListViewItem lvi = new ListViewItem();
                        lvi.Text = lineSplitStr[0].Trim();
                        lvi.SubItems.Add(lineSplitStr[1].Trim());
                        lvi.SubItems.Add(lineSplitStr[2].Trim());
                        lvi.SubItems.Add(dateSplitStr[0].Trim());

                        computerList.Add(lvi);
                    }

                    catch
                    {
                        continue;
                    }
                }
            }

            catch (Exception ex)
            {
                SendErrorMsg("Unable to load report, please try again...", ex.Message);
            }
}



Please use the form below to download the "Making the Shift to a Modern Desktop with Microsoft" PDF.