Content Type
Profiles
Forums
Events
Everything posted by blackwingcat
-
Update Windows 2000 for Skype
blackwingcat replied to windwakerclem's topic in Windows 2000/2003/NT4
Hi. You should check the following topic. Skype 6.1 on Windows 2000 -
The wmi structure is used by many functions, so if we create its patch , too much job.
-
Windows 2000 cdrom.sys throughs WmiQueryTraceInformation and WmiTraceMessage function. But some drivers check with dynamic load these functions and if they exist in kernel then skip the Windows 2000 routines and don't work them. # I know that Windows XP kernel has dual Wmi structures and 2000 has single one. # So It is difficult that we emulate these functions .
-
Hi. Windows 2000 has not been supported UVC.
-
Hi. Extended Kernel is supported VC++2013 runtime. You can download Runtime here. http://w2k.flxsrv.org/wlu/wlu.htm sorry, VC++2013 runtime http://www.microsoft.com/en-us/download/details.aspx?id=40784
-
VC++2013 runtime or Developer Studio ? Developer Studio cannot install even on Windows Vista.
-
You should use 7.6. What you need to do is integrating SP4 and SRP1 with some slipstream tool. I think it takes easy.
-
Intel Q45 Express chipset and Win2000?
blackwingcat replied to jbclem's topic in Windows 2000/2003/NT4
Hi. If you use 2000 SP4 CD, you can use Intel 7.6 AHCI driver which I customized. http://blog.livedoor.jp/blackwingcat/archives/813816.html -
Hi. Did you Integrate to your install CD, SP4 ? Are you sure ? If you use 8.9, I can show with hfslip how you crate it. 1. extract Kernel Core v14b or 16a. 2. Integration SP4 and SRP 1 ( This way is as same as standard hfslip image creation.) 3. create REPLACE\i386 folder. 4, compress NT*.exe to NT*.ex_ with cab format. 5. copy them into REPLACE\i386 6. copy NT*.exe into HFEXPERT\DRIVERCAB 7. copy videoprt.sys into HFEXPERT\WIN\system32\Drivers
-
If you used iastor.sys which I made, check integrated your Windows 2000 v 7.6 iastor.sys requires Win2000 CDwhich integrated SP4. v 8.9 iastor.sys requires Win2000 CD which integrated SP4 + Extended Kernel Core.
-
Hi. The achix86.sys is AMD AHCI driver is not it ? I think Intel ICH7 driver 's name is iastor.sys
-
Hi. When ACPI problem occured, I always gave up the mother board. It caused from BIOS problem, so If you update BIOS version or change other BIOS, it may work wit no problem . Although the message shows it comes from ACPI.sys problem, when I customized from XP's ACPI.sys, it shows same message. So I think it comes from other problem.
-
Hi. I fail to install this with Windows XP on Intel NUC D54250WYK before. So, I use Wireless LAN on Windows 2000.
-
Hi. I released v2.4d English version yesterday(15 hours ago) There are some problem on v2.4cX. Some people report me the following thing. * Fail to execute and set the task scheduler. ( I checked it). * Fail to install microsoft update file. * Fail to run PRC Server.( I checked it). v 2.4d is also fixed psapi.dll compatibility problem. It may be able to run more application !
-
Hi. How to connect native Windows 2000 to skype. http://blog.livedoor.jp/blackwingcat/archives/1871701.html 1. use Trillian and patched skypekit.exe 2. patched 5.5 or 5.9 (need Extendede kernel and XP USB compatible patch) 3. patched 3.7 or 4.2
-
Hi. I found a few bug . And I think that it will return only eprocess ImageFilename. (without any path) L00537A7F: sub edx,00000002h jz L00537A8D mov al,[ecx] mov [edi],ax inc edi inc edi<----------------- inc ecx ?<----------------- inc ecx ? jmp L00537A7F L00537A8D: xor eax,eax mov [edi],ax pop edx test ebx,ebx jz L00537A99 mov [ebx],edx L00537A99: pop ecx call ObfDereferenceObject or dword ptr [ebp-04h],FFFFFFFFh xor eax,eax jmp L00537AB2 L00537AA7: pop ecx call ObfDereferenceObject mov eax,C0000004h L00537AB2: jmp L004DF924 mov eax,ds:[FFDFF020h] mov ecx,[eax+000004BCh] xor ecx,[eax+00000450h] xor ecx,[ebp-44h] xor ecx,[ebp-48h] xor eax,eax <- Does "lock" need on multi cpu kernel ? cmpxchg [edi],ecx push 00000004h pop edx jmp L00537997Windows2000-KB2393802-v20-x86-ENU.exe ntoskrnl/ntkrnlpa/ntkrnlmp/ntkrpamp.exe PsGetCurrentProcess PsGetCurrentThread PsGetCurrentProcessSessionId NtQueryInformationProcess: added support for PROCESSINFOCLASS.ProcessImageFileName (0x1B), required by psapi additions below P.S. I fixed it such. mov [edi],eax add edi,00000004h xor eax,eax sub edx,00000002h* push edx* push ecx* nop* push 00000000h* push 00000020h* push edi* call RtlMultiByteToUnicodeN* nop* nop* nop pop edx test ebx,ebx jz L00537A99 mov [ebx],edx L00537A99:
-
I released iTunes 11.3.1 installer for Windows 2000 Extended kernel yesterday. It includes patched webkit.dll.
-
Hi. I see usually that w2k hangs up on "Setup is starting Windows 2000" without SP4 RP1 Integrated. What did you integrated your DVD ? I think the Intel 11.2 driver has not relation. I checked your iso file. It may be come from USB compatibility problem. I will restart to create deutsch extended kernel hfslip image soon.
-
Hi. Would you show me ISO File which you created ? I will check it.
-
I think that your article title is wrong. I did not read till today because I think it is a spam article I think the PC work on Windows 2000 almost XP drivers. (but you should use ACHI 7.6 driver for Win2000)
-
Sorry I forget to say about hal. You should copy HAL*.DLL.into HFEXPERT\DRIVERCAB folder
-
I change to use Skype 5.5. v3.8 can't connect.
-
Hi. If you want to integrate to slipstream the Kernel Core, try the following way. 1. You compress NT*.exe to NT*.ex_ with cabarc 2. copy to the NT*.ex_ into \REPLACE\i386 3. copy to NT*.exe to HFEXPERT\DRIVERCAB(not compressed) 4. The other *.sys files in Kernel core are copied to HFEXPERT\WIN\system32\Drivers and HFEXPERT\DRIVERCAB (please reference English version Windows 2000 Hfslip kit) 5. You can use Intel SATA AHCI Driver 8.9 as same as English version Windows 2000 Hfslip kit (Please look at HFEXPERT\STORAGE)
-
Hi. 1. The Intel XP Haswell driver has also problem with Ivy mother board. So, I think that it has not related with SUBSYS. 2. Intel Display Audio was not supported on XP and Win7 driver is not compatible. 3. On my environment nVidia driver 334 and later version have problem on Windows 2000, so I use 331. 4. You may know , On the other day my environment NAS drive (It is made by Korea Samsung of all it !) crashed, so I'm recovering my environment. VMWare Environment has not recovered yet. But I released recent Deutsch version Kernel Core v16a yesterday. Have you try it ?
-
Microsoft created MS14-051 update for Windows 2000. The file names are IE6.0sp1-KB2976627-Windows2000-x86-ENU_100ECA9B3FAA7F61465494C7FD1DF89BF155291A.exe and IE5.01sp4-KB2976627-Windows2000sp4-x86-ENU_E09271EBE68E9BE57A5910984EFCBD84802D4790.exe Can we get them from microsoft download ? IE6 for XP can be gotten from the following link. WindowsXP-KB2976627-x86-Embedded-ENU_28BDB1E097CF7F3258ACCB44CE673949A339EBBE.exe Help me