Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tan-gaming/win7-gamesexplorerblocker
Disable Windows 7 Games Explorer completely
https://github.com/tan-gaming/win7-gamesexplorerblocker
games-explorer rundll32 windows-7
Last synced: 28 days ago
JSON representation
Disable Windows 7 Games Explorer completely
- Host: GitHub
- URL: https://github.com/tan-gaming/win7-gamesexplorerblocker
- Owner: TAN-Gaming
- License: unlicense
- Created: 2021-07-20T19:33:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T15:31:06.000Z (about 3 years ago)
- Last Synced: 2024-10-11T14:20:13.674Z (28 days ago)
- Topics: games-explorer, rundll32, windows-7
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Win7-GamesExplorerBlocker
- Disable Windows 7 Games Explorer completely.
- Remove `rundll32.exe` process from your games.[release_link]: https://github.com/TAN-Gaming/Win7-GamesExBlocker/releases
# How to use
- Download prebuilt DLL from the [release section][release_link] 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`.