Jump to content

win32

Member
  • Posts

    1,262
  • Joined

  • Last visited

  • Days Won

    79
  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by win32

  1. WSUS Offline Update ESR 9.2.5 still gets most of them (WMP11 seems to be gone though): https://download.wsusoffline.net/wsusoffline925.zip
  2. You're the second one who has reported that. I still have it on mine, but that's my main machine with April 2017 updates. Indeed, my VM with July 2020 updates does have this problem. The solution is to make a folder named sidebar.exe.local in Program Files\Windows Sidebar and place your original ole32.dll in there (make sure you applied my reg key). Then it will work.
  3. MS did say that they were shutting down SHA-1 endpoints for Windows Update. So 2000, XP and Vista are dead right there. The SHA-2 updates for Server 2008 came out after the build number changed to 6003, and Windows Update also broke on Vista with the change to 6003, so you're SOL.
  4. Microsoft Update Catalog still has many Windows 2000 updates, so I would have expected that they wouldn't have used the SHA-1 deprecation to dismantle the update infrastructure for a product that will only exit extended support in October. Mobile apps with short clips of people dancing are now more important than Windows and Office to MS.
  5. Realtek 8821CE: https://www.realtek.com/en/component/zoo/category/rtl8821ce-software (the second download link of course!) But the Radeon Vega 8 Mobile: https://www.amd.com/en/support/previous-drivers/apu/amd-ryzen-processors/amd-ryzen-5-mobile-processors-radeon-vega-graphics/amd-ryzen-5-2500u You may still have a chance with 2017 drivers, but wayback machine is broken right now though Why does OS support get dropped for mobile GPUs before desktop ones, anyway? You may want to look at this and inf mod the driver specified: https://community.amd.com/thread/224947 If you try using such a driver, you will probably have to disable driver signing enforcement.
  6. I'm not exactly sure what your hardware is, but I see that you have some kind of AMD graphics. Their newer drivers crash under Windows 8, yet they don't on 8.1. In any event, try finding the drivers on AMD's website. You also seem to have Realtek audio. Vista and up do have an inbox driver so it may not be a problem but it appears their newest stuff will work: https://www.realtek.com/en/component/zoo/category/pc-audio-codecs-high-definition-audio-codecs-software
  7. Is this with HDA devices by any chance? And if so, was KB888111 installed beforehand? I know that something that is in USP 5.1 breaks it, and whatever it is must have been integrated before KB888111 in such a case (it doesn't have to be in USP 5.1, it could be in other things as well). Perhaps it's something originally from XP that expects a non-existent Windows Audio service? audiosrv.dll from 2003 SP2 has no missing functions, so you could export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Audio from XP/2003 to your win2k, copy audiosrv.dll to system32 and try it out.
  8. He meant offset 34214. And there is a version of sdbus.sys that is 5.1.2600.5512, that you should be able to locate in X:\WINDOWS\system32\drivers (in XP of course). And if it's there then it should be on the install medium, which should allow setup to detect it, in conjunction with the Intel inf. So I do believe that ACPI is a bigger issue than storage controllers.
  9. Presently, only browsers based on Chromium 72 and older run.
  10. You have to replace system files to play YouTube videos with Firefox 78 or 79.
  11. What really surprises me is that Windows 2000's ntdll works with the export table at the end of the file, while putting the export table at the end of a Vista x86 system file breaks it. There is a lot more freedom on Windows 2000 than with other proprietary OSes. And it's only 4 functions away from running Pale Moon 28.11!
  12. While I'm quite satisfied with the progress made thus far, many other kernel extension projects spend years in development (Windows 2000 extended kernel started development in January 2011 with the latest update in August 2019, and is based off the KDW wrapper that was introduced in 2008; even today it doesn't run everything that XP runs) so it may take awhile before it can be considered finalized. The x64 version is quite stable for the programs that run under it, with only a few minor caveats. The DLL redirection method takes care of compatibility issues that arise with programs that ran previously. Things are not as solid on the x86 front and it will take longer to figure it out.
  13. It is unstable and somewhat slow to boot with the EFI loader compared to 2012R2 on a 5400 rpm HDD. About five random services do not start at each boot. This wrecks havoc on Windows Updates, as they often fail and in one case broke the install.
  14. I decided to focus on the x86 stuff while I was away from my Kaby Lake hardware. But I'll be back with it on Sunday.
  15. I tried that, and it failed. Next thing I'm trying is seeing if there are alternate functions that will satisfy the programs; if so, then the new functions will be directed to those. But the AppUserID stuff in the taskbar is quite novel.
  16. The x86 shell32.dll has serious problems, specifically with (Get/Set)CurrentProcessExplicitAppUserModelID. Buffer overflows occur triggering DEP. Even the win2k versions of the functions by BWC has the same problems. So more time will be required to get in working order. I see that the working x64 versions of those functions have some key differences that set them apart from the x86 ones. Not sure if that will help much or not.
  17. Yeah, I had glossed over those "cf" folders. For shell32, I'm on it! I found that "big picture" mode still works quite well, with the store and workshop among others, but it has no search function!
  18. You can use an hex editor like HxD. Search for a sequence of bytes that goes 6A 00 6A 01 6A 06 And change the 6A 01 to 6A 00.
  19. The notion of running new versions of Steam on Vista is not as clear cut as it should be; Application Verifier does not bypass the check. So I looked in steam.exe and found this:
  20. I had trouble finding a Vegas Pro 15 installer from official sources (I found it here: https://dl03.magix.net/trial_vegaspro15_dlm.exe), so I tried Vegas Pro 17. It was going fine but noticed that it made no effort to copy files to the directory and gave the error "setup has completed successfully". Apparently the official minimum requirements are Windows 10 and Skylake even though the installer's version check allows Windows 7. Vegas Pro 15 did the same thing for me. But my .NET 4+ is all messed up anyway. Try looking for logs in X:\Users\User\AppData\Local\Temp and X:\Users\User\AppData\Roaming\Sony and put them here.
  21. The installers are 32bit, even if they install the x64 version.
  22. I just need K32EnumProcesses and maybe another function or two in the x86 kernel32.dll to get the Office 2013/2016 installers to run.
  23. 12.0.7601,23471 is also good. That's what I'm using. But I'm struggling with ntdll. Either (or possibly both) the x64 kernel extension rule book is thrown out with this file, or my failure to install a custom signature with signtool from Windows 7 DDK is complicating things (it fails to initialize even without driver signing enforcement). So I decided to focus on the x86 kernel32.dll. There are 26 complete functions in there, with a few more to be added soon. In addition to local DLL redirection, it can be applied to syswow64 folder on x64 Vista and system32 on x86 Vista. Extended versions of shell32 and user32 will also follow soon. Some of the work I've done for this project should help with my Kernel Sanders project for some earlier releases of Windows (which predate the digital signing of system files, making modding even easier!). Like, knowing that Shell_NotifyIconGetRect can redirect to Shell_NotifyIconW will prove useful for the other OSes that also only have the latter implemented.
  24. There's an x86 kernel32.dll, but it's far from ready. The only thing that has worked with it so far is the versions of oCam that didn't work natively on Vista (just needed SetThreadErrorMode). But now it does so it's a moot point.
  25. It should be. Each NT6 system file is applicable to all languages, with the mui files doing the hard work.
×
×
  • Create New...