Windows Archives

How to create a screenshot on Windows (shortcut)

I’m primarily a Mac user and find the convenience of the CMD + SHIFT + 4 shortcut an invaluable tool to write documentation. Sometimes I do need to write on my Windows system though, and my mind simply keeps forgetting how to create convenient shortcuts there with the same convenience. I usually end up searching … Read more

How to transfer files from your GoPro to your computer via WiFi

There is an iOS and Android App available to transfer files directly from a GoPro camera to a mobile device. Those apps transcode files and compress them for easier viewing, and to save storage space.

While that approach gets footage onto my iPhone, I still need to transfer the files to my Mac for editing. Plus, there’s an additional compression step involved which can’t be good for picture quality. Besides, it takes forever to do its job.

A much more useful approach would be to hook directly into the GoPro and transfer files that way. This leaves the SD card place and doesn’t disturb the (sometimes hard to reach or difficult to recreate) position of the camera.

Here’s how to do it.

Read more

Thoughts on Windows 10 Upgrade Error 0xc190020e

My first generation Surface Pro only has 64GB of space, roughly 20 of which I’m allowed to use (the rest of it is kind of forever “lost in cyberspace” – or so it seems). It’s been running all Windows 10 updates fine until a few months ago, when Windows kept bugging me that the latest security patches needed to be installed.

I was happily running Version 1703 up to that point and never had an issue with space limitations or deferring updates. Until early 2018, when Microsoft started  aggressively forcing the Fall Creator’s Update down my throat. 

Read more

How to shutdown Windows 10 without applying updates

Although most of Windows 10 keeps getting better with every iteration, some things just never change. Windows Updates are one of those. They always want to download and install when we really don’t have the time or the battery power.

What’s worst, Microsoft have removed the graphical option to simply shutdown the system – and all we’re left with are two choices: “Update and shutdown”, or “Update and restart”.

What if all we want to do is to shutdown or restart WITHOUT applying those updates? Perhaps we’re out and about, running on an already near-depleted battery? Or we’re in a hurry and would like to leave the update for when we have more time, or a power outlet?

Fear not, there is a way to do these things – even if they don’t come up in the Start menu anymore.

Read more

What’s the difference between the Logitech M325 and the M325c

The Logitech M325 and M325c are both wireless USB mice. Their design appears to be identical (except for the many different colourful variations of course), and their prices vary from anything between $12 and $60 – depending the layout and seller. Even the packaging is identical. So what’s the difference between these two models? Is … Read more

How to check which web server is running on a domain

Sometimes we must know what web server is running on a particular domain. Usually web hosts should be able to tell a client this, but if the client is afraid to ask, there is a way to ask the web server directly for this information.

Just to clarify: the web server is the process that serves files (HTML, PHP, ASP, images, etc) from a remote machine to your local web browser. The most likely choices in this day and age (2017) are Apache, NGINX or IIS. The latter is used by Windows servers, and the two former are used by Linux servers. There are other web servers too, such as lighttpd, but they’re used less commonly.

By asking the web server for this information, we can tell exactly who’s serving those files.

How to ask the Web Server

Let’s open a Terminal or Command Line Prompt window and utilise the good old fashioned Telnet protocol. Replace yourserver.com with the actual domain in question:

Read more