aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/OS/DefaultOperationSystemManager.cs
blob: 2164a71c357230123222b665964f58f35354d930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.CodeGeneration
{
    /// <summary>
    /// Represents a namespace code object.
    /// </summary>
    /// <seealso cref="Tango.CodeGeneration.CodeObject" />
    public class Namespace : CodeObject
    {
        /// <summary>
        /// Gets or set
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Common.OS
{
    using System.Collections.ObjectModel;
    using System.Diagnostics;
    using Tango.Core;
    using Tango.Core.Components;
    using SLID = Guid; //SLID id declaration as typedef GUID SLID; in slpublic.h 

    /// <summary>
    /// Represents the default windows activation manager.
    /// </summary>
    /// <seealso cref="Tango.PPC.Common.OS.IOperationSystemManager" />
    public class DefaultOperationSystemManager : ExtendedObject, IOperationSystemManager
    {
        #region Win32

        private enum SL_GENUINE_STATE
        {
            SL_GEN_STATE_IS_GENUINE = 0,
            SL_GEN_STATE_INVALID_LICENSE = 1,
            SL_GEN_STATE_TAMPERED = 2,
            SL_GEN_STATE_OFFLINE = 3,
            SL_GEN_STATE_LAST = 4
        }

        [DllImportAttribute("Slwga.dll", EntryPoint = "SLIsGenuineLocal", CharSet = CharSet.None, ExactSpelling = false, SetLastError = false, PreserveSig = true, CallingConvention = CallingConvention.Winapi, BestFitMapping = false, ThrowOnUnmappableChar = false)]
        [PreserveSigAttribute()]
        private static extern uint SLIsGenuineLocal(ref SLID slid, [In, Out] ref SL_GENUINE_STATE genuineState, IntPtr val3);

        #endregion

        /// <summary>
        /// Determines whether the OS is activated.
        /// </summary>
        /// <returns></returns>
        public Task<bool> IsActivated()
        {
            return Task.Factory.StartNew<bool>(() =>
            {
                LogManager.Log("Validating windows activation...");

                Guid ApplicationID = new Guid("55c92734-d682-4d71-983e-d6ec3f16059f"); //Application ID GUID http://technet.microsoft.com/en-us/library/dd772270.aspx
                SLID windowsSlid = (Guid)ApplicationID;
                try
                {
                    SL_GENUINE_STATE genuineState = SL_GENUINE_STATE.SL_GEN_STATE_LAST;
                    uint ResultInt = SLIsGenuineLocal(ref windowsSlid, ref genuineState, IntPtr.Zero);
                    if (ResultInt == 0)
                    {
                        LogManager.Log("OS activation status: " + genuineState.ToString());
                        return (genuineState == SL_GENUINE_STATE.SL_GEN_STATE_IS_GENUINE);
                    }
                    else
                    {
                        throw LogManager.Log(new InvalidOperationException("An error occurred while trying to get the OS activation status."));
                    }

                }
                catch (Exception ex)
                {
                    throw ex;
                }
            });
        }

        /// <summary>
        /// Activates the OS using the specified activation key.
        /// </summary>
        /// <param name="activationKey">The activation key.</param>
        /// <returns></returns>
        public async Task Activate(string activationKey)
        {
            if (!(await IsActivated()))
            {
                CmdCommand command = new CmdCommand("cscript", $"C:\\Windows\\System32\\slmgr.vbs -ipk {activationKey}");
                await command.Run();

                bool activated = false;

                for (int i = 0; i < 10; i++)
                {
                    await Task.Delay(2000);
                    activated = await IsActivated();
                    if (activated) break;
                }

                if (!activated)
                {
                    throw new ApplicationException("The activation was completed but activation status returned a false response.");
                }
            }
            else
            {
                LogManager.Log("Windows is already activated. Skipping activation...");
            }
        }

        /// <summary>
        /// Deactivates the OS license.
        /// </summary>
        /// <returns></returns>
        /// <exception cref="System.NotImplementedException"></exception>
        public Task Deactivate()
        {
            throw new NotImplementedException("Deactivating windows license is not supported.");
        }

        /// <summary>
        /// Gets the available time zones.
        /// </summary>
        /// <returns></returns>
        public ReadOnlyCollection<TimeZoneInfo> GetAvailableTimeZones()
        {
            return TimeZoneInfo.GetSystemTimeZones();
        }

        /// <summary>
        /// Changes the operation system time zone.
        /// </summary>
        /// <param name="timeZone">The time zone.</param>
        /// <returns></returns>
        public async Task ChangeTimeZone(TimeZoneInfo timeZone)
        {
            CmdCommand cmd = new CmdCommand("tzutil", $"/s \"{timeZone.Id}\"");
            await cmd.Run();

            try
            {
                cmd = new CmdCommand("sc.exe", "config W32Time start=auto");
                cmd.Timeout = TimeSpan.FromSeconds(10);
                await cmd.Run();

                try
                {
                    cmd = new CmdCommand("net", "start W32Time");
                    cmd.Timeout = TimeSpan.FromSeconds(10);
                    await cmd.Run();
                }
                catch { }

                cmd = new CmdCommand("w32tm", $"/resync");
                await cmd.Run();
            }
            catch { }
        }

        /// <summary>
        /// Restarts the system.
        /// </summary>
        /// <returns></returns>
        public void Restart()
        {
            Process.Start("shutdown.exe", "-r -t 0");
        }

        /// <summary>
        /// Shutdown the system.
        /// </summary>
        public void Shutdown()
        {
            Process.Start("shutdown.exe", "-s -t 0");
        }

        /// <summary>
        /// Gets the machine unique identifier.
        /// </summary>
        /// <returns></returns>
        public Task<string> GetDeviceId()
        {
            return Task.Factory.StartNew<String>(() =>
            {
                try
                {
                    ManagementObjectCollection mbsList = null;
                    ManagementObjectSearcher mbs = new ManagementObjectSearcher("Select * From Win32_processor");
                    mbsList = mbs.Get();
                    string id = "";
                    foreach (ManagementObject mo in mbsList)
                    {
                        id = mo["ProcessorID"].ToString();
                    }

                    string max_address = "";

                    using (ManagementClass mc = new ManagementClass("Win32_NetworkAdapterConfiguration"))
                    {
                        using (ManagementObjectCollection moc = mc.GetInstances())
                        {
                            if (moc != null)
                            {
                                foreach (ManagementObject mo in moc)
                                {
                                    if (string.IsNullOrEmpty(max_address))  // only return MAC Address from first card
                                    {
                                        if (mo["MacAddress"] != null)
                                        {
                                            max_address = mo["MacAddress"].ToString();
                                        }
                                    }
                                    mo.Dispose();
                                }
                            }
                        }
                    }

                    return id + "_" + max_address;
                }
                catch (Exception ex)
                {
                    LogManager.Log(ex, "Could not extract device id. Falling back to device name...");
                    return GetDeviceName().Result;
                }
            });
        }

        /// <summary>
        /// Gets the machine host name.
        /// </summary>
        /// <returns></returns>
        public Task<string> GetDeviceName()
        {
            return Task.Factory.StartNew<String>(() =>
            {
                return Environment.MachineName;
            });
        }
    }
}