|
@@ -388,6 +388,9 @@ namespace Optimizer
|
|
// EXPERIMENTAL message
|
|
// EXPERIMENTAL message
|
|
lblLab.Visible = Program.EXPERIMENTAL_BUILD;
|
|
lblLab.Visible = Program.EXPERIMENTAL_BUILD;
|
|
|
|
|
|
|
|
+ txtOS.Text = "Microsoft " + Utilities.GetOS();
|
|
|
|
+ txtBitness.Text = Utilities.GetBitness();
|
|
|
|
+
|
|
if (Utilities.CurrentWindowsVersion == WindowsVersion.Unsupported)
|
|
if (Utilities.CurrentWindowsVersion == WindowsVersion.Unsupported)
|
|
{
|
|
{
|
|
tabCollection.TabPages.Remove(universalTab);
|
|
tabCollection.TabPages.Remove(universalTab);
|
|
@@ -437,9 +440,6 @@ namespace Optimizer
|
|
txtVersion.Text = "Version: " + Program.GetCurrentVersionTostring();
|
|
txtVersion.Text = "Version: " + Program.GetCurrentVersionTostring();
|
|
Program.MainForm = this;
|
|
Program.MainForm = this;
|
|
|
|
|
|
- txtOS.Text = "Microsoft " + Utilities.GetOS();
|
|
|
|
- txtBitness.Text = Utilities.GetBitness();
|
|
|
|
-
|
|
|
|
if (string.IsNullOrEmpty(Options.CurrentOptions.AppsFolder))
|
|
if (string.IsNullOrEmpty(Options.CurrentOptions.AppsFolder))
|
|
{
|
|
{
|
|
txtDownloadFolder.Text = Path.Combine(Application.StartupPath, "Optimizer Downloads");
|
|
txtDownloadFolder.Text = Path.Combine(Application.StartupPath, "Optimizer Downloads");
|
|
@@ -2353,6 +2353,9 @@ namespace Optimizer
|
|
|
|
|
|
for (int i = 0; i < 9; i++)
|
|
for (int i = 0; i < 9; i++)
|
|
{
|
|
{
|
|
|
|
+ // wait before each pinging
|
|
|
|
+ System.Threading.Thread.Sleep(700);
|
|
|
|
+
|
|
tmpReply = Utilities.PingHost(txtPingInput.Text);
|
|
tmpReply = Utilities.PingHost(txtPingInput.Text);
|
|
|
|
|
|
if (tmpReply.Address == null)
|
|
if (tmpReply.Address == null)
|