If a hacker steals your notebook deactivating the Windows Firewall will be
the least of your problems. "I know that my system is only as safe as the
operating system" is wrong. Your data is only potentially secure if A - an
attacker can never get physical access to your computer or B - the data is
properly encrypted with a strong algorithm and access to the private key is
not possible. An attacker may not try to gain access through your operating
system. They will simply try to access the data from their own or use a
utility to reset the administrator password on your operating system to be
able to logon as an administrator which takes less than five minutes if the
computer can be booted from floppy or cdrom.
If you must protect your data then you can use something like EFS
encryption. If you export/delete your EFS private key when done with your
files and then run cipher /w on your computer no one is going to access that
data since EFS in the current SP of XP uses AES 256 encryption. If you leave
your EFS certificate/private key on your computer then your data is only as
safe as your password. If you use weak passwords it can be fairly easy to
crack your user password in the local SAM. Strong passwords, particularly
when used with cached logons, can greatly increase your chances of your
password never being cracked. I would consider a strong password to be
greater than 15 characters in length and use lower and upper case, numeric,
and punctuation characters. A password or pass phrase of at least 15
characters will also make sure no LM hash of the password is stored.---
Steve
http://support.microsoft.com/default.aspx?scid=kb;en-us;223316&sd=tech ---
EFS best practices