1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-09-24 03:28:26 +02:00
ExplorerPatcher/ep_extra_valinet.win7alttab
2024-02-14 06:11:23 +07:00
..
ep_extra_valinet.win7alttab.vcxproj Build: Upgrade PlatformToolset to Visual Studio 2022 (v143) 2024-02-14 06:11:23 +07:00
ep_extra_valinet.win7alttab.vcxproj.filters ep_extra: Implemented a loadable module for Windows 7's Alt-Tab 2023-03-01 20:35:31 +02:00
main.c ep_extra: Implemented a loadable module for Windows 7's Alt-Tab 2023-03-01 20:35:31 +02:00
README.md ep_extra: Implemented a loadable module for Windows 7's Alt-Tab 2023-03-01 20:35:31 +02:00
resource.h ep_extra: Implemented a loadable module for Windows 7's Alt-Tab 2023-03-01 20:35:31 +02:00
Resource.rc All: Update copyright year 2024-02-14 05:53:46 +07:00

ExplorerPatcher Windows 7 Alt-Tab Module

This module patches the Windows 7 genuine Alt-Tab implementation to work on newer Windows versions.

To install, make sure you have the following files in C:\Windows:

  • ep_extra_valinet.win7alttab.dll - this DLL
  • ep_extra.dll - a chainloader capable of being invoked by ExplorerPatcher (implements ep_extra_EntryPoint and which loads other ep_extra_*.dll modules
  • AltTab.dll - a copy of the AltTab.dll in C:\Windows\System32 from a Windows 7 installation