Jump to content

blackwingcat

Member
  • Posts

    1,318
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    0.00 USD 
  • Country

    Japan

Everything posted by blackwingcat

  1. Hi, Windows 2000 does not have "NT Authority\LocalService" and "NT Authority\NetworkService" which is username. So I want to create them.
  2. I succeeded load exfat.sys on WIndows 2000 But exfat drive was not read from windows 2000. It's in this update: http://www.microsoft...s.aspx?id=19364 That extracts out to a directory containing the following: Volume in drive G is DATA Volume Serial Number is 7A4C-636C Directory of G:\exfat 10/16/2012 06:58 PM <DIR> . 10/16/2012 06:58 PM <DIR> .. 10/16/2012 06:58 PM 0 dirlist.txt 10/16/2012 06:55 PM <DIR> SP2GDR 10/16/2012 06:55 PM <DIR> SP2QFE 10/16/2012 06:55 PM <DIR> SP3GDR 10/16/2012 06:55 PM <DIR> SP3QFE 11/30/2007 07:18 AM 17,272 spmsg.dll 11/30/2007 07:18 AM 231,288 spuninst.exe 10/16/2012 06:55 PM <DIR> update 3 File(s) 248,560 bytes Directory of G:\exfat\SP2GDR 10/16/2012 06:55 PM <DIR> . 10/16/2012 06:55 PM <DIR> .. 09/29/2008 05:58 AM 133,632 exfat.sys 09/30/2008 02:44 AM 18,944 fmifs.dll 09/29/2008 05:59 AM 30,720 format.com 09/29/2008 05:58 AM 9,216 fs_rec.sys 09/30/2008 02:44 AM 77,824 ifsutil.dll 09/30/2008 02:44 AM 8,455,168 shell32.dll 09/30/2008 02:44 AM 57,344 uexfat.dll 09/30/2008 02:44 AM 278,528 ulib.dll 8 File(s) 9,061,376 bytes Directory of G:\exfat\SP2QFE 10/16/2012 06:55 PM <DIR> . 10/16/2012 06:55 PM <DIR> .. 09/29/2008 05:53 AM 133,632 exfat.sys 09/30/2008 02:05 AM 18,944 fmifs.dll 09/29/2008 05:54 AM 30,720 format.com 09/29/2008 05:53 AM 9,216 fs_rec.sys 09/30/2008 02:05 AM 77,824 ifsutil.dll 09/30/2008 11:35 AM 8,461,312 shell32.dll 09/30/2008 02:05 AM 57,344 uexfat.dll 09/30/2008 02:05 AM 278,528 ulib.dll 09/29/2008 05:46 AM 351,744 xpsp3res.dll 9 File(s) 9,419,264 bytes Directory of G:\exfat\SP3GDR 10/16/2012 06:55 PM <DIR> . 10/16/2012 06:55 PM <DIR> .. 09/29/2008 06:21 AM 133,632 exfat.sys 09/30/2008 02:19 AM 18,944 fmifs.dll 09/29/2008 06:22 AM 30,720 format.com 09/29/2008 06:20 AM 9,216 fs_rec.sys 09/30/2008 02:19 AM 77,824 ifsutil.dll 09/30/2008 02:19 AM 8,461,824 shell32.dll 09/30/2008 02:19 AM 57,344 uexfat.dll 09/30/2008 02:19 AM 278,528 ulib.dll 8 File(s) 9,068,032 bytes Directory of G:\exfat\SP3QFE 10/16/2012 06:55 PM <DIR> . 10/16/2012 06:55 PM <DIR> .. 09/29/2008 06:51 AM 133,632 exfat.sys 09/30/2008 01:56 AM 18,944 fmifs.dll 09/29/2008 06:52 AM 30,720 format.com 09/29/2008 06:50 AM 9,216 fs_rec.sys 09/30/2008 01:56 AM 77,824 ifsutil.dll 09/30/2008 01:56 AM 8,462,336 shell32.dll 09/30/2008 01:56 AM 57,344 uexfat.dll 09/30/2008 01:56 AM 278,528 ulib.dll 8 File(s) 9,068,544 bytes Directory of G:\exfat\update 10/16/2012 06:55 PM <DIR> . 10/16/2012 06:55 PM <DIR> .. 09/30/2008 02:32 AM 926 branches.inf 11/30/2007 10:17 AM 804 eula.txt 09/30/2008 06:29 AM 22,668 KB955704.CAT 11/30/2007 07:18 AM 26,488 spcustom.dll 11/30/2007 07:18 AM 755,576 update.exe 09/30/2008 04:49 PM 3,028 update.ver 09/30/2008 02:32 AM 678 updatebr.inf 09/30/2008 06:36 AM 24,318 update_SP2GDR.inf 09/30/2008 06:32 AM 25,523 update_SP2QFE.inf 09/30/2008 06:38 AM 27,395 update_SP3GDR.inf 09/30/2008 06:29 AM 27,395 update_SP3QFE.inf 07/09/2008 03:38 AM 382,840 updspapi.dll 12 File(s) 1,297,639 bytes Total Files Listed: 48 File(s) 38,163,415 bytes 17 Dir(s) 402,366,476,288 bytes free So it looks like it's a _lot_ more than just the exfat.sys driver file Maybe in code, it's just a function or two ?
  3. Result: Security error. Windows 2000 can't boot. Thx
  4. Windows XP is extended Wellknown SID S-1-5-19 NT AUTHORITY\LOCAL SERVICE S-1-5-20 NT AUTHORITY\NETWORK SERVICE how can add these SID on Windows 2000 ? I try to add registory HKEY_LOCAL_MACHINE\SECURITY\Policy\Accounts\S-1-5-19 HKEY_LOCAL_MACHINE\SECURITY\Policy\Accounts\S-1-5-20 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20 But no effect. Are there any ideas ?
  5. But flash player installer for Windows 2000 does not require any unofficial kernel
  6. Did you use XP's APPHELP.dll? You must delete it. Depends.exe on the .exe file: Uploaded with ImageShack.us
  7. I strongly recommend that you use version 10.3. v 11.x even have many bug on Windows XP and 7. The flash players from v 11.2 to v11.4 have so many security holes that it is too dangerous. You can download v10.3 flash player for Windows 2000 installer from my blog. Lastest v10.3 is fixed many security holes.
  8. Thx. I fixed it and released v22k3. I found that SilverLight throw Exception and terminate when it fails function GetThreadPreferredUILanguages .
  9. Later I could test with your vbx image. But, It seems to work without problem I too received a crash in Microsoft Silverlight affecting Internet Explorer and the offending module name appears to be kernel32.dll (module version 5.0.2195.7193), the exception information output are as follows: I'm guessing that a lot of files in version 5.0.2195.7193 broke Silverlight support and it's not just kernel32.dll or ntdll.dll.
  10. I think it makes your help that comparing the chrome v0.3.154.13 and v0.4.154.14
  11. * Install Windows installer 3.1v2 plus. * set XP Mode msiexec.exe with fcwin. * restart Windows Installer service * set XP mode VMWare installer * install VMWare * delete compatible mode msiexe.exe * replace hcmon.sys v 7.0.1.11056 * If you don't use Extended Core, replace VMWare NDIS Bridge Driver also. Is there a tutorial available anywhere where this is explained in more detail? Cheers and Regards
  12. You can install easier VMWare 3.1.6 with Windows installer 3.1v2 plus. and set msiexec.exe set XP mode.
  13. It shows BSoD of STOP:0x7b INACCESSIBLE_BOOTDEVICE I can't mount it.(look like vmware mount)
  14. On my environment simple watcher seems to works without problem. and it does not use BaseDumpAppcompatCache. Plz check user environment other reason with dependency walker.
  15. I descripted about it on my blog. You can also find my WLU site 
  16. No it isn't. It is Update for Root Certificates For Windows XP v36.0.2195.5. I installed Root Certificates For Windows XP [November 2012]. Do you mean this?
  17. I try to excute similar test now on VMWare Player. Installed clean Win2k SP4(English).(Reboot) Installed IE6 SP1.(Reboot) Installed Update Rollup 1 (v2).(Reboot) Installed Roots Certificates update (v37.0.2195.5). Installed KB2744842 for IE6. and KB957579. (reboot) Installed Kernel v22k2. (I tested both NT5.x mode and NT6.x mode) Installed Windows Installer v3.1(v2) Plus for Windows 2000 Installed Silverlight 5.1.10411.0 (the newest version).(reboot) It seems to work fine. And I tested Multi-Processor mode and Uni-processor mode. Can you provide me the VMWare Image which included error ? I've done one more test. Installed clean Win2k SP4. Installed IE6 SP1. Installed Update Rollup 1 (v2). Installed Roots Certificates update (KB931125). Installed KB2722913 for IE6. Installed KB957579. Installed Kernel v22k2. Installed MSI 3.1 (Silverlight's installer requires it). Installed Silverlight 5.1.10411.0 (the newest version). Unfortunately Silverlight still doesn't work I test it here: http://bubblemark.com/ When trying to run http://bubblemark.com/silverlight2.html I get:
  18. I don't have any problem with IE6 and Firefox ESR and Silverlight5 and exkernel v22k2. Which version did you use silverlight ? Sorry. I have seen some reports which logitech driver would not work on windows 2000. The problem has not resolved yet. I don't recommend WMP 11, because It occurs problem on MTP and DRM.
  19. Hi. When I create other language version extended kernel, It requires many Efforts. 1. it requires recentest original DLLs, which I use from Windows 2000 with the language. 2. it requires some XP original DLLs iphlpapi, *enh.dll. ese*.dll, wintrust.dll, comctl32.dll(two version)...etc. 3. it requires some Vista and 7 DLLs MSVCR and MFC*.dll ,msdelta.dll ....etc 4. And I must check them on the language environment. So I support only 3 languages now If you can provide those files and check them, I can make Sim-Chinese version one. (I think Daemon Tools Lite v4.40 does not work on extended kernel, because it uses virtual scsi driver which does not support windows 2000. I recommend MS Virtual CD Driver. )
  20. Hi, Check this article. http://blog.livedoor.jp/blackwingcat/archives/1644737.html
  21. Sorry, it's simply bug in English version kernel32.dll (Not related on CryptSvc) I fixed it.
  22. The reason is unknown yet, so it is difficult. I see. I suppose that there's no easy fix for this, right?
  23. The problem occurs since version 0.4, when it shows Javascript dialog.
  24. Yesterday the provider said flxsrv.org server problem. http://maintenance.flexserver.jp/archives/cat_9934.html thx. Indeed, I cannot download them either. Same error message.
  25. Hi. It seems to be blocked by Drive speed.(bottleneck) If you want to see the difference them, you must use RAID0 with SSD.
×
×
  • Create New...