Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hi I have Supermium ungoogled last version, passwords not saved, password manager empty, no offer to save passwords. Is that normal for this version. Thanks.
  3. Today
  4. Using steam on windows 10/11 I downloaded GTA V Legacy Edition and copied everything in the following folder to my Windows 7 PC C:/Program Files (x86)/Steam/steamapps/common/Grand Theft Auto V roughly 115GB-ish Make sure these files arent on any kind of external storage device ( preferably copy them to the C: drive if possible ) Now to get the game to actually run without the launcher 1. Download the modded GTA V files from here https://archive.org/download/grand-theft-auto-v-retail-pc_20220422/Updated Crack.rar 2. Overwrite the existing files with the modded ones 3. Install the modded social club client ( works on windows 7 sp1 ) ( in link above ) 4. Defualt language will be Russian for some reason, to change this open steam_api.ini scroll down to "language=russian" and change it to your desired language
  5. You please always give exact links I checked these on 74 and 68 - all work equally - nothing to do. midilibre.fr - videos played equally https://www.koreus.com/video/eriovixia-gryffindori.html video loads only on the site reloading. Also when you check 68 and 74 do you use the same profiles?
  6. In the Taskbar settings of StartAllBack, I can't seem to find a setting for the font size for toolbar folders (quick startable folders that can be added to the taskbar). Default font size is way too small compared to the rest of the taskbar or desktop.
  7. This honestly sounds perfect for those old 915 and 945 chipset machines Now, they can be repurposed into semi-functional 9x machines. The unofficial chipset driver by lone and Windows 3.1 HDA driver maybe hit-and-miss, but now there's a chance. ^O^
  8. Hello, I've tried to install Minecraft with an unofficial launcher and multiple versions of java (21 and later) without any success. In my case, Minecraft hangs after downloading. The launcher freezes upon accessing Japanese fonts, it claims. Has anyone tried running the game on Windows 7 in 2025?
  9. https://www.abortretry.fail/p/the-history-of-windows-xp
  10. Yesterday
  11. By clicking this button : Isn't that what you want ? But it's more the progress bar that you want, I have the impression Same thing for the Progress bar and it would be great (W10 and 11 explorer)
  12. There is a whole thread if you want to use a server as a daily driver. Got everything but audio/bluetooth working. https://forums.mydigitallife.net/threads/diy-server-2022-to-workstation-post-install-settings.84501/
  13. How do you install audio? Never had success with it.
  14. Ru board posts updates every so often. https://forum.ru-board.com/topic.cgi?forum=5&topic=20420&start=3240
  15. Got it I'll do that next time However, it's random, sometimes it takes up to 2 days to happen, and as soon as I do, I'll save the file and post it here.
  16. You don't say anything about crash . If app hangs it's because SHAppBarMessage waits for taskbar to reply; you need to capture explorer.exe dump in that exact moment: task manager - details - (heaviest) explorer.exe - Create memory dump file
  17. Been trying to get MyPal going but I keep getting a MyPal can't continue error in kernel32. This in on XP SP3. It does create the folders "mypal" in both My Documents and Settings\Application Data and in Local Settings\Application Data under my account but then blows up. What's wrong?
  18. Can the developer please consider adding a custom accent color override in this section? After one of the updates it now uses the system accent color, which makes it very hard to see if you use a darker accent color. Top is a picture from 3.7.8, bottom is from latest. As you can see its quite hard to tell the browser is open in the second one.
  19. The crash isn't in the "SHAppBarMessage" call, as I tested the 2024 version of "Startallback" and the error doesn't occur. Another thing I did was uninstall "Startallback" and install "OpenShell" and the problem doesn't happen How do I capture this error ? Can you post details for me ?
  20. Announcement Due to the fact that @feodor2 has been working for months to ensure that the Custom Buttons extension runs smoothly, so as soon as the new version of Mypal is available, I will publish my custom button PMT - Process Mode Toggler. This custom button, now in version 7.0, allows the user to toggle between single-process and multi-process mode in Mypal with one click and appropriate, pre-selectable settings. The toolbar icon and the toolbar tip always show the current status. Since version 3.0, the PMT custom button comes with a Compatibility Service inside the script which, if activated, checks, whether the browser used is compatible with this custom button or not, to ensure that it is working there as designed. The PMT - Process Mode Toggler custom button is in any case compatible with all versions of Mypal 68 and Mypal 74 released until now.
  21. New, temporary fix for the Custom Buttons extension in Mypal 74.1.1 A temporary fix can be done In line 782 of the bootstrap.js file and in line 36 of the addons-html.js file inside the extension: - means remove + means add ************** In line 782 of the bootstrap.js file: - if (!FOX85 && appVersion >= 78 && url == "chrome://custombuttons/content/overlay.xul") + if (!FOX85 && appVersion >= 74 && url == "chrome://custombuttons/content/overlay.xul") In line 36 of the addons-html.js file: - if (version >= 78) { + if (version >= 74) { The latter fix of the addons-html.js file comes from @feodor2. Alternatively, you can follow his instructions for patching here: https://github.com/Feodor2/Mypal68/issues/426#issuecomment-3172415836 Now, the list of all installed custom buttons appears again.
  22. I find out where is the problem with ntbtlog.. Its created later after some basic files are loaded: Before it only some other log is created its named mesasured log, but i need to find some way to parse it.. I have desibled TPM device in BIos and set Secure boot to Custom, becaues there is only Enabled and Custom option in bios, but its the same only measured log is created and not ntbtlog.txt.. Measured log : https://www.dropbox.com/scl/fi/rhtyws3f4ijupuovje3q4/0000000124-0000000000.log?rlkey=xghuhxtpsoix41huprm471lvj&st=5uw1s653&dl=1 I have tried but so far im failing, to get more that header. MS has article about analysis these logs: https://learn.microsoft.com/en-us/troubleshoot/windows-client/windows-security/decode-measured-boot-logs-to-track-pcr-changes It needs some big ADK package, or compile the code for PCPTool.exe . I dont really dont understand why its not distributed as executable, maybe it needs some machine specific variables in exe, but i doubt it. I have tried to find some VS online compiler, but i have failed, i found only single C++ compiler.. There was some preview of Visual Studio compiler, but links are dead.. First solution use Hardware drivers kit for change require Windows server - but i need only 1 executable from it probably not whole driver debugging enviroments. So MS debugging tools for debubing these boot problems really sucks, when i add not classic install repair in Windows 10, its really bad design all is hidden, in comparision to Linux when booting process progress is transparent.. There is also bootstat.dat, which is something like flag that something is wrong with booting and it seem its can cause boot repair loop.. For some reason i hit situation when even for valid BCD i was getting 0x0000001 error when i tried to star Win10, it seem there is some broken install flag somewhere, its unclear how to remove it. I found out that is Autoruns from Window PE / other Windows install - load offline log, to edit drivers and services, only problem is seems that it could enable /disable only some items for other it reports error and i have log hive and edit it manually by using registry path form autoruns. Otherw way to edit drivers+service is be Dism+ utility, it has some updates uninstall options too, but its failing for some for some reason. There is also MS Dart which is some WinPE cds. I now decided to try other approach recover old back and try to add files from current broken install.. to merge it. Does someone experience with this way on fixing?
  23. Hi @invokker, hello from Belgium and welcome to MSFN! I wish you to enjoy the forums! Have a nice day. hpwamr
  24. I see, OK thanks again. And thanks for the axe-IE tip, I will definitely try it.
  25. Hi Several things are wrong in Mypal 74.1.1 the videos integrated into the online newspapers "midilibre.fr " or "ladepeche.fr" do not work, while it works on Mypal 68.14.8 the videos integrated with the "default" or "Dailymotion" parameter on Koreus do not work on 74.1.1.. while it works on Mypal 68.14.8 https://www.koreus.com/video/eriovixia-gryffindori.html I occasionally return to Mypal 68.14.8 which poses fewer video playback problems while waiting for a future version that works.
  26. Hi all, I just joined this forum and wanted to drop in to say hello. 😊 I’ve been browsing through and really love the vibe here—especially how welcoming it feels for newcomers. I’m looking forward to learning, sharing ideas, and connecting with others who share similar interests. It’s always great when a community has a space for introductions, so here I am! See you all around the threads! 🚀 - invokker (Rajesh S.)
  27. Hey Hzyry2046! 👋 Great to meet you here. I’m new to the forum too, and it’s awesome to see someone so passionate about Windows and Qemu. Your work with pre-built disk images sounds really interesting—I’m sure I’ll learn a lot from your posts. Love from my side too! 😊
  28. Hey there! 👋 I just joined here as well and I’m happy to connect. It’s really great that this forum has an intro thread for every newbie to introduce themselves, makes it so much easier to feel welcome. Looking forward to engaging and learning together here!
  1. Load more activity
×
×
  • Create New...