Windows 7 Log-on Background

Logon, login, I don’t know.

I decided to change my login screen background, which was easy enough.

Enable it in the registry:

Windows Registry Editor Version 5.00   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background] "OEMBackground"=dword:00000001

I like the idea of it changing occasionally, without me having to do anything special.

Whilst I’m more than capable of writing an actual application . . .

→ Continue reading Windows 7 Log-on Background

Batch: Copying Files from Discs

I find myself with (far too) many DVDs full of files that I’d like on a hard drive (not gonna happen, there are more than 3TB on these and I just don’t have that much free space).

This batch file is currently saving me some time

1 2 3 4 5 6 7 8 9 . . .

→ Continue reading Batch: Copying Files from Discs