Silver Game Patch Windows 7
- Games For Windows 7 Download
- Silver Game Patch Windows 7 Ultimate
- Silver Game Patch Windows 7 Professional
I'm not talking about DOSbox (which is a pain to figure out), but about games that were made with windows 95/98 in mind.I was thinking about installing Virtual PC, but the 2007 version does not seem t. Sticking with Windows 7? Make sure you do these 5 things first. There hasn’t been a service pack for Windows 7 since 2011, meaning all the updates after that point need to be downloaded, one. Jan 11, 2019 Install Classic Windows 7 Games on Windows 10. I’d open them and they wouldn’t even open after running Windows Update and I couldn’t find a solution or why it happened. I had so many.
For whatever reason I got in the mood for some retro gaming. Diablo 1, Atomic Bomberman, Planescape:Torment, things like that. Dinosaurs that are oh so last century but still fun to play. Then I was forcefully reminded about the 256 color issue with Windows 7; old 256 color DirectDraw games tend to have a psychotic color palette. Couldn't find any quick fixes via Google minus trying to force into a windowed mode and other iffy-at-best hacks.
Sooo I poked around in the registry and got a fix. Putting this fix under the 'It works for me' clause. None of the games I've run had to have any sort of compatibility modes set, minus a few that whined that they may not run.
(Which they did. Diablo for example will do this probably. Tell it to not bug you about it.) I was fairly surprised by how well these games ran under an OS that's a few versions ahead of what they were expecting.
Just throwing this out there in case anyone might find it useful. I'm doing this under Windows 7; no idea if it works (or is even needed) under Vista. You need to upgrade.
Games For Windows 7 Download
Requires a minor registry edit, the usual 'be careful or your computer will die, come back as a zombie and eat your brain' rules are in play. Each game will require it's own fix entry in the registry. Navigate to: HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw Compatibility Under Compatibility, you'll probably already have a few entries in there. Each entry is under it's own sub-key off of Compatibility. (You may want to bookmark that location in the registry editor for convenience.) Also under DirectDraw is another key called 'MostRecentApplication'.
This one is super handy, as you'll see why in a minute. First thing's first, you'll want to make a new entry for your game. To make this easy, I attached an export of my Atomic Bomberman entry. Just rename the file to whatever with an extension of reg so it can be imported. Or, if you prefer a copy-paste, the export is listed as: Windows Registry Editor Version 5.00 HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw Compatibility Bomberman 'Name'='bm95.exe' 'Flags'=hex:00,08,00,00 'ID'=dword:33c6e80c. Run your game for a few moments; don't really need to play it, just run then quit to the desktop.
It's important that you do this step, as you'll see below. Edit the file; there's a couple things that need to be changed. The key name itself needs to be changed obviously. Change Bomberman to whatever is appropriate. (Don't touch the rest of the name!) The key under it is called 'name'. This is the name of the actual executable of the game. Change this as appropriate.
Silver Game Patch Windows 7 Ultimate
Just the name.exe, not the full path or anything. Leave 'flags' alone, we want that as is.

