Search the Community
Showing results for tags 'modification'.
-
If someone want to test wpi on windows 10...here what you need to edit: installer.js from WPIScripts, line 1400, replace with if (getOSver() == "Win7" || getOSver() == "Win8" || getOSver() == "Win8.1" || getOSver() == "Win10") core.js, line 583, replace with if (getOSver() == "XP" || getOSver() == "Vista" || getOSver() == "Win7" || getOSver() == "Win8" || getOSver() == "Win8.1" || getOSver() == "Win10") wmi.js line 71, add this if (Caption.indexOf("10") != -1) { szOSVerCache = "Win10"; szEditionIDCache = getOSsku(OSSKU); } and change if (Caption.indexOf("8.1") != -1) { szOSVerCache = "Win8.1"; szEditionIDCache = getOSsku(OSSKU); } to else if (Caption.indexOf("8.1") != -1) { szOSVerCache = "Win8.1"; szEditionIDCache = getOSsku(OSSKU); } configwizard.js line 779, replace with HandleCommandsSelectionMenu("{OS=Win10 || Win8.1 || Win8 || Win7 || Vista || XP || 2K} "); Tips: Because of the same OSSKU with another windows WPI will show Edition ID (Information-->My Computer) as: - Pro Edition for Windows 10 PRO (OSSKU 48) - 8 Core Edition for Windows 10 Home (OSSKU 101)
-
Is there any mod that allows the installation of Internet Explorer 11 on Windows XP?
- 4 replies
-
- compatibily
- modification
-
(and 2 more)
Tagged with:
-
This mod takes the start button from the early Longhorn builds and puts it into Windows XP's explorer. The start button shown below is the only modification to explorer. Installation Instructions: 1. extract the archive containing replacer.cmd and the modded explorer 2. Locate the original explorer.exe in x:\Windows 3. Open replacer.cmd, drag said original explorer.exe into replacer.cmd, press enter 4. Drag the new explorer.exe file from the archive in (_XPmodded for x86 and XP_x64_modded for x64), press enter 5. Reboot and enjoy NOTE: Installing service packs (including uSP4) will probably undo this, take this into consideration when installing. Credits: Most go to DeviantArt user Rafax64, I used the bitmap from his modded explorer. This is also where replacer.exe came from. Rafax64 modded explorer: https://www.deviantart.com/rafax64/art/Longhorn-Explorer-Mod-for-XP-132097072 Download link: https://drive.google.com/file/d/1I0mLHemUrzbPZO01QxIm8oGvz4QAXiG0/view?usp=sharing