Jump to content

Tripredacus

Supervisor
  • Posts

    13,290
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Status doesn't matter. Read the forum rules.
  2. Removed from where?
  3. I don't have that specific disk to try, but in general I haven't heard of any particular issues with any OS working on SATA SSDs.
  4. Just on socket, since no board is being considered... It would be Pentium Extreme 965 3.73 GHz at 1066 MHz https://ark.intel.com/content/www/us/en/ark/products/27615/intel-pentium-processor-extreme-edition-965-4m-cache-3-73-ghz-1066-mhz-fsb.html vs your example of the Pentium 4 570J, 670 or 672 3.8 GHz at 800 MHz Now the other thing to consider is how you would even be able to tell in any real world application as to which is faster in DOS.
  5. Seems this notebook is extremely old for modern computing, so it would seem to indicate that it has an older version of Windows. Since you don't say what version, this may not be applicable but... Use F8 at boot time to get the boot menu, and choose disable automatic restart on system failure. That should stop the reboot from occuring. However if this is not working, then you have some other options such as booting off removable media. If this is the same 8922 that searching shows has 1 GB RAM, you can boot a WinPE 3.0 on it, or a Linux live CD. Also if you think that the system is restarting before getting to Windows, you can remove the HDD and turn it on and see if it resets that way. You should go into the BIOS and enable LAN booting just so it can get to that point (you aren't meaning to boot that way). Also going into the BIOS and resetting to defaults is not something I would recommend. Primarily because the OS may not boot if the SATA type was previously IDE and the default is AHCI. Or on a modern system where CSM was enabled and default is disabled, etc.
  6. I remember something like this happening without going through those steps. I don't remember the timeline exactly but I had reported the issue with MS. I don't think it was the entire OS that looked like this.
  7. It can be done with DISM also but you'll need a third disk or network share to store the image temporarily. In this method you do not need to transfer the hidden partitions at all. I can put a workflow here but will need to know what the current partition layout is now and if the disk is mbr or gpt type.
  8. The forum doesn't keep email address history. It can't show me who had a live.ca email in the past and had since changed it.
  9. No user has registered/used with a live.ca email since 2015 but that email domain is not being blocked by the forum. The issue lies elsewhere.
  10. Not sure about 2000 but for XP you can use WSUS
  11. If the issue is that the image is too big, they can use imagex /export to see if it reduces the filesize. Maybe DISM export does the same thing.
  12. Not going to happen on a ban on rule 1.
  13. We can probably not count Wolfenstein: The New Order at this time as using 3 api files from Windows 8.0 and copying the kernel32.dll from Windows 7 and renaming it as api-ms-win-core-file-l1-2-2.dll allowed the game to actually launch. I was really expecting it to keep asking for more different files to hunt down but glad enough I can actually play this game. So this can be a way to try to get programs to work in Windows 7 but only those programs that aren't doing a hard check on the OS itself. And now my Windows 7 PC has joined the old tradition of my Windows 98 PC as having future OS files in it to run programs it isn't supposed to be running.
  14. I had tried doing this, but the game then complains about missing entry point for GetVolumeInformationA, which if this is correct: "Introduced into api-ms-win-core-file-l1-2-2.dll in 10.0.16299." https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis It is the only location. So while my OS may have a GetVolumeInformationA entry in kernel32.dll, the game is not calling that because it is trying to do it with that specific API. And the APIschema is mapped into memory and the file-l1-2-2 is not present at all. This file is one of the few that doesn't actually seem to exist, as it is (was?) mapped to kernerlbase.dll in Windows 10 from its own schema. I do not know if there are any integrity checks that would be done, perhaps having a dummy .dll file present that just redirects the call to kernel32.dll would work but I haven't a clue on where to start. I suppose I could take the kernel32.dll from system32 and put it into the workdir and rename it to core-file-l1-2-2 and see what happens.
  15. I was excited that this would be some magic bullet but alas it only resulted in generating a 0xC000021a bugcheck on reboot. I'd rather not have to bother with that any longer and would prefer to source the file it wants instead. It was not present on my Windows 8.1 test system, nor my Windows 10 workstation. Searching online doesn't easily reveal where the file comes from.
  16. As I had suspected, there is a rabbit hole involved here. I had made a copy of the entire DLL set from Windows 8 and 8.1 just in case it wanted more. And it did, and I had to put 4 more DLLs from Windows 8 into the working DIR. It still has not opened, as it needs another DLL that I didn't have and will have to see what happens after I find that one. EDIT: the file now missing is api-ms-win-core-file-l1-2-2.dll, which leads me to an interesting post on stackexchange here (just don't read the comments) https://stackoverflow.com/questions/69943334/newer-windows-sdks-cause-api-ms-win-core-file-l1-2-2-dll-missing-on-windows-7-8
  17. I don't even have the moon button anymore.
  18. The build of Wolfenstein: The New Order from Epic Games does not open on Windows 7. It requires a file api-ms-win-core-com-l1-1-0.dll which is said to be in a VCRedist but it is only from Windows 8 (or 10) and does not get installed on Windows 7. I did not try to get this file from a Windows 8 system to see if that allowed it to run or lead to any other message.
  19. The topic title doesn't make any sense.
  20. In my experience, I have never been able to resolve a situation where the OS gets stuck at the boot animation, going back to Vista. The logs you posted (and the logs in general) are not useful in this regard. What is needed is to set the BCD option to enable debug and another machine with windbg installed (as well as the knowledge to use it in this context) to fully determine where the issue is, presuming the debugger catches it. You can find info on this by searching these words in google. windbg boot debug
  21. CSM disabled or not?
  22. We must be clear here and explain that Ubisoft did not announce they were dropping support. They announced they will be actively blocking their program from running on Windows 7. It is a completely different thing.
  23. All of these has been changed. For whatever reason the forum did not show me there were new posts in this thread so I didn't see the ones from May 7 until today.
×
×
  • Create New...