Uninstall GFI Max Script

Here is a quick and dirty little uninstall script for the GFI Max Agent. setlocal enableDelayedExpansion Echo Off echo !DATE!_!TIME! echo Uninstalling agent… “%SYSTEMDRIVE%\Program Files\Advanced Monitoring Agent\unins000.exe” /SILENT “%SYSTEMDRIVE%\Program Files (x86)\Advanced Monitoring Agent\unins000.exe” /SILENT “%SYSTEMDRIVE%\Program Files\Advanced Monitoring Agent GP\unins000.exe” /SILENT “%SYSTEMDRIVE%\Program Files (x86)\Advanced Monitoring Agent GP\unins000.exe” /SILENT echo !DATE!_!TIME! echo Uninstall complete!  

Network drops out when connecting with TeamViewer

Recently I’ve had this issue with teamviewer where when I would connect to a machine, network access would just stop for about 20-30 seconds. (Very annoying to say the least.) I checked in the options, no proxy, no special network settings, so wasn’t exactly sure what was going on. Still, I have no idea what was going…

CryptoPrevent With AutoUpdate

Another from the archives. Ok Firstly thanks to Mark Berry from MCB Systems for the idea checking the registry. The problem was checking if CryptoPrevent was already applied as the Local System bypasses the software policy restrictions so it would always think its not applied. This version of the script checks the registry to see if the…

Windows Firewall keeps Prompting

If you windows install keeps prompting you every time a program wants to access the internet, then chances are it’s your networks profile settings. In Networking and Sharing center look for your Network Connection Name and it should show the Network Profile associated with the connection. If it says Public then you need to change…

Migrate DHCP Server settings

Simple commands to move DHCP from one server to another. To export: netsh dhcp server export c:\Temp\dhcpdb all To Import netsh dhcp server Import c:\Temp\dhcpdb all Open up the DHCP MMC add-in and authorize the server on the New server and Deauthorise the old server. Then Stop and Disable the DHCP Server service on the…

APP: Google Play Music Desktop Player

Making it through a work day for me normally involves strong tea and loud music. Being stuck behind a desk the majority of the day I’m after anything to make it more enjoyable. Spotify has always has an official desktop app and that’s the main reason to why I went with it. (I hated using a…