How to find your Windows 10 Product Key

I have been asked a lot of times by friends, family and people at work on how to find the Windows 10 key from their Machine. They want to re-use the key before they format their device or for any other reason. There are a few methods but below is my favourite one. My favourite

Windows Hello Setup Issues

I have been having issues over the past 7 days with this, and you could say I know a thing or two about Windows 10. I have carried out the following procedure on both of my machines now and they worked a treat first time. Use the follwing below at your own risk, I always

Windows Admin Center

Windows Admin Center is a lightweight, browser-based GUI platform and toolset for IT Admins to manage Windows Server and Windows 10. It’s the evolution of familiar in-box administrative tools, such as Server Manager and Microsoft Management Console (MMC) into a modernized, simplified, integrated, and secure experience. More details and download here. https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/understand/windows-admin-center

System Center Training Material

This is a SCCM Training guide I found on Technet Gallery. Link below. It was written by KIODOS. I have added link to download the 7Z file. I have no contributed or written a single word in this guide. All credit goes to the Author. All I am doing here is putting it on my

Microsoft Virtual Labs Free

Below is the link to Microsoft Virtual Labs. Previously this was on Technet but now Microsoft has moved it to different cloud infrastructure. These are all Self paced handson labs. https://www.microsoft.com/handsonlabs/

Add CmTrace to Task Sequence

After OS Installation, suddenly CmTrace cannot be found. Below is the command to add CmTrace to your Task Sequence. This will make CmTrace availble after OS Install. Add a Command line to your Task Sequence. Copy and paste line below in the command line. cmd /c xcopy X:\SMS\BIN\x64\CMTrace.exe %OSDTargetSystemDrive%\Windows\System32\ /E /H /C /I /Q /Y