Jump to content

Search the Community

Showing results for tags 'modification'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 3 results

  1. 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)
  2. Is there any mod that allows the installation of Internet Explorer 11 on Windows XP?
  3. 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
×
×
  • Create New...