Content Type
Profiles
Forums
Events
Everything posted by windows2
-
I don't try it ,but you try portable version or installer ? I think the office 2010 portable version maybe work if it exist
-
The 16a extended core it's from ximonite i think , uninstall it and download the 2015 16b version from the wlu site : http://www.win2k.org/wlu/wluen.htm
-
if you want to resolve this BSOD you should to go to propreties of system and make memory.dmp created . after bsod Window should restart to MEMORY.DMP created in c:\winnt ,and then send it to blackwingcat and then he can know the cause of this problem , Note : after that i advice you to install extended core 16b maybe it resolve your isue download it frol wlu site , personally i use it to make intel hd graphics 3000 worked and wlan card .
-
This problem is most likely caused maybe by a malfunction in PCI express socket , try to change the socket VGA card . It happened to me with Win2000 when I installed Nvidia GT 610 ,, , the problem was in the socket VGA, and not in the system, I changed the motherboard because i don't have other VGA socket in this motherboard, and then no conflict in PCI to PCI bridge occurred and Nvidia Gt 610 worked correctly .
-
you can create ISO with blackwingcat hfslip version 2014 : http://blog.livedoor.jp/blackwingcat/archives/1763141.html
-
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
The project is suspended until the summer because I do not have any time at the moment. There are missings in win32k.sys and I should to see how to add them , for the moment i don't know how to do that . i hope if any one here in MSFN know how to add monitor api's which NT4 don't have any api monitor , it's not good to modify the application to ignore the monitor api's , and i think this way don't work in all application . -
hi all , does any one has install Windows 2000 on new hardware with out PS/2 ? , i have a problem in text mode of installation the keyboard doesn't work . @tomasz86 any solution ? Edit : it was fixed by hfslip 2014 of blackwingcat .
-
It's really sad news, he was an understanding person, and he helped me previously with an issue, and he was really a reference for computer science, really a big loss after WildBill today dencorso I wish them mercy and a decent life in the afterlife
-
W2K SP5.1 UURollup --> Bsod when video driver is installed
windows2 replied to Sailor's topic in Windows 2000/2003/NT4
it is Windows 2000 with more added API's in dll's , in the level of compatibility of App's Windows 2000 and XP are very similar , Windows 2000 can execute any app can Windows XP work on it as mypall 68 , teamviewr 14 , 360 Extreme Explorer , the latest vlc version , Firefox 52 and maybe 54 , and more and more new app's can run on XP and vista. Ximonite started to create an newer extended kernel starting from wildbill rewrited kernel32, if this project successfully completed Windows 2000 it was more compatible than XP and it was same as vista and 7 , look this : https://forum.eclectic4un.me/viewtopic.php?f=25&t=51 -
W2K SP5.1 UURollup --> Bsod when video driver is installed
windows2 replied to Sailor's topic in Windows 2000/2003/NT4
i advice you to reinstall windows 2000 and use blackwingcat extended kernel "2022 version " and core (14b or 16b beta if 14b not resolve your problem" with out UURollup update http://win2k.org/wlu/wluen.htm -
hi Damnation please share the debugging file maybe @blackwingcat need it to locate and identify the source of the error
-
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
-
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
Hi , It may seem boring if I modify every app to be compatible with NT4,i think the Display monitor it required for new web browser , I will see and I will try to do this withe some APP, but now I am very busy with my other work, I will come back to this project when I have time . Clarification to the public ; As I indicated in the title, I am trying and I hope to be successful in this project There are a lot of things I need to learn and gain experience ,this job requires a lot of experience -
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
I have been trying all this time to add these shortcomings to win32k.sys , but all my attempts failed and caused BSOD, I used several tools such as cffExplorer and HxD and it did not work, I am worried about this issue, adding an API is easy, but if it is linked to win32k .sys and there are problem of a missing functions it becomes very complicated. the problem is that NT4 don't has any monitor APi as NtUserEnumDisplayMonitors and ... -
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
hi @testaccount66766 , you can add the active desktop feature with installing Microsoft Internet Explorer 4.0 https://archive.org/details/ie4-win95-winnt -
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
I will try, to run them after adding the missing functions, I found that NT4 needs very difficult changes in win32k.sys, and windows nt does not have any display function on win32k.sys and these function required for user32.dll new monitor API's, so i should create all display kernel driver for nt 4 , but until now i don't have any tool can do this, -
I just wanted to see how likely it would be for Windows 2000 to become a 64-bit system
-
because isn't enough in the leaked 2000 source code to make a complete build of the 64 OS as it is mean it should be the full code of Windows 2000 to convert it to x64
-
No, it's just the will to do, but it's almost impossible
-
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
win32 forgot to mention that it should be just "kernel33" and not "kernel33.dll" when typing the library name into scanexp. Make another .cpp file and add it your new function code in scanexp folder, then also make a .def or .src file formatted like this EXPORTS NewFunctionName NewFunctionName2 Then when you compile, the forwards to the old functions as well as the new functions will be in the DLL. this is what win32 told me , if there is an other question ask him