Here is the log for the final creation. For some reason, it just keeps deleting Xbox stuff. other than that, maybe personal tweaks that alters the xbox sign in? I will test it further and check my hard drive for the older version which I doubt I have unfortunately. EDIT: I have changed the script a bit, added a new selection to enable xbox game, added appbundles into APPX folder as well as enabled WebView2, currently it is in the creation process. Will notify if it helps with xbox issues.
Hey I also edited the script to accommodate my needs, store login works but xbox app was still broken so I had ChatGPT to craete a fix script and I run it and it was working again. Will try to implement that into the script and see if it works from the get go. I will also try out your script too
So, I tried yours and also mine(however currently I am working on a new integration on the script) both of them did not enable me to Log in through Xbox game pass. Then I made Chatgpt to hack together this script and when I run it, it enabled xbox gamepass login in both yours and my changed script. So, I am trying to figure out what this script is doing and integrate it in to SD10 as a "choice" in which people can just select whether they want Xbox or not.
Are these two attached scripts the same? From what I've seen, it enables the services necessary for the Xbox, checks if the WebView2 runtime is installed, among other things. There are several services... In our script, the WebView2 runtime is not installed... Let's analyze it further and see what the best option would be for using these codes. Thank you for your help. Edit. Since the script's purpose is to slimdown the image, I believe this script to enable Xbox could be kept inside the EXTRA folder for users who want to enable Xbox.
Sorry, I have uploaded twice. Yes they are the same script and I agree it can be kept inside Extras. Currently, I am still experimenting with it to implement it as a choice inside the script whether they want to enable it or not. Once finalized, we can further take a look at it.
So I have generated this script and it works with the latest 1.58 script. It basically does what it says when you run it. Microsoft Store is required. TLDR:It automatically downloads all the necessary packages to make Xbox app work. It downloads AppInstaller(winget) if missing from the ISO, it downloads and installs webview2 and then start installing products directly from Microsoft Store through winget command and then proceeds checking the remaining apps that are required, installs them one by one and then registers services, clears the cache. Reboot is required after installing, at first when you run the xbox app it may give you an error, just close the app and run it again, it should go away. I also added one more functionality, since I am installing from store with productId, you can just install whatever app you want from store without using the store app, all you need is productId, put it in the text file and run the script and follow it. That is it. I tried it on Virtual machine and it is working for me. What this tool does: - Repairs Xbox app launch and sign-in issues - Repairs Gaming Services and Xbox dependencies - Repairs Microsoft Store / AppX package registration - Installs missing Xbox-related Microsoft Store packages - Installs Microsoft Edge WebView2 automatically if needed - Installs Microsoft App Installer / winget automatically if needed - Can optionally install extra Microsoft Store apps using Product IDs How it works: - Enables required Xbox / Store services - Uses winget and Microsoft Store product IDs - Re-registers Xbox / Store / Microsoft account packages - Refreshes Gaming Services and Xbox components - Reads product IDs from: - XboxProductIDs.txt - ExtraProductIDs.txt How to use: 1. Run this script as Administrator 2. Accept the disclaimer 3. Choose one of these modes: [1] Repair Xbox only [2] Install extra Microsoft Store products only [3] Repair Xbox and install extra products 4. Reboot Windows after Xbox repair completes Important: - This tool requires Microsoft Store/AppX infrastructure - Internet connection is required - After repair, verify installed apps in: Microsoft Store > Library or Xbox App > Settings > General Password: @ot!$hr9wvS8wX!E&n@PKk
Good job! I'll keep this tool in the EXTRA folder as an alternative for anyone who needs it. Best regards
===================== SD10_Renewed_1.58 ===================== Updated to 1904x.7291 https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/
Could anyone please upload me the old SD10_Renewed_1.52.cmd file? or give me the password for unpacking the SD10_Renewed_1.52.7z file? Thx in advance. I must have accidentally deleted it and want to compare the actual changes to my last used version.
@SunLion, thank you for this updated version of this wonderful tool. @SunLion, let me ask: 1. Why is Firefox_150.0.1_x64_en-US offered in the script and not the current version 150.0.3 from a few days ago?! 2. Why is Elevate_as_TI_v1.1.7z offered in the script and not the currently updated version 1.3?! I'm not nagging, I'm trying to figure out if the new version of your great tool hasn't been tested with the new versions of the two examples I listed. Thanks.