Wednesday, September 28, 2016


How to view windowsupdate.log in Windows 10.

Using Windows PowerShell cmdlet to re-create the WinodwsUpdate.log, like it has been in previous versions of Windows.

1. Launch Powershell
2. Run command "Get-WindowsUpdateLog -logpath C:\Temp\WindowsUpdate.log"



3. Wait until the command successfully completed.



4. Open the windowsupdate.log from c:\temp with cmtrace





How to activate Windows 10 license with command line.


1. Run Command Prompt as Administrator
2.  Type slmgr -ipk XXXX-XXXX-XXXX-XXXX-XXXX
3.. Activatiton done.