Are Microsoft using your computer as a Windows Update distribution point?

Since the upgrade to Windows 10, you may not be aware but your computer may be being used by Microsoft to help distribute Windows Updates. There is a setting within Windows 10 which allows your machine to send updates to other Windows 10 computers on your local network and even on the Internet! What? How do I stop it?! Well, …

Are Microsoft using your computer as a Windows Update distribution point? Read More

Windows 10 Group Policy ADMX Templates

Overview Administrative Templates files are divided into .admx files and language-specific .adml files for use by Group Policy administrators. The changes that are implemented in these files let administrators configure the same set of policies by using two languages. Administrators can configure policies by using the language-specific .adml files and the language-neutral .admx files. Administrative Templates file storage Windows uses …

Windows 10 Group Policy ADMX Templates Read More

Windows Services Tweak

Download To download, simply scroll down towards the bottom of this page and you will see the options for this download. Ensure you select the correct one and click the blue Download button as detailed below: Instructions Full instructions and advice on how to speed up your Windows installation are available in the article below.

Windows Services Tweak Read More

WSUS – Cleanup using Powershell with email notification output

lntroduction If you are using WSUS in your environment, you may want to run a scheduled task to cleanup old updates and compress some of the larger updates to free up space on your server. A good way of doing this is to run a Powershell script which will take care of all your cleanup requirements and as we are …

WSUS – Cleanup using Powershell with email notification output Read More

Get SID from Username and Username from SID using WMI Queries

INTRODUCTION This post will show you how to get the username of a SID. This will help you when you need to make amendments within a computers registry for HKEY_CURRENT_USER (HKCU). GUIDE Open a command prompt on the computer that a change is required for and run the followinng command: wmic useraccount get name, sid, status This will now look …

Get SID from Username and Username from SID using WMI Queries Read More

Enable Uninstall in Safe Mode

This post will show you how to enable the ability to uninstall programs when in safe mode. This can help if you have installed a driver or some other piece of software that may have blue screened your computer. Guide Launch your computer into safe mode and then run the following from a command prompt: REG ADD “HKLMSYSTEMCurrentControlSetControlSafeBootMinimalMSIServer” /VE /T …

Enable Uninstall in Safe Mode Read More