Windows 10 Installation Error – Something Happened….

somethinghappened

If you are installing or upgrading to Windows 10, you may have come across this annoying useless error “Something went wrong” or “Something Happened…”. Helpful Microsoft, thanks for the information. But what does it mean? Well, to be honest, it could mean anything depending on what you are doing on your machine, but we recently found … Read more

SCCM – Windows 10 Sysprep Capture Errors

sccm logo

So today we built a new custom Windows 10 image on a virtual machine and created our new SCCM capture media from the very latest version and every single time we ran the capture it failed at the Sysprep step. Infuriated by this as we have done captures hundreds of times, we started the annoying method … Read more

Activating Windows 10

microsoft windows white logo

Some users have reported to us having issues in activating Windows 10. Well there are many ways of activating Windows 10 apart from the usual way through the Windows System dialog page. First of all, you can use an elevated command prompt and type in the following commands: Set the Product Key: slmgr /ipk “YOUR … Read more

WordPress – WP Tab Widget Broken Fix

wordpress blue and white and grey logo

Since the WordPress update to version 4.5, you may have noticed that your WP Tab Widget may not be working. There is an update coming out soon to fix this, however, in the meantime for a quick fix, you can add the following code to your themes “function.php” file: if (!is_admin()) { wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”), … Read more