Content Type
Profiles
Forums
Events
Everything posted by windows2
-
Hello everyone, I managed to create a screen capture tool for Windows NT4 and 5.x in the community. It has similar functionality to the one found in Windows 7: Features: Full-Screen Capture: The application currently supports capturing the entire screen, allowing users to take comprehensive screenshots of all visible content on their display. Capture Region Selection: Users can select a specific region of the screen to capture, providing flexibility to focus on and share only the desired part of the screen. Select Window Capture Mode: Users can capture the content of a single window, enabling more focused and precise screen captures, thus improving user experience and usability. Supports many languages. V1.1: Added capture select window mode. Removed the transparent background in select mode due to the problem with the 16-color. Fixed the issue with the process not being closed. V1.2: Fix bug when selecting the region again in the same process. Add installer and support for multiple languages. Source code : https://github.com/Win2000DevCommunity/Capture-tool You can download the compiled V1.2 version from GitHub.
-
1
-
You should to install Windows media player 11 at first , it has the UMDF 1.0 and the mtp driver.
-
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
strange . What are the programs that crushed ? Is the NT4 installed in English or not? -
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
maybe the SP6a is not installed at before ? -
you can found it in X:\Program Files\Supermium\122.0.xxxx.xx and copy it to X:\WINNT\system32\wbem , but it is not yet stable on Windows 2000.
-
I am trying to create an extended kernel for NT4
windows2 replied to windows2's topic in Windows 2000/2003/NT4
Please what exactly is the problem? -
It is fixed now try it : https://win2k.org/blog/2023/11/05/post-15103/ Thanks to blackwingcat .
-
i think the same files that infuscomus shared them in discord server of win2000_dev_community , because Damnation here is "infuscomus" in discord
-
hi @feodor2 , great work! It works well on Windows 2000 with XP compatibility mode (in virtualbox) but in real hardware it work even without run with XP compatibility mode .
-
I thought this had been fixed, if you are sure that the folder of "Windows 2000 Power Pack" still doesn't get created on a clean installation of the extended kernel then @blackwingcat should know about this .
-
Nice This folder exists in older versions, but there is a version that Blackwingcat start forgot to include, and now it's fixed as well. You can use the Compatible Setting Tool FCWIN (fcwin2k) if any program has a condition to run in newer versions of Windows to bypass it.
-
i talk about the button dialog bug , please re-download the v3.1k version from the blog . and if the database of anti-malware update to v2023.11.0.18 with success ,so if you can make video in youtube explain to the people of Win2000 Yes blackwingcat didn't say he fixed the dialog buttons but when i re-download the v3.1k today , and i test the dialog and it appear correctly :
-
hi all , blackwingcat fix this problem now in revised version of v3.1k download it : https://win2k.org/blog/2010/12/02/1299806
-
Windows 2000 on Compaq Presario C700
windows2 replied to dearleader's topic in Windows 2000/2003/NT4
try the hfslip of blackwingcat. -
I have tested it on Windows 2000, and it appears that it works
-
Last Versions of Software for Windows 2000
windows2 replied to thirteenth's topic in Windows 2000/2003/NT4
NT4 require : [winspool.drv] GetDefaultPrinterW [user32.dll] GetLastInputInfo MonitorFromWindow >> requires monitor struct in win32k.sys GetMonitorInfoW >> requires monitor struct in win32k.sys MonitorFromRect >> requires monitor struct in win32k.sys EnumDisplayMonitors >> requires monitor struct in win32k.sys MonitorFromPoint >> requires monitor struct in win32k.sys [kernel32.dll] GetCPInfoExW VerSetConditionMask GetUserDefaultUILanguage GetSystemDefaultUILanguage -
hi , blackwingcat fix this error in his hfslip , if you option in your bios to set usb keyboards to legacy not exist then you can create hfslip iso of blackwingcat : http://blog.livedoor.jp/blackwingcat/archives/1823238.html Disable the UAC if you use win vista and later in procedure of creation. i made video contain how to create hfslip BWC version : LINK
-
With my project on NT4, I spent most of the summer of this year attempting to create a program that would add registry entries from the results of the RegShot program. Despite not being an expert in C++, I managed to accomplish this through research and experimentation. While it still requires some modifications, it serves as a solid starting point. This program primarily operates by extracting the keys to be added from a .txt file, which is generated by comparing the registry before and after installing software, such as Office 2010, on Windows XP. Later, I adapted it for use on Windows 2000. Unfortunately, Windows 2000 presents a significant challenge as it lacks two critical SIDs: S-1-5-19 (NT Authority - LocalService) and S-1-5-20 (Network Service). Even if I wanted to install Office using my program on Windows 2000, it cannot add the necessary keys for these two missing services. If S-1-5-19 and S-1-5-20 were added to Windows 2000, even the original installer would function correctly. ReactOS faced a similar issue in older versions, which has since been resolved. The only solution to this problem is the imperative need to add both of these mentioned services, which requires a complex modification not easily achievable in Windows 2000. We hope that Blackwingcat succeeds in this endeavor. Our collective hopes rely on him, and we must support him in tackling such a hard task. If anyone wishes to obtain the source code of my program to improve it, please post your request here. The improvement should affect my program because there are issues with handling multiple lines of data values, as they are not properly organized in .txt file during execution. You can find 'EFBE' as an example. If there are unexpected spaces or if spaces do not exist in return to the next line as expected.
-
<FIXED> Windows 2000 Setup and USB 2.0
windows2 replied to jastahooman's topic in Windows 2000/2003/NT4
i see you changed the title to <fixed> what's the better solution you applied ? -
<FIXED> Windows 2000 Setup and USB 2.0
windows2 replied to jastahooman's topic in Windows 2000/2003/NT4
Hi, I recommend you to create hfslip of blackwingcat, it contains USB 2.0 driver during installation. 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
Windows NT4 Extended kernel Hello everyone, During my free time this summer, I made an effort to work on NT4 win32k.sys . Unfortunately, the development of user32.dll is currently on hold. I need to find a solution for integrating structs into win32k.sys. This task has been challenging, as I've been constantly dealing with BSOD errors. Despite the difficulties, I've gained valuable experience from this process. It has been both exhausting and beneficial. I've compiled the files I've developed into a small update, which you can access through the link below. However, before installing this update, make sure to have IE4 and then IE6 installed. SP6AI386 .exe installed on SP1 ISO is required IE4 LINK >> standard installation >> accept add active Desktop feature . IE6 LINK Small Stable NT4KernelEx >> Mega link If you prefer automatic login >> Mega link You can try Added API's : KERNEL32.DLL: Heap32ListFirst Heap32ListNext Heap32First Heap32Next Toolhelp32ReadProcessMemory Process32FirstW Process32First Process32NextW Process32Next Thread32First Thread32Next Module32FirstW Module32First Module32NextW Module32Next CreateToolhelp32Snapshot shell32.dll: SHGetFolderPathW SETUPAPI.DLL : SetupDiEnumDeviceInterfaces pSetupMalloc pSetupRealloc ADVAPI32.DLL : ConvertSidToStringSidW OLE32.DLL : CoWaitForMultipleHandles user32.dll: GetLayeredWindowAttributes GetMonitorInfoW MonitorFromPoint MonitorFromRect SetLayeredWindowAttributes EnumDisplayMonitors GetMonitorInfoA MonitorFromWindow -
No this problem is not because mypal 68 , this error appear to me even in windows 10 google chrome , and it not appear directly to me it show me the page 3 second and then it broken. Try this link in the 3 second i copy it to you : http://win2k.org/cgi-bin/dl.cgi?file=NETFX40JA2K.wlu but this language pack it is not required.
-
no don't download the files again you can enable the copy paste , and drag and drop : from here you can download it ,his size is about 6 Mb and it is not necessary : http://blog.livedoor.jp/blackwingcat/archives/1707344.html and install the latest extended kernel 3.1j5 , and chose the options as i tell you in previous comments , the ram memory in virtual box chose it 2 gb and 10 gb stockage . and after all click in insert guest additions CD image as the picture and go to my computer and install it.