Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/09/2023 in all areas

  1. Why not, sure. But it's some nice picture, that's all Mina!
    3 points
  2. I never said this was portable (whatever that word means in regards to that matter) it is only a package in which the important browser files are so you only need an usual decompressor to get the files and avoid an installation process. The user data folder can be set up on any path you want using the --user-data-dir flag when the browser launchs. Probably because the website uses JS for its normal functions. It will assume that a browser that blocks/can't process JS files to be IE (but that's a guess on my point of view). I think it is the default thing on all browsers, you can set the setting as you want after the first launch. Nah, I don't know how to modify the looks of the interface. However, I think you can test installing theme extensions from the webstore. I remember installing a dark one but it didn't look pretty.
    3 points
  3. I updated my website now https://computer-central.godaddysites.com/ it now has a Linux-Central (For Linux Fans) and a Windows-Central (For XP-7 Fans) a site for whatever os you use (and the support page here is back)
    2 points
  4. No, I provided a package called MiniBrowser_Rebase.7z for that. Your welcome.
    2 points
  5. Moon and ice (Lapland, Sweden, 01/06/2023)…
    2 points
  6. I'm also on Arcolinux Forum now (I'm working on slowly switching over to linux eventually and want all the knowledge I can get) it's my plan to eventually move all my computers to linux
    2 points
  7. Thank you I didn't know that but I new where the directory was/is as I monitor appdata/application data folders often. I knew it was not portable but I don't mind that. For me: C:\Documents and Settings\DELL\Local Settings\Application Data\DcBrowser\User Data
    2 points
  8. We generally refer to that as portable also. Some (but I am not one of them) do not classify WEB BROWSERS as "portable" unless ENCRYPTED COOKIES AND LOGINS also migrate from one PC to the next.
    2 points
  9. Hello Windows Updaters, here are some news. THE NEWS WIndows Update v3: The Windows Update v3 website is still experiencing issues, and we're working to solve them. However, there's an url : http://windowsupdate.overrender.com/R1201/v31site/default.htm (the website is still work in progress). We also discovered the Windows Update Catalog v3 (for update from Windows 95 to Windows 2000 Service Pack 2). WIndows Update v4: Windows Update v4 is missing the results.asp page. Without this page, you simply can't install updates. The Windows Update Catalog is not working at all. If any of you find the good results.asp, send me a private message and I'll try it. This would save us a long time of coding the page. WIndows Update v5: Windows Update v5 is now available in 22 languages, all included in the same folder (v5consumer). Once the pictures will be done, the Windows Update v5 pack will be released. If anyone wants to help us with translating the pages in any other languages (like Japanese, Chinese), send me a private message or join the Discord server. Any of you can help us. Don't worry, this project is not for 3 people only! If you have updates stored on your computer for old Microsoft Operating Systems, you can also offer them. All is accepted ! Credits: Thanks to all the members of this project, especially @WinFX!
    2 points
  10. I don't think so, because, look at this post for example, and this too, these posts are technical, yet they are posted in non-technical topics, Unless I misunderstood/missed something. Sure, let me try to re-phrase it - it's just if he were to focus on technical topics, they're better off in technical parts since it's where people would naturally look rather than here where we talk about random stuff. Nothing wrong with "off-topic" of course, given the dynamic flow of conversations.
    2 points
  11. There are even more good news about XP SP2 bit 64. Now we have brandnew acpi.sys, intelppm.sys and hal.dll. The timer problem is gone, the big powerconsumption from 54 watt ==> 1.6 Watt on 0% load and the crazy Bsod C0000034, which needs hard work as much as possible with interpreting results of Windbg over COM1 connection Dietmar
    2 points
  12. Hi All x64 acpi.sys BSOD 0x000000a5 (..., ..., C0000034, ...) workaround is ready, not published, need more testers. Solved problem with postponed SSDT table loading
    2 points
  13. This project make possible to compile ACPI 2.0 driver from leaked XP SP1 & W2003 RTM sources, has same functionality as existing acpi.sys v6666 (still missed integer/fields/memory 64 bit support/) Grab leaked XP SP1/W2003 RTM sources (google it) Use "XPSP1/NT" directory as basedir if you want to compile acpi.sys for Windows XP x32 Use "Win2K3/NT" directory as basedir for Windows 2003 x32 / Windows 2003 x64 / Windows XP x64 Download any GNU patch package for windows (gnuwin32.sourceforge.net, cygwin, mingw, msys2, ...) Open command console, change current dir to base\busdrv\acpi\ (Windows XP x32) Save text diff patch https://pastebin.com/C5NXwHbS (v7 update) to file base\busdrv\acpi\sp1_to_sp3(ACP2).patch (Windows 2003 x32 / Windows 2003 x64 / Windows XP x64) Save text diff patch https://pastebin.com/8QURrM49 (v7 update) to file base\busdrv\acpi\rtm_to_sp2(ACP2).patch (Windows 2003 x32 / Windows 2003 x64 / Windows XP x64) Rename Win2K3/NT/public to Win2K3/NT/public2 (Windows 2003 x32 / Windows 2003 x64 / Windows XP x64) Update compiler and headers to mix of W2003 DDK+WRK, unpack https://anonfiles.com/J1W9H1a8y1/W2003_tools_update_7z to basedir with overriding existing files Remove "read only" flag from base\busdrv\acpi directory including sub-dirs and files Apply patch to convert original SP1/RTM sources to SP3/SP2 with extended ACPi 2.0 syntax: patching file driver/amlinew/amlipriv.h patching file driver/amlinew/amlitest.c patching file driver/amlinew/data.c patching file driver/amlinew/misc.c patching file driver/amlinew/object.c patching file driver/amlinew/parser.c patching file driver/amlinew/proto.h patching file driver/amlinew/type1op.c patching file driver/amlinew/type2op.c patching file driver/inc/aml.h patching file driver/nt/debug.c patching file driver/nt/debug.h patching file driver/nt/devpower.c patching file driver/nt/internal.c patching file driver/nt/interupt.c patching file driver/nt/irqarb.c patching file driver/nt/osnotify.c patching file driver/nt/pciopregion.c patching file driver/nt/rangesup.c patching file driver/nt/root.c patching file driver/nt/wake.c Change current dir to basedir (Windows XP x32 / Windows 2003 x32) Run razzle environment setup: (Windows 2003 x64 / Windows XP x64) Run razzle environment setup Change current dir to base\busdrv\acpi\driver\ Complie ACPI driver: build /Dcegbw Compiled acpi.sys.sys will be in (x32) base\busdrv\acpi\driver\nt\obj\i386\ or (x64) base\busdrv\acpi\driver\nt\obj\amd64\ Project contains implementation of new ACPi 2.0 syntax: ToInteger ToString ToHexString Continue ConcatenateResTemplate ToDecimalString Mod ToBuffer CopyObject MidString QwordConst (inside ParseIntObj) Timer CreateQWordField(fake it as CreateDWordField) Know issues workarounds: BSOD 0xA5 (0x10006, ...) missing _DIS method for "PNP0C0F" (PCI Interrupt Link Devices) BSOD 0xA5 (0x02,xxx, 0x0, ...) ACPI vs E820 mem ranges conflict IOTRAPS I/O range 0xFF00-0xFFFF vs VGA (10-bit decode!) conflict BSOD 0xA5(0x03, ..., C0140008, ...) error in ValidateArgTypes() when reading 64-bit fields BSOD 0x7E(c0000005, ...) error in AcpiArbCrackPRT() when referencing null pointer BSOD 0xA5 (0x11, 0x08, ..., ...) error in _AMLILoadDDB() (zero lenght buffer) BSOD 0xA5 (0x11, 0x08, ..., ...) error in _AMLILoadDDB() (doubled device definition) BSOD 0xA5 (0x0000000D, ..., 0x4449555F, 0) absence _UID method BSOD 0xA5 (0x11, 0x08, ..., ...) error in _AMLILoadDDB() (Connection() opcode) CPU definition as Device with _HID=ACPI0007 BSOD 0xA5(0x03, ..., C0000034, ...) postponed SSDT loading on x64 platform (v8 update) Assertion Fail on loaddsdt.c, line 488 for x64 builds (v8 update) Unresolved issues: BSOD 0xA5 (0x0000000D, ..., ..., ...) duplicated/absence _HID/_UID method (AMD boards) BSOD 0xA5 (0x2001, 0x01, 0xC0000034, ...) failure to evaluate the _PIC method in NotifyHalWithMachineStates() Conflicted device names in Windows device manager (Code 42)
    1 point
  14. Sad news for everyone here at MSFN. One of our forum supervisors, Dencorso, passed away on October 24th, after a long and courageous battle with cancer. Apparently he was still upbeat and optimistic about the future a few weeks before he passed. My memories of Den go back quite a few years. He was incredibly helpful to me with technical problems, which is what this board is all about of course, initially mainly with Windows 98, and latterly with Windows XP. He was immensely supportive too when I first became a moderator here, something I will always be grateful for. He was definitely one of the good guys, and will be sorely missed here. Please add your memories here of working with Den. Thanks, Dave.
    1 point
  15. ..and these Americans... (cool picture, that's all)
    1 point
  16. Hm, quoting gone wrong...I'll try quoting both separate posts rather than quote the quote... Yeah, I also see it funny, just comes out differently.
    1 point
  17. Any thoughts? I do agree with how he put it. I'd also add one should try to be kind to oneself. Now I'm a cynic, but can't shake the feeling I'm missing out. The logic tells me it's fine, it's nothing special. But is it really? You know, the theoretical possibilities of how things could be different in a positive way.
    1 point
  18. I don't understand this. Are you like, trying to tell us to comment under the posts you make here?
    1 point
  19. I don't plan to ever abandon msfn thou (I have to many friends here)
    1 point
  20. Too bad, agree, and I wouldl never switch over unless it stopped working at all that is why I use live sessions rather than to install them (the distros)
    1 point
  21. This is a sad moment for me, whenever I see people who were originally using Windows and then migrate to Linux, it makes me feel sad. I've personally never used Linux or any other OS in my life, only Windows.
    1 point
  22. Yeah, the news is mostly to get everyone worked up.
    1 point
  23. Good luck, but maybe only a few of your computer and (at least) keep a few with windows just for practice. I use Linux but am not on any forum and just do 'live sessions' from the DVD to RAM with limited functions. Enjoy what you do and do what you enjoy.
    1 point
  24. https://www.ksat.com/news/local/2023/01/04/whataburger-bringing-back-dr-pepper-milkshakes-for-limited-time/ Whataburger bringing back Dr Pepper milkshakes for limited time SAN ANTONIO – Whataburger is bringing joy to Dr Pepper fans this new year — The Dr Pepper Shake is back. The San Antonio-based burger chain announced that the shakes will return to stores for a limited time. The popular shakes consist of a vanilla shake base and Dr Pepper syrup. “Our Dr Pepper Shake is as unique as Dr Pepper itself,” Rich Scheffler, Whataburger’s senior vice president and chief marketing officer, said in a news release. “This shake lets customers experience their favorite soft drink in a new way.” The price of the shake varies by market.
    1 point
  25. Risk Map from crisis specialist A3M: Which travel countries are the safest 1/9/2023, 11:25:35 AM ...and bigger map here: https://www.global-monitoring.com/wp-content/uploads/2022/12/2022-12-06-A3M-Risk-Map-2023.pdf Wars, unrest and natural disasters have accompanied us in 2022. Has the world become more dangerous for travelers than ten years ago? A new risk map provides answers. New risk map: has the world become smaller for travellers? Photo: A3M Global Monitoring Here: https://newsrnd.com/business/2023-01-09-(s%2B)-risk-map-from-a3m--which-travel-countries-are-the-safest-and-which-are-the-most-dangerous.B1OMc9Y9s.html
    1 point
  26. 1 point
  27. Baba Jaga vibes… Creepy street lamp in Wrocław, Poland… Baba jaga is the Polish spelling of the same witch/creature folklore (most languages: Baba yaga). Wrocław is a city in Poland, thus baba jaga is perfectly in context…
    1 point
  28. Yeah, we did a very great work to get this website working! Sadly, the most important page is missing... But the site itself is working, with the history, the personalization, etc. The site is still Work In Progress, I'm working to solve that damn 404 error.
    1 point
  29. 1 point
  30. No more my problem: I've found the solution, I think..: under Settings/'Cookies and other site data', here you have 'Clear cookies and site data when you quit Chromium' - switch slider to the right. So now ALL should be automatically deleted when the browser is closing?.. BUT I've links on the New tab.....hmm For dark mode, I've tried this: Type: Chrome://flags: Enabled: Force Dark Mode for Web Contents and: Web Platform Controls Dark Mode - so now I could've nice dark windows of extensions (uBlock..)... but I decided to return from this dark style, enough is enough for me. MiniBrowser has it already been rebased, please?.. I think so, but I've rebased it just in case, and now it weights 144 MB (416-272=144 MB), today after my rebase... _________________________ I've rebased Dll's in DCBrowser ( version Modified12.2022) today: - before rebase: 458-272=186 MB - after rebase (launch of rebase.bat and libase.exe under browser folder): 449-272=177 MB now. So DCBrowser lightened by 9 MB.. not so bad! But MiniBrowser is lighter: its weight is of 144 MB for browser v1.0.0121 only, here... 33 MB lighter.
    1 point
  31. Thanks for your additional input ; however, I don't have an account with imgur , all my image uploading there is done through an anonymous/not-logged-in session... Additionally, via a userscript and some protected imgur cookies, I still use the "old" imgur layout, which is much more lenient on H/W resources; "Share Options" here only include below four: and of these, as stated already, I always choose the "BBCode (Forums)" one...
    1 point
  32. Direct Link is the name of the text on the share options list, but maybe Imgur has different locale text. This is the text that is seen if you look at an image in your library.
    1 point
  33. Users have the ability to report a PM.
    1 point
  34. You're welcome! Glad I could help a bit!
    1 point
  35. No disagreement here. Just saying it's not exactly "black and white". This old dinosaur drives a '55 Dodge Coronet, a '61 Studebaker Hawk, a '90 Eagle Talon, and a '91 Dodge Stealth R/T.
    1 point
  36. Assuming this question is for me, Xidel already does exactly that; download stuff sequentially.
    1 point
  37. It might be possible to install Windows 7 on that device. It looks like you have a Surface Go 3, which is a 10th gen Intel, which is unsupported, but it is possible to run Windows 7 on that device, as I have on my MSI GF63 Thin. I have also successfully installed Windows 7 on the Surface Pro 1, which is a UEFI-only device, see here for more info: You can use the ISO linked in the post, which uses the Windows 10 PE, and follow the same directions, but you will have to modify the ISO by making a new Windows 7 install.wim by taking the original one, and slipstreaming drivers into it. You will need to slipstream a USB 3.0 driver, which you can get here: https://forums.mydigitallife.net/threads/usb-3-xhci-driver-stack-for-windows-7.81934/, and a graphics driver, but I am pretty sure such drivers do not exist for Windows 7, but you may not need them. You will also need to use FlashBootPro EFI files or UEFISeven for WIndows 7 to boot, but I would recommend the former, as it worked for me. FlashBootPro EFI files should be included in the ISO, so you should be able to boot Windows 7 with those files. However, it looks like you have an eMMC SSD, and I'm not sure if it is possible to install Windows 7 on an eMMC SSD, but @George King has claimed to have done so. See these posts for more info: The NTOSKRNL Emu_Extender can be used for the eMMC SSD and potentially the graphics drivers, and maybe Wi-Fi drivers, which will not work with Windows 7, so you may have to use a wireless adapter. You can also look at XP2ESD (https://forums.mydigitallife.net/threads/tool-xp2esd-create-modern-windows-xp-installer-v1-6-2.82935/). In the folders, there may be some helpful apps/drivers to help you install Windows 7. Another thing to mention is that I have tried to install Windows 8.1 on a Surface Pro 6, but I get the INTERNAL_POWER_ERROR BSOD. I don't know if it will be the case for your Surface Go 3, but it's worth mentioning. I tried Server 2012 R2 and it worked flawlessly, so maybe you could try using Server 2008 R2. You can also try deleting the IntelPMT.sys driver, here is how you can do so: If all else fails, and you only want Windows 7 for the interface, I made a modded version of Windows 8.1 that looks almost identical to Windows 7, or you can install Windows 8 8056 which is the closest build to Windows 7 that has built-in eMMC support, which can be found here. I can't post the links here, but you can look them up. The only caveat is that you have to set the BIOS date to 7/27/2011, then somehow debomb it after. It has some elements of the Windows 7 interface, such as Aero, but also has some elements of the Windows 8 interface, such as the login screen and start screen.
    1 point
  38. Thoughts on Becoming a Proper Kind of Man Dry Creek Wrangler School "When I joined the military, I was astounded at the number of guys that didn’t know how to do anything. They couldn’t work with tools, didn’t know anything about cars, couldn’t cook, clean, balance a checkbook the list goes on. I had to ask one of them why they didn’t know how to do anything. The answer I got was: “I didn’t have anyone to teach me.” So, I think a big part of being a good man, is teaching young men how to do stuff and how to live and work in society." How to Deal With Loneliness Dry Creek Wrangler School "If tearing people down to your level is the only way to achieve equality - that's not equality." This is the message millions of people - young men and women - needed to hear at a younger age."
    1 point
  39. Right! I use the full paid version. IDA is a good download manager and has been maintaining compatibility with Windows XP for years.
    1 point
  40. Recollecting from memory (must've been 5 years or more since I last used it ), it used to be that the Russian "edition" (DM) was full-featured (for mainland Russia market), whereas the int'l version of the app (i.e. IDA) had a "crippled" free version, unlocking the full features required a paid (PRO) licence ...
    1 point
  41. Sorry to reply to such an old post, but did you ever get a chance to intercept the requests to the server during gameplay when it was working? It would help with reverse engineering the game. Also, do you remember if it connected to the server via https? If it did, that is probably a reason it was shutdown, because for Windows ME to connect using https, it would need to use really old outdated cipher suites and a SHA-1 certificate.
    1 point
  42. I think the English version is called Internet Download Accelerator. I use it in Windows XP for years. Look here: https://westbyte.com/ida/index.phtml?page=download
    1 point
  43. Do good and feel well - feel good and do well. Hmmm that feels right to me today and I am left-handed thus I'm in my right mind
    1 point
  44. champagne supernova (by the original oasis)
    1 point
  45. You might find interesting iamtiredof's info from GOG Forum. They've singlehandedly tested Windows 7 compatibility for over hundreds of GOG games demanding Windows 10 in system requirements.
    1 point
×
×
  • Create New...