Category: Windows

  • The Wonder that is FFmpeg

    I’ve recently discovered FFmpeg and I’m absolutely blown away how good it is. In the past when I’ve had to encode video I’ve generally used Handbrake but at the end of the day this is just a wrapper over the top of FFmpeg. If you’re willing to learn the commands necessary to drive FFmpeg directly…

  • Remapping Network Shares at Login

    I map a couple of drives from my NAS on my machine and for some reason they stopped reattaching correctly at login. I searched high and low for an answer but that’s the sort of question that generates millions of useless woo woo solutions. In the end I write a little command script to remap…

  • How to Configure SQL Server to Use Let’s Encrypt Certificates

    If you have a SQL Server that is accessible in anyway outside your network you really should ensure that connections to it are encrypted. In this article I will do my best to give a comprehensive guide on how to configure SQL Server 2017 to use free certificates from Let’s Encrypt. Be warned, this is…

  • Drive Mapping from SharePoint to Windows Server

    In my day job I have the unenviable task of looking after our connection to a SharePoint server. I say unenviable because if there’s one thing that is going to go wrong this connection or something to do with it is what will fail. We don’t run the SharePoint service it’s provided by one of…

  • Windows 10 Start Menu – That’s Useful

    I’m not normally one to complain about Windows, there’s more than enough people doing more than enough complaining about it that I don’t feel the need to add my own frustrations but the start menu made something snap inside me just now and I had to let those frustrations see the light of day.

  • Window 8 Delete Confirmation

    Well here’s something I didn’t expect, the delete confirmation dialog has been removed from Windows 8 by default. Now, when you press the delete key the item goes straight to the recycle bin without stopping to ask you is you are really sure that is what you wanted to do.

  • OS Install from USB Stick

    I’ve recently found myself having to do a fair bit of system administration work which makes an interesting change from the usual software development. My current project is to put together a beefy server which will run a few databases and other web applications. Ideally I’d like to run these on separate machines (virtual or…