
Nomen
MemberContent Type
Profiles
Forums
Events
Everything posted by Nomen
-
I know it's lame to just jump in here and ask, I know that a lot of work has gone into exploring, modifying, creating these browsers, but I just don't have time to come up to speed and understand it all. A computer I built for a relative on hardware that's about 10 years old is running XP but the browser is holding him back and the choice is to either find a browser that works or somehow put windows 7 on the PC. So I'd like to try what-ever is the most turn-key solution to giving an XP system the most reliable, compatible and secure (malware-free) browser. So can someone point me to which-ever browser project fits that bill?
-
I figure I'd ask this here, as FF2 is still pretty functional for me for the sites I go to on my Win-98 systems but nowhere else are you going to get FF2 support or interest. There's a website I hit that always give me the error "n.bind is not a function" and references a particular .js file. There's a setting in about:config (layout.css.report.errors) that I've changed from True to False but that changed nothing. Some suggestions I've found say to disable it through the Web Developer toolbar, but I have no such toolbar installed nor do I see "web developer" under the tools drop-down. Is there anything I can add to about:config to disable error console popups? Bonus question: Because of some mods I've done in my hosts file, I frequently get the "Security error: Domain Name Mismatch" error window. Is there any way to disable that?
-
I extracted the files advapi32.dll (98 kb vs original 605 kb), advapibase.dll and ntext.dll from George's mediafire link. My version of winrar must be incompatible with the .7z file in question, I had to download and install a trial version of winzip to extract the files. I placed those 3 files in my c:\windows\system32 folder. I did this by booting the PC into DOS (I have XP running on a FAT32 drive in this PC, the boot menu gives me the choice to boot into DOS or XP). Otherwise XP was interfering with me changing advapi32.dll while XP was running. I made a backup copy of advapi32.dll first. With the changes, XP started fine, no indications of anything wrong. I checked and advapi32.dll was not replaced by a version from the dllcache. I thought I might have to register advapibase.dll but my attempt to do that resulted in a DLLRegisterServer entry point not found message. But XP was up and running, so if this is an important system DLL then it seems to be working. I ran the TWS offline installation file, and son of a gun it worked! The application installed the newer version of TWS with no issues. Now, would it run? Yes! So thank you George for the info about One-Core-Api. And also thank you Gerwin, I had a look at the github project you posted and was trying to decide which one to try first.
-
I'm trying to install an application on an XP-SP3 (32 bit) that claims to be compiled for windows-x86. I am currently running a previous version of this application. I am trying to run the offline installation package for it. I am getting this error: The procedure entry point RegGetValueA could not be located in the dynamic link library ADVAPI32.DLL. Some web-searches I've done might be indicating that that function is only available when running XP 64 bit? Anyways, I have version 5.1.2600.6987 (12/17/2015). Any chance that there is a more recent version that might have this function? There is KernelEx for XP isin't there? Might it help with this?
-
There's a difference between "supporting windows 7" and being "compatible with windows 7". You would think that to avoid customer confusion and to avail yourself to every possible sales opportunity you would add Windows 7 (and even XP) to your COMPATIBILITY list. Perhaps, having been pre-formatted as FAT32, they have some sort of arrangement with microsoft that stipulates that they can't have Win-7 on the compatibility list if MSFT doesn't want to see it there.
-
I was looking through the website of a local computer/electronics store and going through their selection of USB thumb drives. I needed to buy a couple, didn't have to be larger than 8 gb or be USB 3 but you can't find anything less than 16 or even 32 gb these days and apparently even finding USB-2 is not possible at this particular store. I settled on this: Kingston DataTraveler Kyson, 32GB USB 3.2 Gen 1 I assumed it would "just work" when plugged into any old-school USB 2 port, but still I wanted to find some tech specs saying that. On Kingston's own website, they say this: Compatible with Windows® 10, 8.1, 8, Mac OS (v.10.10.x +), Linux (v. 2.6.x +), Chrome OS™ Hmmm. Why only Windows 8/10 ? What sort of magic does this drive have that it's not even compatible with Win-7? It doesn't even explicitly say "compatible with USB 2" port - is that such a big deal to say? I bought a couple. About $10 each. I've tried one. Plugged it into my Win-98 PC (pretty close to a 20-year-old socket-478 P4 Soyo motherboard) and Win-98 recognizes the drive just fine. Scandisk, chkdsk, no problem. They report the drive is FAT-32 formatted, 16kb size allocation units. I'm assuming that Windows 7 will also see this drive and be fine with it. So why does Kingston leave out Win-7 on the OS compatibility list? They go out of their way to say "10, 8.1, 8" - why not instead just say "Windows (all versions)" ? Now I will say that on the package, on the back, is a small chart, showing the various OS classes on one axis and USB-2 and USB 3 on the other axis, with checkmarks filled in showing yes, every listed OS is compatible with both USB-2 and USB-3. But even on the Windows line, they again list Windows 10, 8.1, 8. Plenty of room to add a 7 on that line. Strange. Maybe they think people would equate seeing win-7 with product age or technological inferiority?
-
Thanks! Github is always a confusing place for me to navigate. But yes, I found what you are talking about here: https://github.com/nalexandru/api-ms-win-core-path-HACK/releases/tag/0.3.1 And yes, placing the dll in system32 did the trick. I guess this would also be needed for 64-bit Win-7? The program I'm running is also based on python. For more on this issue, see the following: https://vigilance.fr/vulnerability/Python-executing-DLL-code-via-Windows-7-api-ms-win-core-path-l1-1-0-dll-31456 https://github.com/python/cpython/commit/561c59777c8426fde0ef48b57cf02eddaeb2a5b8 (that's where I see reference to the KB's) https://www.smartftp.com/en-us/support/kb/2695
-
This is Win-7, 32 bit. I'm trying to run a program and I get this error: "The program can't start because api-ms-win-core-path-l1-1-0.dll is missing from your computer." I see lots of similar issues for that particular dll and pretty much zero resolution for it. Seems to be specific problem for win-7, possibly that file originated with windows 8? I've gone down a few rabbit holes looking for a solution, and one path points to windows6.1-kb2533623-x86.msu as a possible solution. The only place I was able to find it was the wayback machine. I ran it, but it said it didn't apply to my system (?). That KB is possibly superceded by kb2758857. I have obtained a version of that one, I haven't run it yet. Another rabbit hole indicated that vc_redist.x86.exe (Microsoft Visual C++ Redistributable) might fix the problem, but I ran that, and the problem remains. Does anyone running Win8 or higher have that file? (api-ms-win-core-path-l1-1-0.dll) I'm just wondering for what versions of windoze can that file be found on, and why not for win-7. And if anyone has any answers for what kb2533623 / kb2758857 were for?
-
I'd like to think we were all living a little vicariously through John the last few years. The photo's of him holding a rifle in the jungle, who could argue with that?
-
I have both grep and qgrep on my win-7 system (and qgrep on my win-98 system) and generally I can get it to do what I want. But a current task is really p***ing me off. I want to extract from my router's log files all lines that contain "SRC=18." I don't want lines that contain "SRC=186.43.what-ever". Just the lines where the first octet is 18. not 185 or 189, etc. My command line is [qgrep -e "SRC=18." *.log > out.txt] But my output always includes 18n. and 18. It's as if the "." is being completely ignored in the search string. It doesn't matter if I put the search string in quotes or not. Any ideas? Edit: see also https://stackoverflow.com/questions/10346816/using-grep-to-search-for-a-string-that-has-a-dot-in-it :-( Edit: Ok, all I needed to do was put the period inside square brackets. Don't need to put quotes around the whole thing either.
-
What is the fundamental flaw in browser technology that makes "page parking" such a performance / memory hit for browsers? What on earth is going on in the background that is causing browsers to eat up memory for pages that I think are not really doing anything and that I'm not even looking at?
-
Right now I have FF ESR 52.9.0 with 24 tabs, Seamonkey 2.53.7.1 with maybe 18 tabs. I was using I think FF 39 but a few things really didn't work correctly (like entering posts on this site but reading was ok). Dell Latitude 6420 with core i-7 and 4 gb ram, win-7 ultimate with 4 gb ram. Memory useage - Seamonkey and FF are both creeping up as I watch task manager window, Seamonkey is 636 mb, FF is 738 mb. Seamonkey has 16 tabs, one is streaming audio from a website (local EMS/fire scanner) but the other tabs are mostly ebay items. Thunderbird is 195 mb (static) and dwm.exe is 61 mb. 56 total processes, CPU usage 5 to 12%, physical memory 85%. Looking again at FF memory usage is now 793 mb. (I left the computer running for an hour, get back and see it's under 700 mb). At some point some graphics elements in FF web pages starts to become black boxes or graphics are distorted and that's when I know I have to shut-down FF and restart it. That seems to happen if I have 40 to 50 tabs. FF can be stable with that many tabs but if I do an address-map lookup in google and open the map view that will usually tip FF over and it will become unstable soon after. FF tabs are (4) web forums, (3) google search results, (5) financial charts or info (2 static, 3 real time charts), the rest are to web sites with static info of some sort that I want to keep open / quickly available until I'm done with them (but some I will not look at for maybe weeks at a time). If I find a reason to open a page because it contains something interesting or useful for the moment I tend not to close it until I'm absolutely sure I won't need to hunt for it again. I will occasionally bookmark all open pages but I rarely call up bookmarked pages because I find the FF bookmark interface inefficient or clumsey to use. When I kill FF (sometimes I have to use task manager) and open it again I will select last browser session (which was the last session when FF was closed while it was stable) and all tabs at that time are re-loaded. I'd like to know more about cross-site info "stealing" and if there are settings to prevent that - how. I do use noscript and de-activate MANY sites (double-click, amazon, fecebook, various google-ad things, etc). Very large HOSTS file also in use.
-
Is there an add-on or something that will tell me / show me the memory usage of individual tabs? And / or browser settings that limit or stop page caching or other junk like that?
-
Is there a forum anywhere on the net where the topic is either browser choices and advanced config / optimizations for Win-7, or perhaps more specifically a Firefox forum focused on using older versions of FF? I'd like to keep using FF 5x on Win-7/32 and I want add-ons like RIP / Nuke This / No Script (etc) to work properly. I also want to be able to keep 25 to 50 tabs open without the browser kacking every few days because it's got a memory leak or something causing it to consume 500 to 800 mb of ram.
-
This Del e6230 gave me the option in bios to boot UEFI or legacy, and because I'm old school I chose legacy and because of that there's no access to MSDM table - yes? But there is a SLIC table, most likey containing win-7 OEM key. But the MSDM table would contain what- win-8 or maybe even win-10 key? Bigger question - even if I did set for secure boot uefi would a fresh install of win-10 on wiped drive pick up the oem win-10 key automatically?
-
Man, what a battle it was to remove the system's ability to mess with my version of the hosts file. Disabling inheritance and taking ownership of the /etc folder was I think the primary thing that had to be done, and first removing everything from being able to access it (and the hosts file) except me and then adding in SYSTEM and ALL APPLICATION PACKAGES with read-only access. Before that I downloaded something called "configuredefender.exe" and thought I applied a restriction on the /etc folder but this didn't seem to work. I don't think there is anything like a config interface in control panel for Defender in Win-10 like there is for other windoze versions. And again, I don't know technically if this is "Windows Defender" or "Microsoft Defender" we're talking about here.
-
I've installed a "take ownership" reg key and have modified the hosts file but something (I think it's Defender) keeps messing with it. They say that you can tell Defender to not mess with chosen files / folders. But I can't find any settings for "Defender". I can only find settings for "Windows Defender Firewall". So what's the deal here? Is there a "Windows Defender" on a win-10 system, and is it separate from the firewall? In any case, how do I disable these security scans for selected files/folders?
-
I selected a dozen or so .png files in file explorer and hit enter, and a window opens that wants to print them. I wanted the default win-7 photo viewer to open, but it did not. I don't like the default win-7 photo viewer, so I went and downloaded / installed irfanview. I had it associated to all image file types. I went back to the folder with the png files, they now appear with irfanview icon. I selected a bunch, hit enter, and still a window opens and wants to print them. I went back, selected them, then I right-click. At the top of the context menu is PRINT. The third option is PREVIEW. I select Preview, and Windows photo viewer opens and shows them. WTF is going on, and how do I make it so that the default operation when selecting 1 or more PNG files is to OPEN them in irfanview? edit: If I select 15 of them and hit enter, then they open in irfanview (in separate windows, which I don't like because it's a pain to close them). If I select 16 and hit enter, then I get the print window. ???
-
I have a Dell E6230 that was bought as a refurbished item and it came with Windows 10 home for refurbished PC's. That's whats on the COA sticker. It was never used or activated. I'm downloading the Windows 10 home ISO's (32 and 64 bit) right now and will find some way to put them on a bootable thumb drive. I'm wondering if the 64 bit is really the way to go. The specs for this laptop are: Dell E6230 4 gb ram (DDR3, 1333 mhz, dual interleave 2 DIMM modules) Intel Core i5-3340 2.7 ghz, 2 cores, HT capable, EM64T I do not have UEFI boot enabled - I would rather not have to unless it's really necessary for Win-10. This laptop will see light use as a browser, email, etc. No games. I'm wondering if 64-bit windows will give better performance vs 32 bit or is there more "overhead" with a 64-bit OS? The Dell chipset drivers for this may very well be 32-bit but somehow dressed up as 64-bit. I see there is a bios update that addresses CVE-2018-3639 & CVE-2018-3640. I have a fuzzy recollection of those vulnerabilites and thought that their mitigation at the bios level came at a CPU performance price. Is that true? Seems that browser updates have also mitigated these vulnerabilities so again is the bios update worth it? And one more thing: Is there anything I can do with the ISO to strip away or remove any telemetry or give the laptop a little (or a lot) less of a connection to the mothership? Is it possible to install and run a win-10 home system without having to set up a microsoft / office account?
-
This is on a laptop. I reduced the screen resolution and was able to grab the title bar with the mouse, then changed the resolution back. Is there any setting to always keep the title bar in view (or at least "grab-able") ? One more thing: I'm running FF 39 on win-7 and when viewing msfn the text entry box for posting is a thin strip - not accessible for typing. I had to view-pagestyle-off to be able to type these posts (in a little teeny box but at least it's possible).
-
This really bugs me when it happens. The title bar for a window is off-screen (above the top of the screen) and I can't grab it. Alt-spacebar gives me the menu and I select move, but another problem is that my down-arrow key doesn't work. I found out about a key combination that substitutes for the down-arrow before but I can't find it now. Why can't the mouse be used for the move? The mouse does nothing. Bonus question- is there some arcane setting somewhere that will prevent the title bar of any window from being moved completely off-screen?
-
So none of the service packs for NT4 addressed the 28-bit LBA issue? We know that XP-SP0 had the issue and was fixed relatively quickly in 2001 or 2002, and win-2K also had the issue and was fixed, but MS did not fix the issue with NT4? Perhaps because SP 6a was released in Nov 1999 - this predates any of the 28-bit LBA fixes from MS I guess. Note this from wikipedia: ----------- Service Pack 7 was planned at one stage in early 2001, but this became the Post SP6a Security Rollup and not a full service pack, released on July 26, 2001, 16 months after the release of Windows 2000 and nearly three months prior to the release of Windows XP.[40] ------------ So I guess there was no LBA-28 fix in that security rollup? Can no files from Win-2K be used by NT4 in this regard? Does the Intel Application Accelerator package apply to (and therefore fix) NT4's problem with LBA-28?
-
I tried searching for this on the web in general and also here at msfn and couldn't find anything. Other than perhaps a 2 tb max which is a common limit for a lot of motherboard/OS combinations, does NT4 (SP6) have any specific limitation on hard drive size - specifically for IDE drives? I'm currently running a couple of NT4 servers (one on a P3 motherboard, another on a P4 motherboard), both currently have 80 gb drives, and I'm thinking of cloning them to 240 gb SSD and then using a small IDE-SATA adapter to run them off the SSD instead. So I'd be going from 80 gb to 240 gb in this case, which would cross the 137 gb LBA barrier.
-
IDE - SATA converter boards (using them under win-98)
Nomen replied to Nomen's topic in Windows 9x/ME
The Soyo motherboard in question has a 2002 or 2003 bios and I'm sure there are no socket-478 P4 motherboards ever made that were not LBA-48 bit capable straight from their original factory V1 bios. I could have formatted the drive as a single volume (single primary partition) even booted directly into DOS, but if I wanted to test the ability to read and write to logical sectors far out beyond the 137 gb point I assume that by creating 4 volumes as I did that the volumes are assigned fixed sector positions (start and end) and thus writing directly to the last volume would have beyond the 137 gb point.