How to disable users personal OneDrive in Windows 10

onedrive apple ios

If you’re using Windows 10 Professional, Enterprise, or Education, the easiest way to disable and hide OneDrive is by using the Local Group Policy Editor (or Group Domain Policy if on a corporate domain). In Windows 10, press Start, type gpedit.msc, and press Enter. In the Local Group Policy editor’s left pane, drill down to Computer … Read more

Errors when trying to inject offline Windows Updates into a mounted WIM

WIMerror

If you are using WIM files for Operating System Deployments (OSD) you may be injecting Windows Updates into the WIM to keep them up to date. If you are doing this, you may run into errors when processing through the updates like this: This is because the mounted WIM thinks that there are pending updates. … Read more

Stop encryption of network shares using FSRM

ransomware

With the recent ransomware attack across the world, IT departments should now been fully patched but also be taking steps to help protect themselves in the future. One way of trying to stop encryption of your files on network shares is to utilise the free File Server Resource Manager (FSRM) tool. This tool has been … Read more

Bulk Delete Multiple Operations Manager Management Packs [2020 Updated]

microsoft windows white logo

If you are using System Center Operations Manager and you want to bulk remove multiple Management Packs, then you can use the power of the Operations Manager Shell to carry it out. First of all, you need to open up the Operations Manager Shell. Then you should run the following command: where: “*Microsoft.SQLServer*” = the … Read more

How to disable SMBv1

ransomware

Following on from the ransomware attacks of the last few days, you should have by now patched all your servers and clients using the Windows Update that relates to your operating system (see list and download links at the end of this post). If you want more security around this then you should also disable … Read more

Install files into ProgramData folder using Visual Studio Installer

visualstudio2017

If you are a regular user of Visual Studio and you also use the Visual Studio Installer to create EXE and MSI installers for your programs then you sometimes may need to copy files to the ProgramData hidden folder. Within Visual Studio Installer this option is not easily available to you like the User’s Desktop … Read more