Practical IT Guides for Windows, SCCM & PowerShell Admins

TechyGeeksHome has been helping IT professionals and sysadmins since 2010. Find 1,500+ real-world guides covering Windows 10 & 11, Windows Server, SCCM/ConfigMgr, PowerShell scripting, Active Directory, networking, and virtualisation — all written from hands-on production experience by a UK IT pro with 26 years in the field.

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

WordPress 100% CPU – WP Statistics

wordpress blue and white and grey logo

You may have seen our post recently about the WordPress plugin JetPack causing our site to crash due to massive resource usage. Well, as we had removed JetPack, we wanted another site stats plugin so we tried WP Statistics. This proved to be even worse, completely taking all our hosting down completely for 16 minutes … Read more

Exchange 2007 – How to create a shared mailbox

5d05eb33135798a962e3199db1fa4a4c

If you need to create a shared mailbox in Exchange Server 2007, then you should first gather the following information about the mailbox: Mailbox Name Organisational Unit that the mailbox will sit in Mailbox Server/Database User Principal Name Once you have this information, you should start up Exchange Management Shell (EMS) and run the following … Read more

Windows 10 – Troubleshooting

microsoft windows white logo

If you would like to run your own troubleshooting on Windows 10, then you can do this by going through the Control Panel and selecting the Troubleshooting option. To get into the Control Panel, simply right click on the Start Menu button at the bottom left and select Control Panel. When you open the Control Panel, … Read more