Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/2020 in all areas

  1. I already have the official Windows 10 20H1 update build 10.0.19041.264 Can't wait for the AeroGlass update :-)
    2 points
  2. Hello, this is one of my first topics in MSFN, one of the things i've considered posting is about Windows 95 onboard AC97 audio drivers and inf mods which were needed in some drivers (had to do for some systems). Also to recopilate them as well The inf modded versions are made due to some AC97 driver packages for Windows 95 (notably Realtek and C-Media), deliberated cut support for many chipset AC97 controllers in the Windows 95 version, but supported in the Windows 98/ME/2000/XP versions even if the driver version is the same as the later one, the mod puts the HW support in the Windows 95 version on par with the Windows 98/ME/2000/XP version Warning: Keep in mind some of the chipsets like Intel ICH6/7, nForce4 variants, SiS 965/966 and ATI IXP4x0/SB4x0/600 support both AC97 and HDA codecs, so make sure your board uses an AC97 codec for audio. High Definition Audio (HDA) codecs are NOT supported Advance Logic/Realtek AC97: Supported codecs: ALC100, ALC100P, ALC101, ALC200, ALC201, ALC201A, ALC202, ALC202A, ALC203, ALC650, ALC653, ALC655, ALC658, ALC850 Supported chipset/southbridges: Intel ICH0/1/2/3/4/5/6/7, VIA VT82C686A/B, VIA VT8231/VT8233/VT8235/VT8237, SiS 630/730, SiS 961/962/962/964/965/966, nVidia nForce 1/2/3/4, ATI IXP/SB up to SB600 Tested working on Asrock Conroe865PE (i865PE+ICH5, Realtek ALC850) v4.06 Win95 inf edited to add Intel ICH5/6/7 AC97, ATI AC97, AMD AC97, ALi/ULi AC97 and nForce 1/2/3/4 AC97 ids, original infs only supported Intel ICH up to ICH4, VIA and SiS DL: https://drive.google.com/file/d/1GMaDH8vQu1Tma7U-I59SQ-pTjjxKmkxz/view?usp=sharing C-Media AC97: Supported codecs: CMI9738?, CMI9739?, CMI9761, CMI9780 Supported chipset/southbridges: Intel ICH0/1/2/3/4/5/6/7, VIA VT82C686A/B, VIA VT8231/VT8233/VT8235/VT8237, SiS 630/730, SiS 961/962/962/964/965/966, nVidia nForce 1/2/3/4, ATI IXP/SB up to SB600 Used infs from AsRock's site, inf edited to add Intel ICH4/5/6/7 AC97, ATI AC97, AMD AC97, VIA AC97, SiS AC97, ALi/ULi AC97 and nForce 1/2/3/4 AC97 ids, original infs only supported older ICH, found in boards like Asrock P4I65G and 775I65G Needs testing, will probably test it against my Asrock P4I65G/775I65G, Gigabyte GA-8S648FX-RZ and DFI K8T800-Pro-Alf DL: https://drive.google.com/file/d/16aPsM99XdVGh8X4AK5U8c1TiVm3i52Rs/view?usp=sharing VIA AC97: VIA Vinyl 7.00b claims to support Windows 95, but can't find anything related to it on the folder, may check earlier releases later. TO-DO ADI SoundMAX AC97: Need to find an apropiate Win95 driver, TO-DO Sigmatel AC97: Can't find anything related to Windows 95, TO-DO Supported codecs: STAC9700/STAC975X SiS AC97: SiS 7018 codec doesn't support Windows 95 and seems like SiS doesn't provide Windows 95 drivers, can't verfy it right now since i don't have a SiS 7018 equiped board SiS 7012 is supported and SiS provide drivers, although you are better using Realtek or other vendor driver if your SiS chipset board is paried with a Realtek/C-Media/SoundMAX/other vendor codec If someone has an input about this, feel free to reply to this thread or tell me
    2 points
  3. I made an unofficial update to BlackWingCat's Extended Core because the official Extended Core is not on BlackWingCat's new website, and I wanted to make an English version of Extended Core v16d because I cannot read Japanese. Most of the files in this update are from Extended Core v16a because they are the same as the ones in Extended Core v16d except for the language. Update: Made installer with SFXCAB utility. The new installer can be slipstreamed with nLite. ┌───────┐ │ Download │ └───────┘ Files not from Extended Core v16a: acpi.sys from http://blog.livedoor.jp/blackwingcat/archives/1974336.html ndis.sys from Extended Kernel v16d videoprt.sys from KB829884-v9 ntoskrnl.exe* ntkrnlmp.exe* ntkrnlpa.exe* ntkrpamp.exe* *All of these files are from Extended Core v16d but modified (see below) Modifications made to NT Kernel & System (the 4 exe files with '* next to them): All Japanese resources replaced with resources from Extended Core v16a. Exports for ExVerifySuite and RtlIntegerToUnicode added because the code for the functions was present but the exports were not added to the export table. New boot screen for Windows 2000 Professional:
    1 point
  4. Hi i'm very happy to be a new member of this community...i hope to learn and share my knowledge Bye
    1 point
  5. WHICH following command? You just gave a label to the Vhd partition, so you should be able to use *any* tool that outputs the Volume label AND the drive letter. Which OS? Is Powershell available? https://docs.microsoft.com/en-us/powershell/module/storage/get-volume?view=win10-ps Is WMI available? for /f "delims=" %D in ('wmic LogicalDisk get Caption^, VolumeName ^| find "Win10x64-WB"') do ECHO %D for /f "tokens=1,2" %D in ('wmic LogicalDisk get Caption^, VolumeName ^| find "Win10x64-WB"') do ECHO %D %E WMIC logicalDisk where Volumename="Win10x64-WB" get DeviceID /format:list FOR /F %A IN ('WMIC LogicalDisk where "Volumename='Win10x64-WB'" get DeviceID /Format:list') DO @SET %A>NUL SET DeviceID or similar. Are you on "plain command line" only? Something *like*: FOR /F "skip=4 delims=\" %A IN ('mountvol ^| FIND ":"') DO @VOL %A 2>NUL | FIND "Win10x64-WB" should do. jaclaz
    1 point
  6. May 2020 updates for Server 2012 / Windows 8: KB4556840 monthly rollup (MS support article 4556840) KB4556852 security-only update (MS support article 4556852)
    1 point
  7. Upstream issue #1570 has been closed via commit e5dd97f ; when @roytam1 merges this, the issue should be resolved in next weekend's UXP builds; the issue has been caused by reddit opting to use the latest (ES2020/2021) javascript bells and whistles , breaking in essence all "legacy" browsers... If, like me, you hate infinite scrolling (which is more suited to mobile devices with touch screens) and prefer the previous ("old") reddit layout - much more lenient on resources - then, as suggested by @Montana Slim , you can use (auto-)redirection to "old.reddit.com", which is made very easy via userscripts like Old Reddit Redirect ; for New Moon 28/Serpent 52.9.0, you'd need Greasemonkey for Pale Moon v3.31.4 Should you also want to revert to the previous reddit favicon, then userscripts to that purpose also exist, e.g. // ==UserScript== // @name Old Reddit Favicon // @include https://old.reddit.com/* // @grant none // ==/UserScript== (function () { var link = document.querySelector('link[rel*=\'icon\']') || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = 'https://i.imgur.com/veJX9o5.png'; document.getElementsByTagName('head') [0].appendChild(link); }) (); (... harvested from https://old.reddit.com/r/Enhancement/comments/7jd9a7/any_reason_for_new_favicon_it_looks_terrible/dr5l2k2/) 360 Extreme Explorer v12, a Chinese Chromium 78 fork, that is able to run on Windows XP SP3 onwards, does not suffer from this issue; you'd better flip the flag #enable-javascript-harmony to Enabled (followed by a restart) and you can use latest reddit without issues (including infinite scrolling...) : (the above is with build 12.0.1268.0 and dark skin/forced dark mode... )
    1 point
  8. upstream got a report as well: https://forum.palemoon.org/viewtopic.php?f=3&t=24489
    1 point
  9. alright fixed. https://github.com/roytam1/palemoon27/commit/355ec2cc2e0d266664bc743c532bb0f8f0e54d35 and will be included in next build. if you need an urgent fix, download https://github.com/roytam1/palemoon27/raw/355ec2cc2e0d266664bc743c532bb0f8f0e54d35/toolkit/modules/ResetProfile.jsm and replace [root folder]\omni.ja\modules\ResetProfile.jsm with downloaded one.
    1 point
  10. ... I think you did not view the screenshots posted by @RainyShadow ; the issue isn't that the about:support internal page doesn't load; it does, but it isn't populated with all the expected info/details one should find there: Reproduced on a new/clean NM27 profile, on Vista SP2 32-bit
    1 point
  11. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200530-d6ba7ac-uxp-1cecef624-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200530-d6ba7ac-uxp-1cecef624-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200523-d6ba7ac-uxp-4d373c1d3-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.4a1.win32-git-20200530-fed3dcd70-uxp-1cecef624-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.4a1.win64-git-20200530-fed3dcd70-uxp-1cecef624-xpmod.7z Official UXP changes since my last build: - Issue #1564 - Split off nsIdentifierMapEntry in its own header (5377605d6) - Issue #361 - Update Readability from upstream. (09bdffde5) - Bug 1621479 - Fix typo in reader mode CSS class preservation list. (7ce31fc2a) - Bug 1154295 - use normal formatting for plaintext documents in reader mode (54329daab) - Issue #361 - Remove dead Android code. (77cd9147c) - Issue #1564 - Fix debug build dependencies (be3acde80) - Issue #1564 - Fix debug build dependencies for g4jc (101c06946) - Merge pull request #1567 from Ascrod/readerview (725e2b731) - Revert "Issue #1564 - Fix debug build dependencies for g4jc" (5d89ac379) - Merge pull request #1568 from MoonchildProductions/1564 (5fcc364e3) - Issue #1558 - Prevent null deref crash in WebrtcVideoConduit DTOR (d8eba6991) - Merge pull request #1565 from Feodor2/master (1cecef624) No official Basilisk changes since my last build: Official Pale-Moon changes since my last build: - Revert "Update to prevent duplicate icons" (fd3bbfa3d) - Merge pull request #1795 from MoonchildProductions/revert-1779-patch-1 (8228e9329) - Version bump + platform pointer update (fed3dcd70)
    1 point
  12. Sure it doesn't. Actually the whole HKLM\CurrentControSet hive does not exist outside the running system CurrentControlSet is a "volatile" path created at boot by the OS and it is a copy of either ControlSet001 or ControlSet002 (typically, but I have seen systems with ControlSet up to 025). To know which "real" hive is in use (or will be in use at next boot, check the HKEY_LOCAL_MACHINE\SYSTEM\Select key and its contents). Normally you only have two ControlSet's, 001 and 002 and you want to have EnableBigLba=1 on both. jaclaz
    1 point
×
×
  • Create New...