As a developer for many years, you tend to build apps and utilities to help on the way.
Software packages
Program that allows TCP packets to be sent and received over the network. The packets are simple text messages that can be echoed to screen or written to disc.
For further information on how to use the program click here
A simple program that runs on Windows XP up to Windows 10 and locks your screen. It is mega simple and there is no fuss.
Or if you want to see the source you can get it here: https://github.com/GingerNinjaLab/LockScreen
A simple program that returns the binary file type using the built i Windows Kernel DLL
Or if you want to see the source you can get it here: https://github.com/GingerNinjaLab/GetFileBinaryType
Windows – Utility scripts
I do love a good batch file! Or a nice PowerShell script… Lost count of the number written over the years. They can be VERY useful and save a bunch of time.
Here is a collection of scripts for your arsenal of scripting:
Networking
Certificates (Oh how I love certificates!)
Current User | BAT | Open certificates for the current user |
Local Machine | BAT | Open certificates for the local machine |
DevOps