Download Windows XP Home Edition build 2600 Italian patch
Added to site | 2002-12-31 |
Rating | 88/100 |
Votes | 5 |
windowsxphomeeditionbuild2600italianpatch.zip (752779 bytes)
name | size | compressed |
---|---|---|
WinXp_Home_Ita_2600/ | 0 | 0 |
WinXp_Home_Ita_2600/AUTOEXNT.BA_ | 339 | 328 |
WinXp_Home_Ita_2600/DOSNET.INF | 159758 | 39292 |
WinXp_Home_Ita_2600/Firstrun.js_ | 1288 | 1288 |
WinXp_Home_Ita_2600/GREP.EX_ | 27380 | 27358 |
WinXp_Home_Ita_2600/HIVEDEF.INF | 312482 | 16757 |
WinXp_Home_Ita_2600/HIVESYS.INF | 665938 | 41574 |
WinXp_Home_Ita_2600/INUSE.EX_ | 18986 | 18986 |
WinXp_Home_Ita_2600/MKGPDIR.EX_ | 165376 | 165406 |
WinXp_Home_Ita_2600/REGBACK.EX_ | 8628 | 8628 |
WinXp_Home_Ita_2600/REGDMP.EX_ | 10533 | 10533 |
WinXp_Home_Ita_2600/REGREST.EX_ | 8954 | 8954 |
WinXp_Home_Ita_2600/SECRESET.BA_ | 179 | 132 |
WinXp_Home_Ita_2600/SECRESET.CM_ | 555 | 555 |
WinXp_Home_Ita_2600/SERVMESS.DL_ | 985 | 985 |
WinXp_Home_Ita_2600/SETUPREG.HIV | 262144 | 19009 |
WinXp_Home_Ita_2600/UFIND.EX_ | 43845 | 43855 |
WinXp_Home_Ita_2600/USORT.EX_ | 31993 | 31977 |
WinXp_Home_Ita_2600/VI.EX_ | 78402 | 78417 |
WinXp_Home_Ita_2600/TXTSETUP.SIF | 429143 | 78133 |
xp2600NO_WPA_fix(universal)/ | 0 | 0 |
xp2600NO_WPA_fix(universal)/Crack.txt | 762 | 375 |
xp2600NO_WPA_fix(universal)/NOWPA.reg | 310 | 183 |
xp2600NO_WPA_fix(universal)/com/ | 0 | 0 |
xp2600NO_WPA_fix(universal)/com/cmdinfo.exe | 139264 | 63419 |
xp2600NO_WPA_fix(universal)/com/cmdinfo.txt | 2940 | 1322 |
xp2600NO_WPA_fix(universal)/com/ieinfo.dat | 1416 | 394 |
xp2600NO_WPA_fix(universal)/com/pdh.dll | 146704 | 73513 |
xp2600NO_WPA_fix(universal)/no_wpa.bat | 591 | 186 |
Read Me.txt | 1925 | 1002 |
PatchXP/ | 0 | 0 |
PatchXP/Secreset.lnk | 1669 | 863 |
PatchXP/PatchXP.bat | 319 | 206 |
BOOT.BIN | 2048 | 872 |
WMERRITA.zip | 13561 | 13561 |
xp2600NO_WPA_fix(universal)/Crack.txt
WINDOWS XP 2600 Activation Hack (Works on Home, OEM [RTM], and Retail) ------------------------------------------------------------------------------------- REMOVE XP CD FROM DRIVE - WILL NOT WORK ON DUAL BOOT WITH ANOTHER XP OS!!! ************************************************************************************* Run no_wpa.bat in DOS box (start/run/command.com) At "pause" msg, delete the NOWPA folder in Windows and wpabaln.exe in Windows\system32 Empty recycle bin Close the DOS box (hit any key and/or type "exit") Run patch.reg Reboot ************************************************************************************* Written by Angel1610 - #winbeta on dalnet Thanks to Flamingo^xp and sCoTtD for their help. |
xp2600NO_WPA_fix(universal)/com/cmdinfo.txt
To run this machine on NT 4.0 machines you also need pdh.dll installed. If its missing use the version in the ZIP. The file ieinfo.dat must also be installed in the same folder as cmdinfo.exe. Switch %errorlevel% values used. You can only use ONE switch (as only one errorlevel can be returned) /b Actually returns the build number, e.g. 2031 /sp Returns the Service pack number, e.g. 3 for SP3, 4 for SP4 etc 0 for unknown /v Version 1=3.1 2=3.5 3=3.51 4=4.0 5=Windows 2000 6=Windows XP 0=Unknown /r Role 1=Workstation 2=Server 3=Domain Controller /t Type of installation 1=Windows NT 4.0 Workstation 2=Windows NT 4.0 Server 3=Windows NT 4.0 Server Domain Controller 4=Windows NT 4.0 Terminal Server Edition 5=Windows NT 4.0 Enterprise Edition 6=Windows 2000 Professional 7=Windows 2000 Server 8=Windows 2000 Advanced Server 9=Windows 2000 DataCenter 10=Windows XP Home Edition 11=Windows XP Professional 12=Windows 2002 Server 13=Windows 2002 Advanced Server 14=Windows 2002 Datacenter 15=Windows NT 3.51 Workstation 16=Windows NT 3.51 Server 17=Windows NT 3.51 Server Domain Controller (DC) at the end means its a domain controller (TS) at the end means terminal services component is installed /ed Length of limited version in days, e.g. 120 /tr Installation type, full, NFR or trial 1=Full Version 2=Not For Resale 3=Time Limited 0=Not known /ac Activated status -1=Activated Any positive number means not activated and is the number of days left to activate (even 0) /dc If a domain controller 0=No 1=Yes /ts If has terminal services 0=No 1=Yes /up Uptime in seconds (this will not work against 3.51 or lower machines). To work locally on NT 4.0 pdh.dll must be installed /ie Internet Explorer Version. This only shows the major version, so IE 5.5 would just be 5 /ht:QXXXXXX Allows a check if a certain hotfix is installed 0=Not installed 1=Installed /? Basic help (not much though :-) ) You can just use cmdinfo with no switch for a basic PC summary. The next major version will support the querying of remote machines. Note: For the type no difference is used for a domain controller or normal server for Windows 2000. If you need to know if its a server/domain controller use /r. Below is a basic batch file to use cmdinfo to test for service pack: @ECHO OFF CMDINFO.EXE /sp IF ERRORLEVEL 5 GOTO SP5 IF ERRORLEVEL 4 GOTO SP4 IF ERRORLEVEL 3 GOTO SP3 IF ERRORLEVEL 2 GOTO SP2 IF ERRORLEVEL 1 GOTO SP1 IF ERRORLEVEL 0 GOTO SP0 :SP5 ECHO Service Pack 5 is installed on this NT computer. ECHO No further upgrades are necessary. GOTO END :SP4 ECHO Service Pack 4 is installed on this NT computer. ECHO Press any key to install Service Pack 5... PAUSE > NUL rem Let's assume drive X: is mapped to a sharepoint... rem X:\SP5\UPDATE\UPDATE.EXE -u -f -o GOTO END rem (etc. ...) :END EXIT |
Read Me.txt
This Is For Windows XP Home Build 2600 Italian Only! 1. Extract all files from the original XP Home 2600 ISO to a directory on HD, (e.g. D:\XP-CD), using isobuster 2. Copy all files in the package to D:\XP-CD, keep the directory structure (e.g., files in i386 dir in the patch should go to D:\XP-CD\i386). Replace existing files if necessary. 3. Delete Wmerrita.dl_ from directory \I386 3. Run setup.exe or winnt32.exe to setup from hard drive,or make a new bootable iso (see below) 4. Use the following CD-Key For installation 2600 OEM w6jxj-cmdth-rdmdv-py6th-4ydj8 5. After Installation boot into safe-mode (hold F8), DO NOT let it boot into normal mode first!, Run PatchXP.bat and no_wpa.bat 6. Enjoy :-) How To Make a Bootable iso Open up CDRWin and go to 'File Backup and Tools'... 1. Add the directory, where you have extracted your old .ISO to the 'File Backup List'. 2. Apply the following settings: Preserve Full Pathnames = [_] Include Hidden Files = [X] Long Filenames (Joliet) = [X] Include System Files = [X] Recurse Subdirectories = [X] Include Archive Files only = [_] 3. Select a filename for your new .ISO image. 4. Apply the following settings: Check Directory Depth = [_] Disable Version Numbers = [X] Generate Raw Sectors = [_] Disable DOS Conmpatibilty = [_] 5. Proceed to the 'advanced options'... 6. On the 'Volume Descriptor' tab: Volume Label = WXHOEM_IT Publisher Name = MICROSOFT CORPORATION Preparer Name = MICROSOFT CORPORATION 7. On the 'Bootable Disc' tab: Make Bootable Disc = [X] Media Emulation Type = Custom Image File Name -> the place where you have stored the boot.bin on your HD. Developer Name = MICROSOFT CORPORATION Load Segment = 07C0 Load Sector Count = 4 8. All settings done... Now just hit the 'START' button to burn your new bootable .ISO image |