-
StartAllBack for Windows 11
duplicate, MSFN is unstable indeed
-
StartAllBack for Windows 11
Would it be possible to have a toggle to turn on/off enhanced Explorer like you can with Start Menu/Taskbar? Currently with StartAllBack 3.9.24 and version 26200.9168 I am unable to bring back the vanilla tabbed Explorer. Also I am often unable to open Explorer at all. Anyone else also have this issue?
-
Windows ME on Dell Inspiron 700M
Device IDs wouls be helpful.
-
Native (WDM) HD Audio driver for Windows 98se/Me
Interesting project regarding improved DOS support with WDMHDA and other WDM Audio drivers: https://www.vogons.org/viewtopic.php?t=111787 https://github.com/sdz-mods/VOPL3 Basically an OPL3 emulator for SBEMUL.SYS, who knows how/if it will be developed in the future EDIT: Oh, you've mentioned it already, me embarassed
-
Native (WDM) HD Audio driver for Windows 98se/Me
WDMHDA Alpha-016 is a miracle! Got audio successfully working on following platforms: 1. Lenovo ThinkPad X230 (Realtek ALC269) - both built-in speakers and headphone jack 2. Lenovo ThinkPad X260 (Realtek ALC293) - both built-in speakers and headphone jack 3. ASRock Z77 Pro3 (Realtek ALC892) - only rear audio port 4. ASUS P5Q PRO (Realtek ALC1200) - only rear audio port 5. MSI PRO H610M-B DDR4 (Realtek ALC892/ALC897) - both read and front audio ports I've described more details here: https://github.com/andrew-hoffman/WDMHDA/discussions/30 From the brief testing, I've only noticed the Mute All and volume slider bug described here: https://github.com/andrew-hoffman/WDMHDA/issues/39
-
So was there a Windows 95 (4.00.950) Full Retail CD-ROM version?
Wasn't able to find anything like that on BetaArchive Database either. I assume such CD, if it ever existed, would not have OEMSETUP.* files. So far only found Retail Upgrade CDs that don't have them. Should we ask Raymond Chen about this?
-
Features of ScanDisk [Windows 9x].
AutoHotkey?
-
Features of ScanDisk [Windows 9x].
Is this fixed in Windows ME's Scandskw.exe?
-
NVME driver
This driver won't help you boot 9x from NVMe if the legacy 16-bit disk access provided via your motherboard's CSM mode does not work - I'm getting IOS error on bootup on both MSI B650M GAMING PLUS WIFI and MSI PRO H610M-B DDR4 motherboards when trying to boot 98SE from NVMe drive. Something to do with incorrect handling of interrupt 13h for NVMe drives when switching to protected mode or something... Omores on his videos use mostly ASUS motherboards and NVMe drives just work for him - ASUS does CSM differently? I've only tested this driver when booting 98SE from a SATA drive on my H610 motherboard while having a NVMe drive inserted in the mobo's slot, it works fine in that regard.
-
GeForce GPU - Local network access freezing mouse cursor
Would be interesting if this would happen with a non-Realtek NIC like with a Marvell/Intel/3Com chip...
-
StartAllBack for Windows 11
right switch on the taskbar as you've said, same menu you create new quick lunch bar
-
StartAllBack for Windows 11
Unlock the taskbar.
-
SoftGPU - successor to VBEMP with 2d/3d (software) acceleration
SoftGPU now works on real hardware, not just virtual machines, since it now includes support for any VESA VBE 2.0 compatible GPU and can now be considered a successor to VBEMP with some sort of 2d/3d acceleration, albeit purely software based. I've tested the newest version (v0.8.2025.53 special edition available for donators) on my ThinkPad X230 and DOS windows work quite well (tested only text applications) and windows are not as laggy as with VBEMP. In 3DMark2001 SE I got... 241 points Would be nice to have more tests done by others on real hardware. Download it here: https://github.com/JHRobotics/softgpu/releases/tag/v0.8.2025.53 No need for ISO, ZIP works just fine.
-
How to install Win 98 on a mainboard with nForce 4 chipset.
Try removing ESDI_506.PDR from WINDOWS\SYSTEM\IOSUBSYS folder. Or replace it with the updated version from SweetLow: (obtained from: http://sweetlow.orgfree.com/download/) esdi_506.zip
-
Intel 915 chipset based boards
No. Do not compare WDM Network/Audio drivers to GPU drivers. Windows 9x never did and never will support Windows 2000 GPU drivers, especially when thinking about their 3D acceleration, end of story. WDM drivers are sometimes intercompatible between Win2000 and 98...but this never included video drivers, mostly just network and audio drivers, and even then it's not guaranteed. You're not the first person to think about this and all conclusions have been done long time ago. There is no breakthrough to be made unless someone is crazy enough to write a new Win9x GPU driver including proper 3D Acceleration for whatever NVIDIA/AMD/Intel GPU they want. Closest thing we have now is SoftGPU and its components here: https://github.com/JHRobotics?tab=repositories But so far he is implementing just DDraw acceleration, no Direct3D...and this is only designed for virtual machines. I don't know if it's possible to rewrite his VMDisp9x driver to be a universal one like VBEMP. Then, we could in theory use his Mesa/Wine ports to have some kind of universal 3D Acceleration, even if fully dependant on software (CPU) rendering. Dependency Walker righly so says to you that the GPU driver relies on VIDEOPRT.SYS, a NT video miniport, which is a fundamental difference between NT and DOS-based Win9x systems. If there was somehow a way to port NT display driver subsystem to Win9x....would it still be 9x at this point? Sometimes we need to say stop. Here's a good read: https://www.codeproject.com/Articles/12878/Driver-Development-Part-6-Introduction-to-Display