Content Type
Profiles
Forums
Events
Everything posted by windows2
-
Does Discord web version work on various Windows XP-compatible browsers?
windows2 replied to youself's topic in Windows XP
I tried Discord with Windows 2000 in Serpent 52 and BNavigator of roytam1, and it worked fine. So, I can confirm that these two also work with XP -
The host machine does not have any impact , but maybe you need to replace the progwrp.dll in system32: https://github.com/win32ss/supermium/files/14072900/progwrp.zip , and in shortcut make : --no-proxy-server --enable-features=NetworkServiceInProcess --disable-background-networking --no-sandbox --single-process --disable-gpu
-
first you should to download the latest version of wlu updator v1.6 : http://www.win2k.org/wlu/wluen.htm the first execution of the Windows2000-KB935839-v31lM-x86-ENU.wlu with double click on it and wait few second, if some update not installed the installer will install them , then restart the system , then you should to run the .wlu file again and the panel of extended kernel will appear select your options a mentioned in capture at first and install then restart. and then as @woi mention in supermium make a shortcut with "--no-sandbox --single-process --process-per-site" this video explain how to install extended kernel from scratch if the windows 2000 iso is original :
-
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