All Activity
- Past hour
-
I already use unattend.xml on an ISO with the file structure using Source/$OEM$. This tool makes it much faster and I can take it to the client with the SSD "ready"; I just connect it. Anyway, when I replace my autounattend.xml, it doesn't work (I have a question here: is unattend.xml required to be in UTF-8?). I've been using the same one for a long time without any problems. I edit some functions in the default format and it gives errors. I've used https://schneegans.de/ and it fails. That's why I asked for a copy to compare where I'm going wrong. But the link you sent me is custom, and I'll try it and get back to you later. Thank you. Excuse the English, I'm using Google Translate.
- Today
-
More Cash For Test Strips joined the community
-
Hi Feodor: No, no video works using the web player "digiteka player V5" on "la depeche" or midi libre with Mypal 74.1.1 but no problem with youtube videos. Video link that does not work on Mypal 74.1.1 but works on 68.14.8 midilibre.fr the two Mypals are by default Mypal 68.14.8 is on my computer with its own profile Mypal 74.1.1 is on my computer with its own profile each uses its profile without any interaction between one and the other For Koreus the integration link Dailymotion does not work on Mypal 74.1.1 and the circle turns to infinity without triggering the video and this by reloading the page with "shift + reload button the page to force the full reload ignoring the cache. however everything works on 68.14.8 however everything works on 68.14.8
-
I could send you the one that works for me, but would it work for u as well? what i can suggest u do is go to https://schneegans.de/windows/unattend-generator/?PartitionMode=Custom&DiskpartScript=REM&InstallToMode=Available it will provide u with possible choices for u to make in order to obtain an autounattend.html that works for u. u can then put the resulting file in the autounattend slot provided in winntsetup and u will be good to go. i did this myself, but it is on a per-system or per-machine basis, not on a universal basis.
-
jimbo4914 joined the community
- Yesterday
-
Good evening. I'm having trouble using my own unattend.xml. When it starts, it displays an installation file error. My question is, what can I change in this file that comes by default? If you can share a file that works by skipping all the OOBE windows, that would be valid.
-
Hi I have Supermium last version, passwords not saved, password manager empty, no offer to save passwords. Is that normal for this version. Thanks.
-
vikingfan joined the community
-
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?
-
khatch_shah joined the community
-
Gemini started following Taskbar toolbar folders font size
-
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.
-
Gemini joined the community
-
SpiAro joined the community
-
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 with an Intel HD 4000? My OpenGL version is too old.
-
https://www.abortretry.fail/p/the-history-of-windows-xp
-
2
- Last week
-
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)
-
Using a server installation as a daily driver
ibay770 replied to TheNewStatesman's topic in Windows Server 2008
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/ -
ibay770 started following Uniextract updates and Using a server installation as a daily driver
-
Using a server installation as a daily driver
ibay770 replied to TheNewStatesman's topic in Windows Server 2008
How do you install audio? Never had success with it. -
Ru board posts updates every so often. https://forum.ru-board.com/topic.cgi?forum=5&topic=20420&start=3240
-
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.
-
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
-
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?
-
StackPoint joined the community
-
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.
-
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 ?
-
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.
- 397 replies
-
3
-
- userChrome.js
- Mypal 68
-
(and 3 more)
Tagged with:
-
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.
- 397 replies
-
2
-
- userChrome.js
- Mypal 68
-
(and 3 more)
Tagged with:
-
RafaCorreia joined the community
-
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?
-
Hi @invokker, hello from Belgium and welcome to MSFN! I wish you to enjoy the forums! Have a nice day. hpwamr
-
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.