Hello, I tried your updated script. And of course, I added my own tweaks to your script, well, how could we do without it, we couldn’t do without it - all Ok!
Hi, your tool is very convenient to use. I additionally apply the files NTUSER.reg, SOFTWARE.reg and SYSTEM.reg to the image. Each file contains from 20 to 50 different tweaks. I put these files in the Tweaks folder. Is this correct or should they be placed in another folder or folders? Because it’s difficult to check the performance of such a number of tweaks.
Hmm, what is this? Please read again carefully what I asked you about. It’s not at all clear what the code has to do with it.
If you want to use your script to integrate tweaks, you need to open the tool with a text editor, the name of which is ConvertReg.ps1, it is in the Bin folder and change all the TK_ values in it to WIM_, that is, to yours, and save it, then you need to apply this code in your script, respectively, write your path to the folders. Spoiler ECHO. ECHO ============================================================= ECHO Adding Reg in to installation image ECHO ============================================================= If Exist "Tweaks\Temp" rd /q /s "Tweaks\Temp" 1>nul 2>nul mkdir "Tweaks\Temp" PowerShell -Executionpolicy Bypass -File "Bin\ConvertReg.ps1" "Tweaks" "Tweaks\Temp" for/f "tokens=*" %%i in ('"dir /b "Tweaks\Temp\*.reg"" 2^>nul') do ( ECHO Importing [%%i] to Image Registry... REGEDIT.exe /s REG IMPORT "Tweaks\Temp\%%i" ) rd /q /s "Tweaks\Temp" 1>nul 2>nul If you use my script, then you don't need to do any manipulations, just put your tweaks in the Tweaks folder and the script will process all your tweaks and integrate them into your image
Yes, I use your tool and do everything exactly as you advise. I just wanted to clarify with you whether I’m doing the right thing by placing my tweaks in your Tweaks folder. Now I see that I’m doing everything right - thanks for the advice!
@SunLion could you help me with the scripts i use.? they are slimdown online edited by me and one that @hoak share here. i need to know which line to revert 1. location as there is a program to see all wifi 5ghz band saturation and needs location. 2. sindows spotlight stopped working. thanks
Ive done further testing on the 26100 image both vanilla & slimdowned version. The calc works as it should in the vanilla version. Trying to trackdown which field is breaking the built in calc app? I used Christoph Schneegans autounattend.xml file it did not break the calc. Though his xml leaves many other items I'd like to remove. I attempted to use Sergey's script though having issues running this! If anyone else can give any information into this issue? See image attached when I open the property of the calc in apps it shows zero bytes?
I tried one more modification and it seems to have worked! - Add Microsoft.WindowsCalculator_2021.2409.0.0_neutral_~_8wekyb3d8bbwe.Msixbundle to the \hotfixes\APPX folder - Note the settings I used in the script. Updates not integrated! Try it out SD11v202_4.8.46.7z password: mdl2024