Category Archives: Applications

Microsoft Store integration with AppLocker

This post is an update on my previous article Managing the Microsoft Store and Apps with AppLocker. Go and read that one first :-) About mid-May 2023 Store version 22303.1401.5.0 was released, and it now has an interesting new AppLocker integartion … Continue reading

Rate this:

Posted in Applications, Security | Tagged , , , , , , | Leave a comment

Microsoft Office Security – Disable Macros

Executable code embedded within Office documents continues to be a popular way to deliver malware. Office, by default, opens files downloaded from the internet in a safe way, that prompts the user to first enable editing, and then again to … Continue reading

Rate this:

Posted in Applications, Office 365, Security | Tagged , , , , , , | Leave a comment

Replace SSL Certificate in Dell OpenManage Server Assistant 7.3

Dell OpenManager Server Assistant is hardware health monitoring and configuration software that can be installed onto PowerEdge servers. It is very useful as it lets you see details of the hardware, along with any faults, plus can be used to … Continue reading

Rate this:

Posted in Applications, Hardware | Tagged , , , , , , , , , , , , , , | Leave a comment

Find the DLL used by an Internet Explorer Add-on

Found this by accident, but it’s surprisingly easy. I’m using the latest IE, version 11. Click the IE settings cog, and then click Manage add-ons from the menu. In the Manage Add-ons dialogue box, highlight the add-on you want to … Continue reading

Rate this:

Posted in Applications | Tagged , , , , , , , , , | Leave a comment

EMET 5.1 crashes IE11 – SEHOP

I’ve been running EMET on all my PCs for several years now. I realised that several were still running the version 3.5 tech preview so thought I’d better upgrade to the latest and greatest, EMET 5.1. Having done this, the … Continue reading

Rate this:

Posted in Applications, Windows | Tagged , , , , , , , , , | 1 Comment

Record audio output directly on Windows 7 with Audacity

There are a lot of uses for being able to directly record the sound that your PC is making, and it’s relatively easy to do. This method does not require you to have to use any cables, it just uses … Continue reading

Rate this:

Posted in Applications, Windows | Tagged , , , , , , , , , | Leave a comment

MsMpSvc terminates on Windows Server 2003 with defininition version 1.171.1.0

Have had various servers this morning with the Microsoft System Center Endpoint Protection Client service msmpsvc.exe terminating frequently. The service control manager restarts it but it dies again fairly quickly. So far all the servers are running Windows Server 2003 … Continue reading

Rate this:

Posted in Applications, Windows | Tagged , , , , , , , , , , | 9 Comments

Powershell function to pin and unpin from Windows Taskbar

Wrote this to make it easy to add and remove pinned items from the taskbar. Code function Pin-Taskbar([string]$Item = “”,[string]$Action = “”){ if($Item -eq “”){ Write-Error -Message “You need to specify an item” -ErrorAction Stop } if($Action -eq “”){ Write-Error … Continue reading

Rate this:

Posted in Applications, PowerShell, Scripting, Windows | Tagged , , , , , , , | 3 Comments

If you use Windows Gadgets maybe avoid IE11 for now

I know Microsoft ditched gadgets, but I have a few really handy ones on my Windows 7 machines. Seems like IE11 breaks them, they don’t display properly anymore. That’s the built-in currency converter, CPU Usage and weather gadgets. Nasty. The … Continue reading

Rate this:

Posted in Applications, Windows | Tagged , , , , , , | 6 Comments