Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
appnotes:winxp_smb [2009/03/15 17:53] andytim wip |
appnotes:winxp_smb [2009/03/17 14:00] (current) andytim wip |
||
|---|---|---|---|
| Line 42: | Line 42: | ||
| 73 File(s) copied | 73 File(s) copied | ||
| - | Copy **I386\SETUPLDR.BIN** from your Windows XP installation disk as **C:\NetXP\NTLDR**: | + | Copy and decompress **I386\SETUPLDR.BI_** from your Windows XP installation disk as **C:\NetXP\NTLDR**: |
| C:\NetXP\Windows\System32>cd c:\netxp | C:\NetXP\Windows\System32>cd c:\netxp | ||
| - | C:\NetXP>copy d:\i386\setupldr.bin c:\netxp | + | C:\NetXP>copy d:\i386\setupldr.ex_ c:\netxp |
| 1 file(s) copied. | 1 file(s) copied. | ||
| + | | ||
| + | C:\NetXP>expand setupldr.ex_ setupldr.exe | ||
| + | Microsoft (R) File Expansion Utility Version 5.1.2600.0 | ||
| + | Copyright (C) Microsoft Corp 1990-1999. All rights reserved. | ||
| + | | ||
| + | Expanding setupldr.ex_ to setupldr.exe. | ||
| + | setupldr.ex_: 117845 bytes expanded to 240640 bytes, 104% increase. | ||
| + | | ||
| + | C:\NetXP>del setupldr.ex_ | ||
| | | ||
| C:\NetXP>attrib -s -h -r ntldr | C:\NetXP>attrib -s -h -r ntldr | ||
| Line 52: | Line 61: | ||
| C:\NetXP>ren ntldr ntldr.old | C:\NetXP>ren ntldr ntldr.old | ||
| | | ||
| - | C:\NetXP>copy setupldr.bin ntldr | + | C:\NetXP>copy setupldr.exe ntldr |
| 1 file(s) copied. | 1 file(s) copied. | ||