You are here: Home » Posts Tagged: script

0Group Policy LogoCustom ADM file for Windows Server 2003 / XP domain

Published on by in Misc Software. Updated 1st January 2012.

I was digging thru an old back-up CD today and stumbled upon a custom ADM file I created when I was administering a Windows Server 2003 / Windows XP Domain. To use, copy the following code into notepad, save the file with a .adm extension on the system32 folder of a domain server. Open Group… Read more »

0Alarm Clock LogoPHP / JavaScript to wake a PC remotely

Published on by in Web Technologies. Updated 5th October 2011.

I have an HTPC and a network server on my network.  My server is always on, but the HTPC sleeps when it is not in use.  If I want to schedule recordings remotely I need a way to wake the HTPC.  The solution I came up with is to provide a webpage on my server… Read more »

0Dell 3130CN LogoAdding a print icon to print individual blog posts

Published on by in Web Technologies. Updated 5th October 2011.

In addition to this blog I also have a blog about recipes.  I decided that I wanted a print icon on the main page for each post so that people can print the recipes.  Googling provided various suggestions, none of which worked.  However, I eventually cobbled together the following, which seems to work…