Monday, December 18, 2006

Preventive Maintenance

Preventive Maintenance

Windows 9X/Me
Windows NT/2000/XP
Spamming
Hackers


Registry/init Backup in Win95

Do backup manually after success install new hardware or software
 
C:\windows>attrib -h -r -s *.dat
C:\windows>copy *.dat *.reg
C:\windows>copy *.ini *.mi


Registry/init Restore in Win95

If disaster happen, just restore back
C:\windows>attrib -h -r -s *.dat
C:\windows>copy *.reg *.dat
C:\windows>copy *.mi *.ini


Disallow users from changing any setting

1. Run backup registry/init
2. Add below line to autoexec.bat
 @echo off
Cd\windows
Rem arahan dibawah utk win95
Attrib -h -r -s *.dat
Rem arahan dibawah utk win98/Me
Attrib -h -r *.dat
Copy /y copy *.reg *.dat
Copy /y copy *.mi *.ini



Scanreg in Win98/Me in DOS

Repair/fix registry – scanreg /fix
Backup – scanreg /backup
Restore - scanreg /restore