Jump to content

ED_Sln

Member
  • Posts

    486
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Russian Federation

ED_Sln last won the day on July 7 2020

ED_Sln had the most liked content!

4 Followers

About ED_Sln

  • Birthday 06/28/1987

Profile Information

  • OS
    XP Pro x86

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ED_Sln's Achievements

306

Reputation

  1. Downloaded the list of supported CPUs, you can download the Excel spreadsheet there. https://www.upload.ee/files/17540532/H110MHV3__CPU.zip.html
  2. This is because of the file comctl32.dll, you need to try different versions, for MPC-BE I chose on the version from Server 2003 x86, with it the interface is displayed as correctly as possible, although the settings became with the classic theme. Here is this version, try to run with it. https://www.upload.ee/files/17540516/comctl32.zip.html Control buttons is a skin, try to remove it from MPC-HC folder, then standard buttons should appear. Unfortunately you can't make separate dll and ax with manifest, you need to have an executable file.
  3. r3dfox originally runs on Win 7 and even Win Vista. And it has a fully portable version. https://github.com/Eclipse-Community/r3dfox/releases/tag/v128.4.0-hotfix
  4. I am updating the root certificates using a utility Cert_Updater_v1.6: Once started, it automatically downloads the current version of all root certificates and then installs them. After that it shows the date of each of them. Just run it every 3-6 months and all system certificates will be up to date.
  5. But for example mpc-be as well as mpc-hc will not work this way, the problem is in user32.dll, with the file from OCA they still do not start, you have to edit dependencies through CFF Explorer.
  6. I do manifest a little differently, I have it in two parts, and the dlls that are loaded are in a separate folder. Using mpc-be as an example. The first file is called mpc-be.exe.manifest and is located next to mpc-be.exe its contents: <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='share' version='1.0.0.0' processorArchitecture='x86' /> </dependentAssembly> </dependency> </assembly> The second share.manifest is located in the "share" folder along with the dll, its contents: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <noInheritable/> <assemblyIdentity type="win32" name="share" version="1.0.0.0" processorArchitecture="x86" /> <file name="advapi32.dll" /> <file name="advapibase.dll" /> <file name="bcrypt.dll" /> <file name="dwmapi.dll" /> <file name="dxva2.dll" /> <file name="kernel32.dll" /> <file name="kernelbase.dll" /> <file name="ntext.dll" /> <file name="propsys.dll" /> <file name="shell32.dll" /> <file name="shellbase.dll" /> <file name="ws2_32.dll" /> <file name="ws2_base.dll" /> <file name="comctl32.dll" /> </assembly>
  7. chrome://flags Chrome Labs - Disabled Hide SidePanel Button - Enabled Show avatar/people/profile button - Never
  8. Welcome! Use the Resource Hacker program to replace icons. Search which files contain the icons you need and replace them.
  9. So Firefox now also has three supported versions at once, 115 ESR, 128 ESR, 133. And in the description of Plasmafox it is written that it is a night build, for tests, that's why it has a different name to distinguish it.
  10. New version of Widevine plugin is incompatible with Win7. The latest version of Supermium has a patch that fixes the dll, you can take a test on this site, but the digital signature becomes invalid, so it may not work on sites with protection. You can still replace the dll with an older version, but sites may not accept it soon.
  11. Maybe it will be noticeable on very old and weak computers, but on my computers I didn't notice any changes. Of course on IntelHD there may be little sense to put a new driver, it's hard to call it a gaming graphics card, but for example on my nettop with Celeron N3150 processor old drivers cause blurring of fonts and interface in browsers, and the 2020 driver fixes it. And if you use the latest generations of Nvidia or AMD graphics cards, new drivers are necessary.
  12. The driver is actually version 10.18.10.5161. It works on Win 7, but SHA-2, KB4490628 and KB4474419-v3 updates are required.
  13. Each item in the Control Panel is a cpl file, it is most like a dll, so it is not easy to make a new item. Add Device Manager to the context menu of My Computer, it will be even easier to open it.
  14. I meant to look for other programs or options how to activate the USB driver first at boot, it's the reason why the system can't boot. But since you found a solution, it's horribly irrelevant. Yes, you can't install a paging file on flash. And even if you could, it would use up the entire resource very quickly. Flash has a very small write resource. It depends on the flash drive, you should look for a faster one, then the system will work faster.
  15. Yes, I have been able to make a portable WinXP on a USB HDD before. But although I think I used UsbBootWatcher that time, now I failed to boot the system, I get BSOD 7B. And the instructions in my link are for Win Vista+. WinXP should be done differently, first it should be installed as usual on another computer on HDD, then it should be configured to boot from USB (you should look for more options), then the partition should be cloned to a USB flash drive.
×
×
  • Create New...