Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 706 Bytes

Win7-GamesExplorerBlocker

  • Disable Windows 7 Games Explorer completely.
  • Remove rundll32.exe process from your games.

How to use

  • Download prebuilt DLL from the release section or build from source.
  • Replace the file GameUXLegacyGDFs.dll in the system folder.
  • For 64-Bit Windows, you need to replace the files in C:\Windows\System32 using 64-Bit version and in C:\Windows\SysWOW64 using 32-Bit version.

Build instructions

You can built it using CMake, Code::Blocks or any IDE by copying code in the file DllMain.c to your DLL project and set the output filename as GameUXLegacyGDFs.dll.