How to Schedule Tasks in Windows Server 2003

In Windows Server 2003, you can use Scheduled Tasks in Control Panel to create, delete, configure, or display scheduled tasks. You can also use Schtasks.exe to schedule tasks manually.
Back to the top
Overview of the Schtasks.exe Tool

How to remove / delete `sqmdataXX.sqm` files on my drive C:\ ?

.SQM files are created by a number of Microsoft applications, most commonly Windows Live Messenger (previously known as MSN).
According to Microsoft, SQM files (standing for Software Quality Metrics) are used as part of their “Microsoft Customer Experience Program” and help improve their products by anonymously monitoring usage habits and reporting software errors/bugs.
To stop these files [...]

IE ignores custom error pages

if you use php to create custom error pages (such as header(’HTTP/1.1 500 Internal Server Error’);) Internet Explorer ignores you custom page unless it is at least 512 (or sometimes 1024 bytes)
IE ignores custom error pages that are less than 512 (or from what i’ve read 1024) bytes.
just place this before any [...]

Serious security flaw found in IE

Internet Explorer is used by the vast majority of the world’s computer user

Users of Microsoft’s Internet Explorer are being urged by experts to switch to a rival until a serious security flaw has been fixed.
The flaw in Microsoft’s Internet Explorer could allow criminals to take control of people’s computers and steal their passwords, internet [...]

How to recover domain when the primary domain controller failes and there are member domain controllers

Many of us have probably dabbled in setting up our own domain and forest for development purposes. For me – a domain is a must – I have my development environment that is heavily used to model development projects for clents – and I have my family – me, my wife, and 7 children with [...]