The final one is 'ID'. This will change from game to game. Here's where 'MostRecentApplication' comes into play; the ID under that key is the ID of the game you just launched. Double click it in the registry, copy, then paste the value into the file, overwriting what's there. (Make sure it still begins with 'dword:') That's it. Save the file, double-click to import into your registry. If you're on a 32 bit system, you're done.
If 64 bit, you've got one more step to perform. You need to create this exact same key, but also under HKEYLOCALMACHINE SOFTWARE Wow6432Node Microsoft DirectDraw Compatibility as the game is going to be running under 32 bit emulation. I've had ok results with XP compatibility in one game; most didn't show any difference, at least with the ones I've tried. This would have been ideal of course.
I've tried the kill Explorer trick once or twice, which did seem to work when I did, I just prefer a permanent fix that doesn't require forcibly killing other apps, especially Explorer, which knocks out the start menu too. I may just write a quickie app to create the reg entry automatically for laughs, maybe implement it via the 'send to' menu or something. Right click, send to DDraw compatibility mode, done.
Zero experience with Age of Empires; works for me on all the Interplay and Black Isle RPG's, Bomberman, and the old Bioware games so far where XP compatibility mode failed to fix it. All of them are running with proper colors, and no compatibility settings needed otherwise. That was the only reason left for me to keep an XP VM going.
Into the recycle bin you go. XP is officially buried in my house. I didn't have much luck with the fix posted. You're obviously smarter than I am though, so I'm probably doing something wrong. Entries Added in Registry for fallout Key Name: HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw Compatibility Fallout Class Name: Last Write Time: - 7:04 PM Value 0 Name: Name Type: REGSZ Data: Falloutw.exe Value 1 Name: Flags Type: REGBINARY Data: 00000000 00 08 00 00. Value 2 Name: ID Type: REGDWORD Data: 0x4a5bcae7 the 64 Bit entry Key Name: HKEYLOCALMACHINE SOFTWARE Wow6432Node Microsoft DirectDraw Compatibility Fallout Class Name: Last Write Time: - 7:05 PM Value 0 Name: Name Type: REGSZ Data: Falloutw.exe Value 1 Name: Flags Type: REGBINARY Data: 00000000 00 08 00 00. Value 2 Name: ID Type: REGDWORD Data: 0x4a5bcae7 Any help would be appreciated.
I could always install a virtual machine I guess. Also, behold my Thread necromancy.
I read about this fix in a different forum and your method is slightly wrong in a couple of places. I'll just re-iterate the correct method: 1. Run your game at least once and exit out of it. Go to your registry and navigate to 'HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw MostRecentApplication' (if you're using 64 bit, go to 'HKEYLOCALMACHINE SOFTWARE Wow6432Node Microsoft DirectDraw MostRecentApplication') 3. Take a note of the name, game.exe, and the ID, which looks similar to this: 0x02e41c67 4. Remove the '0x' part of the ID and separate the values into pairs, like this: 02 e4 1c 67 5. Take the pairs and reverse their order, like this: 67 1c e4 02 6.
Open notepad and add this: 32 bit only Windows Registry Editor Version 5.00 HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw Compatibility 'Flags'=hex:00,08,00,00 'ID'=hex:00,00,00,00 'Name'='game.exe'. I read about this fix in a different forum and your method is slightly wrong in a couple of places. I'll just re-iterate the correct method: 1. Run your game at least once and exit out of it. Go to your registry and navigate to 'HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw MostRecentApplication' (if you're using 64 bit, go to 'HKEYLOCALMACHINE SOFTWARE Wow6432Node Microsoft DirectDraw MostRecentApplication') 3. Take a note of the name, game.exe, and the ID, which looks similar to this: 0x02e41c67 4.
Remove the '0x' part of the ID and separate the values into pairs, like this: 02 e4 1c 67 5. Take the pairs and reverse their order, like this: 67 1c e4 02 6. Open notepad and add this: 32 bit only Windows Registry Editor Version 5.00 HKEYLOCALMACHINE SOFTWARE Microsoft DirectDraw Compatibility 'Flags'=hex:00,08,00,00 'ID'=hex:00,00,00,00 'Name'='game.exe'.
I'm not talking about DOSbox (which is a pain to figure out), but about games that were made with windows 95/98 in mind. I was thinking about installing Virtual PC, but the 2007 version does not seem to run those OS. Is the 2004 version compatible with Win 7? For those of you that are curious, I'm trying to play Heavy Gear, the Magic Carpet series, the Popolous series, AOE I and II and their respective expansions and Space Clash. AOE kinda runs in Win 7 using compatibility mode, but the colors are messed up. So please don't suggest using that feature because I already tried, I'm determined in running a virtual machine or an emulator.
Any suggestions or advice, please? Can you make AOE run in a window as opposed to full screen? I've found that some older games definitely don't run well in full screen mode, but if I can make them run in a window (usually ALT-ENTER can switch between them), that fixes it. Otherwise, you're best bet is to dual-boot into Win 95/98 or as Arrgush stated, install Virtual PC 2004 and install Windows 95/98/me in a virtual machine and try running the game in there. That usually works well for older games. It's the only way I can get Diablo I to work because under Windows 7, the colors are screwed up and washed out, probably just like what you're experiencing.
Silver Game Patch Windows 7 Professional
I'm not talking about DOSbox (which is a pain to figure out), but about games that were made with windows 95/98 in mind. Download free winternals erd commander for sata. I was thinking about installing Virtual PC, but the 2007 version does not seem to run those OS. Is the 2004 version compatible with Win 7? For those of you that are curious, I'm trying to play Heavy Gear, the Magic Carpet series, the Popolous series, AOE I and II and their respective expansions and Space Clash.
AOE kinda runs in Win 7 using compatibility mode, but the colors are messed up. So please don't suggest using that feature because I already tried, I'm determined in running a virtual machine or an emulator. Any suggestions or advice, please? Run pretty much any game you want on a computer with Win 7. Ok, here is how it is done. You are correct about Virtual Machine.
That is the best way to run older games that were designed before XP. You will need a couple things to set up a VM. First, you will need the original Win 98 installation disk. Win 98SE is the best version if you can get your hands on it. (Win 7 comes already with a free XP compatibility mode that you can download from Microsoftand run programs under it so you do not have to set up a VM for XP. Note: If youi have a simple version of Win 7, there may be a fee to download as you will be basically doing a Win 7 upgrade) Additionally, there are other options for XP software such as a Slave drive with an XP OS which you can access under Win 7 that will allow you to run out of the slave drive without any real issue that I have come across. Does not work for 2000 or earlier.

For Win 2000, you just set up a VM for 2000. Note: this takes up lots of HD space. So you better think about a 2 TB or better HD if you are thinking about doing this. The second thing you will need from Microsoft is a program called Application Compatibility Toolkit Select the proper version for the VM. This is a Free item that you can get from Microsoft.
Make sure you get those two programs directly from Microsoft and not from anyone else. Once you set up the VM for Win 98 which will run all your 95 or older to Windows 3.1, you then use the Application compatibility Toolkit to tweak, modify or mitigate items to deal with issues like Direct X or other headache problems that is done pretty much without any effort nor does it effect the win 7 or VM code. It is highly Technical as to the information it gives but it is designed to be used in a way that you do not have to do much more than click fix. It will also allow you to try several types of fixes without having to go through all those pain in the butt items that are always a nightmare. If you find a fix that seems to work well, you can save it in the data base to apply to other similar games.