Activation troubleshooting

Page 7 of 30 FirstFirst ... 5678917 ... LastLast

  1. Posts : 15,024
    Windows 10 IoT
       #61

    I did a 10 Home install on my spare desktop PC with the MCT ISO. Failed to activate, even slmgr /ato failed. Going to the Settings, Activation screen and clicking troubleshoot fixed it though. I had written down the error messages but can't for the life of me find that piece of paper at the moment. Pretty well the same ones I've seen in the past though. 0x8 something something. After running troubleshoot it said "we found a Digital Licence for this hardware, would you like to use it. I said yes and it activated. Microsoft really needs to sort this out IMHO, way to many failures. Oh, used a PID.txt with the generic Home Key and this PC already had a DL for Home. I don't usually install Home but thought it couldn't hurt to have it installed on my backup PC so I can see the same menus somebody else running Home see's. Instead of guessing what's missing etc, versus Pro.
      My Computer


  2. Posts : 3,453
    Thread Starter
       #62

    Nice it's fixed... pity you did not get the error code - even if just to get an idea what's failing and where ...

    I agree the DL method needs some stabilisation - perhaps subtle driver changes throws it (i.e. hardware ID) out...
      My Computer


  3. Posts : 15,024
    Windows 10 IoT
       #63

    I have no idea what I did with it, I guess that's a hint I need to clean up in here, lol. It was along the lines we can't activate right now. After I ran slmgr /ato I got a cannot find kms server or something error. Then I noticed the trouble shoot link on the activation status page and tried that thinking, this will never work. But it fixed it? I have to admit to having a few while I was doing this. I suffer from chronic pain and some times I prefer rum + coke over muscle relaxers and pain meds. They both have basically the same effect, but one is a lot more enjoyable than the other.
      My Computer


  4. Posts : 3,453
    Thread Starter
       #64

    alphanumeric said:
    I prefer rum + coke over muscle relaxers and pain meds. They both have basically the same effect, but one is a lot more enjoyable than the other.
    LOL...good on you bud...
      My Computer


  5. Posts : 15,024
    Windows 10 IoT
       #65

      My Computer


  6. Posts : 3
    Windows 10 Pro
       #66

    Hi everyone, this is my first post on tenforums but have been reading the tutorials and thanks to everyone for all the info! I am trying to create an unattended Windows 10 Pro image with sysprep including the /copyprofile switch. So far things are working well EXCEPT the Windows activation. We resell HP's and when I got a new HP and put our image on it Windows did not activate. If I connect a new HP computer to the internet and get Windows setup and activated, then my image works.

    My question is what do I have to do to get an image can be used on brand new HP, Dell, whatnot machines that will activate with Microsoft. HP sent me one of their USB Windows 10 sticks, if I load that on a HP computer, update it, boot into audit mode and sysprep - will it then activate on a new computer or will I still have trouble?

    Does anyone have experience imaging brand new Dell, HP, etc machines and getting them to activate correctly?
      My Computer


  7. Posts : 3,453
    Thread Starter
       #67

    Zeeman said:
    Hi everyone, this is my first post on tenforums but have been reading the tutorials and thanks to everyone for all the info! I am trying to create an unattended Windows 10 Pro image with sysprep including the /copyprofile switch. So far things are working well EXCEPT the Windows activation. We resell HP's and when I got a new HP and put our image on it Windows did not activate. If I connect a new HP computer to the internet and get Windows setup and activated, then my image works.

    My question is what do I have to do to get an image can be used on brand new HP, Dell, whatnot machines that will activate with Microsoft. HP sent me one of their USB Windows 10 sticks, if I load that on a HP computer, update it, boot into audit mode and sysprep - will it then activate on a new computer or will I still have trouble?

    Does anyone have experience imaging brand new Dell, HP, etc machines and getting them to activate correctly?
    It will depend with which key the image is prepped with.

    If it does not include the firmware key of the particular PC, it won't activate online automatically.

    You may need a setup-complete command script or an answer file to set the key first.


    Edit: Here's an alternate method.
    GitHub - iamacarpet/win10-autoactivate: script to auto activate Windows 10 from OEM key in BIOS
      My Computer


  8. Posts : 3
    Windows 10 Pro
       #68

    Thanks for the reply Superfly, I imagine you are talking about firmware key not product key which can be removed in the answer.xml file. I image the USB from HP does not include a key for a specific machine as HP told me it would work on all HP (W10 Pro) machines and activate. I am sure I can create a setupcomplete.cmd script, but not sure how that would help?

    Reading the GitHub article, that may be the best bet for activating. I installed Python, then pyinstaller & pip. Downloaded the activate.py and ran pyinstaller.py --onefile activate.py. pyinstaller.py did not exist so I ran pyinstaller.exe --onefile activate.py and it spit out quite a few errors.

    My warnactivate.txt

    missing module named resource - imported by posix, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named posix - imported by os, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named _posixsubprocess - imported by subprocess, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named 'org.python' - imported by pickle, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py, xml.sax
    missing module named readline - imported by cmd, code, pdb, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    excluded module named _frozen_importlib - imported by importlib, importlib.abc, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named _frozen_importlib_external - imported by importlib._bootstrap, importlib, importlib.abc, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named _winreg - imported by platform, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named _scproxy - imported by urllib.request
    missing module named java - imported by platform, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named 'java.lang' - imported by platform, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py, xml.sax._exceptions
    missing module named vms_lib - imported by platform, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named termios - imported by tty, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py, getpass
    missing module named grp - imported by shutil, tarfile, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named pwd - imported by posixpath, shutil, tarfile, http.server, webbrowser, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py, netrc, getpass
    missing module named ce - imported by os, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named _dummy_threading - imported by dummy_threading, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py
    missing module named org - imported by copy, C:\Users\ProfileName\AppData\Local\Programs\Python\Python35-32\Scripts\activate.py


    Also errors such as
    3661 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\users\mzollner\appdata\local\programs\python\python35-32\python.exe3700 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\users\mzollner\appdata\local\programs\python\python35-32\python.exe4355 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of c:\users\mzollner\appdata\local\programs\python\python35-32\python35.dll4394 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\users\mzollner\appdata\local\programs\python\python35-32\python35.dll4440 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\users\mzollner\appdata\local\programs\python\python35-32\VCRUNTIME140.dll4479 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\users\mzollner\appdata\local\programs\python\python35-32\VCRUNTIME140.dll
      My Computer


  9. Posts : 3,453
    Thread Starter
       #69

    Yup seems way overly complicated for a simple procedure. TBH
    Try putting this into the Scripts folder under C:\Windows\Setup of the image to be captured.

    Code:
    @echo off
    for /f "tokens=2 delims='='" %%K IN ('wmic path softwarelicensingservice get OA3xOriginalProductkey /value') do set pk=%%K
    
    
    cscript.exe %WINDIR%\System32\slmgr.vbs /ipk %pk%
    
    
    cscript.exe %WINDIR%\System32\slmgr.vbs /ato
    ... you can add error handling as you see fit.
    Activation troubleshooting Attached Files
      My Computer


  10. Posts : 1
    Windows 10
       #70

    Hello,
    I'm having probably a common problem. The warning message of expiring license consistently pops up several times a day, but my Windows is shown to be activated. I installed this version of Windows 10 on a clean PC using an OEM key close to a year ago. Help would be appreciated :)
    Code:
    Windows Diagnostic Information
    ------------------------------
     
    Tool Version: 10.0.14393.0
    Licensing Status: Licenced
    Licensing Status Reason: 0x00000000
    Local Genuine State: Genuine
    Local Genuine Result P: 1
    Last Online Genuine Result: 0x00000000
    Grace Time Minutes: 0
    Total Grace Days: 0
    Validity Expiration:
    Active Partial Product Key: W***
    Active Product Key Pid2: 00330-***
    O S Version: 10.0.14393.2.00010100.0.0.048
    Product Name: Windows 10 Pro
    Processor Architecture: x64
    Edition Id: Professional
    Build Lab: 14393.rs1_release.170706-2004
    Time Zone: Eastern Standard Time(GMT-04:00)
    Active Sku Id: bd3762d7-270d-4760-8fb3-d829ca45278a
    Active Sku Description: Windows(R) Operating System, OEM_DM channel
    Product Uniqueness Groups: 55c92734-d682-4d71-983e-d6ec3f16059f
    Active Product Key P Key Id: e40d***
    Active Product Key Pid Ex: ***
    Active Product Key Channel: OEM:DM
    Active Volume Customer Pid:
    Offline Installation Id: 282303440392766291611800153055485511818646925788010401935030083
    Domain Joined: false
    Computer Sid: S-1-5-21-3799015431-2597260778-795410278
    Product L C I D: 1033
    User L C I D: 4105
    System L C I D: 1033
    Code Signing: SIGNED_INFO_PRS_SIGNED
    Service Available: true
    Oem Marker Version:
    Oem Id:
    Oem Table Id:
    O A3 Product Key:
    Manufacturer: Gigabyte Technology Co., Ltd.
    Model: To be filled by O.E.M.
    Install Date: 20161017183855.000000-240
    Result: PASS
    Tampered Items:
    Server Props: GenuineId=55c92734-d682-4d71-983e-d6ec3f16059f;OemId=0000074287;OptionalInfoId=3pPec9HIMMXaShhSA/9g1lShUJtPMFj+vNBMwRxbYA1taTWYG8g5U0ro5wAHe4wO;Pid=Ur/k+RObgfVAql4TDieAmxOw7rY4UWQKZLcirrrPWxY=;SkuId=bd3762d7-270d-4760-8fb3-d829ca45278a;TimeStampServer=2016-10-17T19:14:47Z;
     
    ****** Errors from Event Log *****
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170729155345.645610-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170729155335.288423-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170729144509.764380-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=UserLogon;SessionId=1
    Time Written: : 20170729042539.685118-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170729042532.044480-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170728183639.908470-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170728183632.681443-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=TimerEvent
    Time Written: : 20170728173756.893197-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=TimerEvent
    Time Written: : 20170727173825.767519-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=TimerEvent
    Time Written: : 20170726173845.407651-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=TimerEvent
    Time Written: : 20170725173937.422340-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170724174018.848052-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170724134429.039422-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170724134424.060144-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170724001849.326886-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170723230638.713218-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170723182429.605725-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170723165742.481815-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170723021349.686246-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170723004455.270014-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170723004450.497409-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170722212505.134214-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170722173818.728221-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=UserLogon;SessionId=1
    Time Written: : 20170722154427.444648-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007139F
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170722154404.581807-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007139F
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170722154402.128741-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007139F
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170722074245.033793-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170722071847.602865-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=TimerEvent
    Time Written: : 20170721220917.746415-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721220905.032837-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=TimerEvent
    Time Written: : 20170721220016.003374-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721220015.910369-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721220000.062022-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=dca14e37-0c5c-444f-9b35-1e2f161f5ac3;Action=AutoActivate;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721215953.078388-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721125930.543516-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721125926.153890-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721125914.929935-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721125908.804468-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721024526.501743-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721024524.241272-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170721024437.113448-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170720154723.465410-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170720154718.840616-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170720154706.246581-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170720154659.079909-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170720024535.182331-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719232604.739712-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719232554.403002-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719232553.101901-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719232548.373142-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719232547.058672-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719213646.659835-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719213639.827849-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719213621.649551-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170719201003.565751-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170718164045.930767-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170718040128.651171-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170718040118.386197-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170718040113.227404-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170717143002.861095-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716214642.807119-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716214635.644520-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716184718.181751-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716184707.855742-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716184659.992651-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716160144.867857-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716023449.595594-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716023447.275231-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716023425.451579-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716023424.016343-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716000656.808770-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716000654.465876-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716000638.736127-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170716000631.032220-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170715023457.904013-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170715023450.594456-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714224819.993361-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714224809.224134-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714224802.617769-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714224758.520937-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714224756.964297-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714203547.017028-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714203544.320002-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714203523.437843-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170714203521.714081-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170713235819.474992-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170713235800.876038-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170713235740.023702-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007267C
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=UserLogon;SessionId=1
    Time Written: : 20170713235657.168926-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007139F
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170713101025.600661-000
    Message: License Activation (slui.exe) failed with the following error code:
    hr=0x8007007B
    Command-line arguments:
    RuleId=502ff3ba-669a-4674-bbb1-601f34a3b968;Action=AutoActivateSilent;AppId=55c92734-d682-4d71-983e-d6ec3f16059f;SkuId=2de67392-b7a7-462a-b1ca-108dd189f588;NotificationInterval=1440;Trigger=NetworkAvailable
    Time Written: : 20170712200536.014288-000
     
    ------------------------------------------------
    Created by Superfly for EightForums & TenForums
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:41.
Find Us




Windows 10 Forums