Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Topic started by: ben2ong2 on October 01, 2006, 07:06:36 AM

Title: Have you been asked to insert Window XP CD whenever you install a new software ?
Post by: ben2ong2 on October 01, 2006, 07:06:36 AM
If this is is the case, you may want to automate the process a bit. Assuming you have enough disk space (meaning at least 600 MB extra), you can copy all that you have in your Win XP CD's \i386\ directory to your harddisk and change its pointer in registry. Assume you copy everything that you have in \i386 directory to say C:\i386 where C: is your hard disk, you can automate this process and avoid being asked for inserting CD by changing following entry in registry. Open registry and navigate to [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion and look for the key called SourcePath. Change this key's value to your hard disk path. Thats all.