Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    I forgot to add that on Vista/Server2008 i have changed the font so it looks better and more aligned, there is several checks for fonts possible and one will be used, failing to find one then the default OS one will be used that may not look as nice.

    This also applies for all the GUI QT's supported OS's.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. kajoe1

    kajoe1 MDL Novice

    May 9, 2011
    20
    11
    0
    #9682 kajoe1, Mar 15, 2023
    Last edited: Mar 15, 2023
    Windows11
    All tabs are working fine.
     

    Attached Files:

  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    Thanks :)

    I hoped that nothing messed up, i tried on as much working computers i had around me with different OS's, only w8.1 i not checked as i had wiped that pc to test Vista x86.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    All is good on w8.1 (but i had WinSAT disabled, so no score :D)
     
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    :D:D I guess you got N/A --- No assessment :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    I could of put something silly for when WinSAT is disabled like : Thou Kiddest! :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    :cool:
    Code:
    No assessment available. Run 'WinSAT /Formal' from a command/PS prompt.
     
  8. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    :) i covered the 'errors' as much as possible. At least it not crash to desktop with some obscure error code and line number i not even reached yet :D:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,341
    7,060
    210
    Someone got a Server to test which has no WinSAT at all? IIRC 2012 , 2012R2, 2016, 2019.
     
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    Not sure as i know w11 can be a pain when installing due to many factors. W10 is pretty stable majority of the time during setup.

    Which options did you use?

    A copy of your mrpconfig.ini could help find which option may of caused the error.

    Although mrp may not of run at that stage, it usually starts the first section of the project scripts just after the username is entered.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    I not able to test at moment as it late at night here in Britain so will check tomorrow morning.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. KFeri

    KFeri MDL Novice

    May 31, 2013
    42
    10
    0
    I use this setting almost always..
    SetupComplete.cmd has not been run anymore.
    Not sure what that has to do with it, but they are in the same place.
    thanks
     

    Attached Files:

  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    I looked through the config.ini and nothing stands out as majority of the options are left as default and the ones you selected would not affect the install in the way of the issue you are having.

    I not look at setupcomplete as that as you said not even got run.

    Ok a few questions:
    Is it just happening on W10 or W11 (or both).

    Has the install.wim been edited such as to remove features etc via DISM/MSMG/NTLite etc.

    Is it a GEN2 or other 3rd party ISO version of the OS(s). These are known to sometimes have issues with MRP because certain elements removed by their process causes problems.

    When did the error happen was it before the setup asked about creating the user etc or after that stage.

    Do you use the ei.cfg file - this allows MRP and other oobe related stuff to work, as if no ei.cfg it can make the setup ignore the OOBE.cmd and SetupComplete stages. This also allows you to select the Edition to install as it tells setup to ignore any MSDM table otherwise most OOBE stages are skipped so that MRP and SetupComplete will be ignored.

    Has the install.wim been updated with latest CU etc. Although i not had any reports that this would cause the crash you are experiencing the very latest updates may affect something as all my tests are done with a non user updated ISO.

    Sorry so many questions but it will hopefully help me work out what may be the issue, as you mentioned prior to this MRP release all was ok.

    The main core code has not been changed, only any new options added, the 'Remove Defender' one was updated but i doubt that is the issue as that is mainly worked on later in the install after the main user has been created.

    This morning i will do a test install using your MRPConfig.ini to see if that particular combination causes my test install to fail.

    Thanks for letting me know as it helps make MRP more resistant to errors and fixes any option related issues.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    #9695 mxman2k, Mar 16, 2023
    Last edited: Mar 16, 2023
    (OP)
    Regarding the ei.cfg use, even if you only have a single Edition in the install.wim - after removing the other Editions, it is still best to have the ei.cfg file from MRP in the Sources folder of the ISO/Image so that OOBE.cmd etc is not ignored.

    ei.cfg contains:
    Code:
    [Channel]
    _Default
    [VL]
    0
    
    That is ok for OEM/Retail. If you using LTSC or other VLK editions then changing the 0 to 1 under [VL] will allow VLK ones to use the ei.cfg file too.

    MRP's ei.cfg for w10/11 is found in the archive under: \Optional\win1x - optional
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    I did some win10 installations (Home/Core, Pro, Education didn't bother with others as they would most likely be same), All OK using your configuration file - No errors or crashes...

    Win11 Same set of Editions - No errors...

    In all my ISO's i use the ei.cfg file as some times i have computers that have Core/Home MSDM's and i usually install Education or Pro instead. With w11 i have the TPM etc bypass in too.

    Other than the results i had above i am at a loss.

    Hopefully an answer to the questions i asked in a previous post will show some light on the situation.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    For those that have access to the MRP beta testing area , please note i have updated the directory lister...

    It is in Light mode by default and the light bulb icon is the toggle for dark/light.

    The little (i) symbol on the files is the Hashes displayer.

    Had to update website PHP from 5.3 to 8.1 and so if you tried to access the area while the upgrade was in progress you may of got php/css errors.

    It is now fully updated.

    Not sure why dark mode has a purple header but it took me long enough to work out the configuration system so colors are default for now.

    It works that the main thing :D

    It says that some items may be auto translated such as Home/File Name etc - as i cant test that im just guessing that it works, if not then its english, sorry :)

    GUI QT .28 is also uploaded there -- testing win7 ESU patch check... It may not work so its just an experiment.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. KFeri

    KFeri MDL Novice

    May 31, 2013
    42
    10
    0
    On W10 and W11 it's problem is there.
    No matter what version I'm using For example 19045.2684 or newer.
    22000.1696 or older.

    I use NTLite programs with the free uninstallers.
    (many unnecessary never used programs are not removed.)

    The error, both before and after the user. So when, I use it it restarts Windows several times during installation, and install works much longer. If you don't have this cool little program added, it will finish installing Windows faster with less restarts and not error.

    Yes I use the ei.cfg file (always)
    Code:
    [EditionID]
    Professional
    [Channel]
    OEM
    [VL]
    0
    To update install.wim, see: (Automatically saved session (Windows 11).xml)
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Preset isAutoSaved="true" xmlns="urn:schemas-nliteos-com:pn.v1">
        <Date>03/15/2023 16:00:28</Date>
        <AppInfo>
            <Version>2023.3.9171</Version>
            <Licensed>No</Licensed>
            <Protections>Yes</Protections>
            <Host>Windows 10 Pro (22H2) x64 - 10.0.19045.2604 (hu-HU)</Host>
        </AppInfo>
        <ImageInfo>
            <Version mode="offline">Windows 11 Professional (21H2) x64 - 10.0.22000.318 (hu-HU)</Version>
            <GUID>{9BE6A4FC-F23D-4CAC-9140-C18D6D8B8186}</GUID>
        </ImageInfo>
        <RemoveComponents AppRemovalMode="DISM">
            <c>1527c705-839a-4832-9118-54d4Bd6a0c89 'File Picker'</c>
            <c>appv 'Alkalmazás virtualizálása (App-V)'</c>
            <c>c5e2524a-ea46-4f67-841f-6a9465d9d515 'Fájlkezelő'</c>
            <c>F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE 'Mappajavaslatok hozzáadása párbeszédpanel'</c>
            <c>fciclient 'Fájlkiszolgálói erőforrás kezelő'</c>
            <c>hwsupport_internetprintingclient 'Internetes nyomtatási ügyfél'</c>
            <c>hypervguest 'Hyper-V vendég'</c>
            <c>iis 'Internetes információs kiszolgáló (IIS)'</c>
            <c>internetexplorer32 'Internet Explorer - 32 bit'</c>
            <c>la57 '57-bit Linear Addressing'</c>
            <c>langarabic 'Arabic'</c>
            <c>langbasque 'Basque'</c>
            <c>langbulgarian 'Bulgarian'</c>
            <c>langcatalan 'Catalan'</c>
            <c>langchineses 'Chinese Simplified'</c>
            <c>langchineset 'Chinese Traditional'</c>
            <c>langcroatian 'Croatian'</c>
            <c>langczech 'Czech'</c>
            <c>langdanish 'Danish'</c>
            <c>langdutch 'Dutch'</c>
            <c>langenglishgb 'English (GB)'</c>
            <c>langenglishus 'English (US)'</c>
            <c>langestonian 'Estonian'</c>
            <c>langfinnish 'Finnish'</c>
            <c>langfrench 'French'</c>
            <c>langfrenchcanadian 'French (Canadian)'</c>
            <c>langgalician 'Galician'</c>
            <c>langgerman 'German'</c>
            <c>langgreek 'Greek'</c>
            <c>langhebrew 'Hebrew'</c>
            <c>langime 'Beviteli mód szerkesztője (IME)'</c>
            <c>langimejp 'Japanese (IME)'</c>
            <c>langimeko 'Korean (IME)'</c>
            <c>langimetc 'Chinese Traditional (IME)'</c>
            <c>langindonesian 'Indonesian'</c>
            <c>langitalian 'Italian'</c>
            <c>langjapanese 'Japanese'</c>
            <c>langkorean 'Korean'</c>
            <c>langlatvian 'Latvian'</c>
            <c>langlithuanian 'Lithuanian'</c>
            <c>langnorwegian 'Norwegian'</c>
            <c>langpolish 'Polish'</c>
            <c>langportuguesebr 'Portuguese (Brazilian)'</c>
            <c>langportuguesept 'Portuguese'</c>
            <c>langromanian 'Romanian'</c>
            <c>langrussian 'Russian'</c>
            <c>langserbian 'Serbian'</c>
            <c>langslovak 'Slovak'</c>
            <c>langslovenian 'Slovenian'</c>
            <c>langspanish 'Spanish'</c>
            <c>langswedish 'Swedish'</c>
            <c>langthai 'Thai'</c>
            <c>langturkish 'Turkish'</c>
            <c>langukrainian 'Ukrainian'</c>
            <c>langvietnamese 'Vietnamese'</c>
            <c>Microsoft.AsyncTextService 'AsyncTextService'</c>
            <c>Microsoft.BingNews 'Microsoft News'</c>
            <c>Microsoft.BingWeather 'MSN Weather'</c>
            <c>Microsoft.ECApp 'Szemvezérlés'</c>
            <c>Microsoft.GetHelp 'Get Help'</c>
            <c>Microsoft.Getstarted 'Tippek (Első lépések)'</c>
            <c>Microsoft.LockApp 'A Windows alapértelmezett zárolási képernyője'</c>
            <c>Microsoft.MicrosoftOfficeHub 'Office'</c>
            <c>Microsoft.MicrosoftSolitaireCollection 'Microsoft Solitaire Collection'</c>
            <c>Microsoft.MicrosoftStickyNotes 'Microsoft Sticky Notes'</c>
            <c>Microsoft.People 'Microsoft People'</c>
            <c>Microsoft.PowerAutomateDesktop 'Power Automate'</c>
            <c>Microsoft.SecHealthUI 'Windows Defender'</c>
            <c>Microsoft.Todos 'Microsoft To Do'</c>
            <c>Microsoft.Windows.CallingShellApp 'Hívás'</c>
            <c>Microsoft.Windows.ContentDeliveryManager 'Content Delivery Manager'</c>
            <c>Microsoft.Windows.NarratorQuickStart 'Narrátor'</c>
            <c>Microsoft.Windows.ParentalControls 'A Microsoft-család funkciói'</c>
            <c>Microsoft.Windows.PeopleExperienceHost 'Windows rendszerfelület'</c>
            <c>Microsoft.Windows.Photos 'Microsoft Photos'</c>
            <c>Microsoft.Windows.Search 'Windows Search'</c>
            <c>Microsoft.Windows.SecureAssessmentBrowser 'Vizsga'</c>
            <c>Microsoft.WindowsAlarms 'Windows Alarms &amp; Clock'</c>
            <c>microsoft.windowscommunicationsapps 'Mail and Calendar'</c>
            <c>Microsoft.WindowsFeedbackHub 'Feedback Hub'</c>
            <c>Microsoft.WindowsMaps 'Windows Maps'</c>
            <c>Microsoft.WindowsSoundRecorder 'Windows Voice Recorder'</c>
            <c>Microsoft.YourPhone 'Your Phone'</c>
            <c>Microsoft.ZuneMusic 'Groove Music'</c>
            <c>Microsoft.ZuneVideo 'Movies &amp; TV'</c>
            <c>mobilepc 'Mobil PC'</c>
            <c>mobilepc_location 'Helyértesítések'</c>
            <c>mobilepc_networkprojection 'Hálózati vetítés'</c>
            <c>mobilepc_sensors 'Érzékelők'</c>
            <c>msmq 'Microsoft üzenetsor (MSMQ)'</c>
            <c>rdc 'Távoli különbözeti tömörítés (RDC)'</c>
            <c>rdpclient 'Távoli asztali ügyfél'</c>
            <c>rdpclient32 'Távoli asztali ügyfél - 32 bit'</c>
            <c>remoteactivex 'Távoli asztali szolgáltatások ActiveX ügyfél'</c>
            <c>remoteactivex32 'Távoli asztali szolgáltatások ActiveX ügyfél - 32 bit'</c>
            <c>remoteassistance 'Távoli segítségnyújtás'</c>
            <c>remotefx</c>
            <c>remoteportredirector 'Távoli asztali szolgáltatások portátirányítója'</c>
            <c>sharemediacpl 'Médiavezérlőpult megosztása'</c>
            <c>simpletcp 'Egyszerű TCP/IP-szolgáltatások'</c>
            <c>uev 'Felhasználói élmény virtualizáció (UE-V)'</c>
            <c>webcamexperience 'Webkamera tapasztalat'</c>
            <c>winocr 'Windows TIFF IFilter (OCR)'</c>
        </RemoveComponents>
        <Compatibility protectHidden="false">
            <ComponentFeatures>
                <Feature enabled="no">Recommended-All</Feature>
                <Feature enabled="no">AppGuard</Feature>
                <Feature enabled="no">Bluetooth</Feature>
                <Feature enabled="no">CapFrameX</Feature>
                <Feature enabled="no">Discord</Feature>
                <Feature enabled="no">FileSharing</Feature>
                <Feature enabled="no">Hyper-V</Feature>
                <Feature enabled="no">NetworkDiscovery</Feature>
                <Feature enabled="no">iCloud</Feature>
                <Feature enabled="no">ServicingStack</Feature>
                <Feature enabled="yes">ManualSetup</Feature>
                <Feature enabled="no">VSS</Feature>
                <Feature enabled="no">OfficeSupport</Feature>
                <Feature enabled="yes">AppxSupport</Feature>
                <Feature enabled="no">Netflix</Feature>
                <Feature enabled="no">NightLight</Feature>
                <Feature enabled="yes">NvidiaSetup</Feature>
                <Feature enabled="yes">Printing</Feature>
                <Feature enabled="yes">OOBE</Feature>
                <Feature enabled="no">DefaultFonts</Feature>
                <Feature enabled="no">SFC</Feature>
                <Feature enabled="yes">ShellSearchSupport</Feature>
                <Feature enabled="no">SamsungSwitch</Feature>
                <Feature enabled="no">Spotify</Feature>
                <Feature enabled="no">SafeMode</Feature>
                <Feature enabled="yes">Scanning</Feature>
                <Feature enabled="no">TeamViewer</Feature>
                <Feature enabled="no">USBModem</Feature>
                <Feature enabled="yes">USB</Feature>
                <Feature enabled="yes">VideoPlayback</Feature>
                <Feature enabled="no">VPN</Feature>
                <Feature enabled="no">VisualStudio</Feature>
                <Feature enabled="yes">ActivationKMS</Feature>
                <Feature enabled="yes">Activation</Feature>
                <Feature enabled="no">YubiKey</Feature>
                <Feature enabled="no">WindowsUpdate</Feature>
                <Feature enabled="yes">WindowsStore</Feature>
                <Feature enabled="no">WLAN</Feature>
                <Feature enabled="no">Recommended-Tablet</Feature>
            </ComponentFeatures>
            <MachineDrivers>
                <Machine enabled="no">HostMachine</Machine>
                <Machine enabled="no">Hyper-V VM</Machine>
                <Machine enabled="no">Parallels VM</Machine>
                <Machine enabled="no">Virtual Box VM</Machine>
                <Machine enabled="no">VMware VM</Machine>
            </MachineDrivers>
        </Compatibility>
        <Features>
            <Feature name="Printing-XPSServices-Features">false</Feature>
            <Feature name="SearchEngine-Client-Package">false</Feature>
            <Feature name="WorkFolders-Client">false</Feature>
        </Features>
        <Packages>
            <File>F:\KESZITES\NTLite\Cache\Updates\11.21H2.x64\windows10.0-kb5019177-x64_ac41a89e7e55e6cdf698afed3c39c3ddb3802442.msu</File>
            <File>F:\KESZITES\NTLite\Cache\Updates\11.21H2.x64\windows10.0-kb5023698-x64_ca331a5383fba432861d13a5565eeae434a4ba44.msu</File>
            <File>F:\KESZITES\ISO-UnPack\Sources\Sxs\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab</File>
            <File>F:\KESZITES\NTLite\Cache\Updates\11.21H2.x64\windows10.0-kb5011048-x64.cab</File>
            <File>F:\KESZITES\NTLite\Cache\Updates\11.21H2.x64\windows10.0-kb5012170-x64_0558b5879de03bfb5319b1244d84ca3735a6a377.msu</File>
            <File>F:\KESZITES\NTLite\Cache\Updates\11.21H2.x64\windows11.0-kb5022499-x64-ndp481_9f7f77f2d36cc8c67c79370fc502aec132c20119.msu</File>
            <File>F:\KESZITES\NTLite\Cache\Updates\11.21H2.x64\windows10.0-kb5022505-x64-ndp48_b5c889e094b59b542b7392a58ec6d5e6ca932c44.msu</File>
        </Packages>
        <Commands>
            <PostUpdates>
                <!--<Command>cmd /c echo Example from [MOUNTDIR]\Windows &amp; pause</Command>-->
                <!--<Command>dism /image:[MOUNTDIR] /get-intl</Command>-->
            </PostUpdates>
        </Commands>
        <Drivers showHidden="false"></Drivers>
        <Unattended mode="1">
            <OEMSetupComplete>true</OEMSetupComplete>
            <AnswerFileLocationPanther>false</AnswerFileLocationPanther>
            <AnswerFileLocationBoot>false</AnswerFileLocationBoot>
            <SaveBothArch>false</SaveBothArch>
            <EditionPrompt>false</EditionPrompt>
            <settings pass="oobeSystem">
                <component name="Microsoft-Windows-Shell-Setup">
                    <OOBE>
                        <HideEULAPage>true</HideEULAPage>
                    </OOBE>
                </component>
            </settings>
            <settings pass="windowsPE">
                <component name="Microsoft-Windows-Setup">
                    <Diagnostics>
                        <OptIn>false</OptIn>
                    </Diagnostics>
                    <DynamicUpdate>
                        <Enable>false</Enable>
                        <WillShowUI>OnError</WillShowUI>
                    </DynamicUpdate>
                    <ImageInstall>
                        <OSImage>
                            <WillShowUI>OnError</WillShowUI>
                            <InstallFrom>
                                <MetaData>
                                    <Key>/IMAGE/INDEX</Key>
                                    <Value>1</Value>
                                </MetaData>
                            </InstallFrom>
                        </OSImage>
                    </ImageInstall>
                    <UserData>
                        <AcceptEula>true</AcceptEula>
                        <ProductKey>
                            <Key></Key>
                            <WillShowUI>Never</WillShowUI>
                        </ProductKey>
                    </UserData>
                </component>
            </settings>
        </Unattended>
        <Tweaks>
            <Settings>
                <TweakGroup name="Privacy">
                    <Tweak name="ContentDeliveryManager\SilentInstalledAppsEnabled">0</Tweak>
                    <Tweak name="Explorer\ShowRecent">0</Tweak>
                    <Tweak name="Internet Explorer\PhishingFilter\Enabledv9">0</Tweak>
                    <Tweak name="MicrosoftEdge\PhishingFilter\Enabledv9">0</Tweak>
                    <Tweak name="FlipAhead\FPEnabled">0</Tweak>
                    <Tweak name="CloudContent\DisableCloudOptimizedContent">1</Tweak>
                    <Tweak name="Search\DeviceHistoryEnabled">0</Tweak>
                    <Tweak name="Search\HistoryViewEnabled">0</Tweak>
                    <Tweak name="Advanced\ShowCortanaButton">0</Tweak>
                    <Tweak name="ContentDeliveryManager\OemPreInstalledAppsEnabled">0</Tweak>
                    <Tweak name="ContentDeliveryManager\PreInstalledAppsEnabled">0</Tweak>
                    <Tweak name="Privacy\TailoredExperiencesWithDiagnosticDataEnabled">0</Tweak>
                    <Tweak name="SmartGlass\BluetoothPolicy">0</Tweak>
                    <Tweak name="SmartGlass\UserAuthPolicy">0</Tweak>
                    <Tweak name="User Profile\HttpAcceptLanguageOptOut">1</Tweak>
                    <Tweak name="System\EnableActivityFeed">0</Tweak>
                    <Tweak name="AdvertisingInfo\Enabled">0</Tweak>
                    <Tweak name="email\Value">Deny</Tweak>
                    <Tweak name="userDataTasks\Value">Deny</Tweak>
                    <Tweak name="phoneCallHistory\Value">Deny</Tweak>
                    <Tweak name="contacts\Value">Deny</Tweak>
                    <Tweak name="appointments\Value">Deny</Tweak>
                    <Tweak name="phoneCall\Value">Deny</Tweak>
                    <Tweak name="userNotificationListener\Value">Deny</Tweak>
                    <Tweak name="chat\Value">Deny</Tweak>
                    <Tweak name="Explorer\ShowFrequent">0</Tweak>
                    <Tweak name="InputPersonalization\RestrictImplicitTextCollection">1</Tweak>
                    <Tweak name="TrainedDataStore\HarvestContacts">0</Tweak>
                    <Tweak name="InputPersonalization\RestrictImplicitInkCollection">1</Tweak>
                    <Tweak name="Settings\InsightsEnabled">0</Tweak>
                    <Tweak name="AppSettings\Skype-UserConsentAccepted">0</Tweak>
                    <Tweak name="Advanced\Start_TrackDocs">0</Tweak>
                    <Tweak name="BackgroundAccessApplications\GlobalUserDisabled">1</Tweak>
                    <Tweak name="Explorer\SmartScreenEnabled">Off</Tweak>
                    <Tweak name="ContentDeliveryManager\SystemPaneSuggestionsEnabled">0</Tweak>
                    <Tweak name="AppHost\EnableWebContentEvaluation">0</Tweak>
                    <Tweak name="Windows Search\AllowCloudSearch">0</Tweak>
                    <Tweak name="Search\BingSearchEnabled">0</Tweak>
                    <Tweak name="System\AllowExperimentation">0</Tweak>
                    <Tweak name="TIPC\Enabled">0</Tweak>
                    <Tweak name="ContentDeliveryManager\SubscribedContent-310093Enabled">0</Tweak>
                    <Tweak name="InputPersonalization\AllowInputPersonalization">0</Tweak>
                    <Tweak name="Settings\AcceptedPrivacyPolicy">0</Tweak>
                    <Tweak name="CloudContent\DisableWindowsConsumerFeatures">1</Tweak>
                    <Tweak name="DataCollection\AllowTelemetry">0</Tweak>
                </TweakGroup>
                <TweakGroup name="DesktopTweaks">
                    <Tweak name="People\PeopleBand">0</Tweak>
                    <Tweak name="Desktop\ScreenSaverIsSecure">0</Tweak>
                    <Tweak name="Search\SearchboxTaskbarMode">0</Tweak>
                    <Tweak name="Start\HideRecentJumplists">1</Tweak>
                    <Tweak name="Personalize\SystemUsesLightTheme">0</Tweak>
                    <Tweak name="Personalize\AppsUseLightTheme">0</Tweak>
                    <Tweak name="Communications\ConfigureChatAutoInstall">0</Tweak>
                    <Tweak name="Advanced\TaskbarMn">0</Tweak>
                    <Tweak name="Advanced\TaskbarDa">0</Tweak>
                </TweakGroup>
                <TweakGroup name="UAC">
                    <Tweak name="System\EnableLUA">0</Tweak>
                </TweakGroup>
                <TweakGroup name="Explorer">
                    <Tweak name="Explorer\NoRecentDocsHistory">1</Tweak>
                    <Tweak name="AutoplayHandlers\DisableAutoplay">1</Tweak>
                    <Tweak name="Advanced\AutoCheckSelect">0</Tweak>
                    <Tweak name="Explorer\DisableSearchBoxSuggestions">1</Tweak>
                    <Tweak name="Explorer\ConfirmFileDelete">1</Tweak>
                    <Tweak name="Explorer\ShowDriveLettersFirst">4</Tweak>
                    <Tweak name="Explorer\EnableAutoTray">0</Tweak>
                    <Tweak name="Advanced\ShowTaskViewButton">0</Tweak>
                    <Tweak name="Advanced\Hidden">1</Tweak>
                    <Tweak name="Advanced\HideFileExt">0</Tweak>
                    <Tweak name="Explorer\NoNetConnectDisconnect">1</Tweak>
                </TweakGroup>
                <TweakGroup name="System">
                    <Tweak name="OneDrive\DisableFileSyncNGSC">1</Tweak>
                    <Tweak name="LabConfig\BypassTPMCheck">1</Tweak>
                    <Tweak name="StoragePolicy\512">1</Tweak>
                </TweakGroup>
                <TweakGroup name="StartTweaks">
                    <Tweak name="Start\HideSleep">1</Tweak>
                    <Tweak name="Start\HideHibernate">1</Tweak>
                    <Tweak name="Start\HideLock">1</Tweak>
                    <Tweak name="Explorer\ShowOrHideMostUsedApps">0</Tweak>
                </TweakGroup>
                <TweakGroup name="PowerAndShutdown">
                    <Tweak name="Power\HiberbootEnabled">0</Tweak>
                    <Tweak name="FlyoutMenuSettings\ShowSleepOption">0</Tweak>
                    <Tweak name="FlyoutMenuSettings\ShowHibernateOption">0</Tweak>
                    <Tweak name="FlyoutMenuSettings\ShowLockOption">0</Tweak>
                </TweakGroup>
                <TweakGroup name="WindowsDefender">
                    <Tweak name="Notifications\DisableNotifications">1</Tweak>
                    <Tweak name="Notifications\DisableEnhancedNotifications">1</Tweak>
                    <Tweak name="State\AccountProtection_MicrosoftAccount_Disconnected">0</Tweak>
                    <Tweak name="Features\TamperProtection">0</Tweak>
                    <Tweak name="Windows Defender\DisableAntiSpyware">1</Tweak>
                </TweakGroup>
                <TweakGroup name="CrashControl">
                    <Tweak name="CrashControl\AutoReboot">0</Tweak>
                    <Tweak name="CrashControl\CrashDumpEnabled">0</Tweak>
                    <Tweak name="CrashControl\LogEvent">0</Tweak>
                </TweakGroup>
            </Settings>
            <Services>
                <TweakGroup name="services">
                    <Tweak name="Fax\Fax">4</Tweak>
                    <Tweak name="SEMgrSvc\SEMgrSvc">4</Tweak>
                    <Tweak name="RetailDemo\RetailDemo">4</Tweak>
                    <Tweak name="MapsBroker\MapsBroker">4</Tweak>
                    <Tweak name="cloudidsvc\cloudidsvc">4</Tweak>
                    <Tweak name="EntAppSvc\EntAppSvc">4</Tweak>
                    <Tweak name="PimIndexMaintenanceSvc\PimIndexMaintenanceSvc">4</Tweak>
                    <Tweak name="WalletService\WalletService">4</Tweak>
                    <Tweak name="SDRSVC\SDRSVC">4</Tweak>
                    <Tweak name="wisvc\wisvc">4</Tweak>
                    <Tweak name="MixedRealityOpenXRSvc\MixedRealityOpenXRSvc">4</Tweak>
                    <Tweak name="spectrum\spectrum">4</Tweak>
                    <Tweak name="WSearch\WSearch">4</Tweak>
                    <Tweak name="TabletInputService\TabletInputService">4</Tweak>
                    <Tweak name="DiagTrack\DiagTrack">3</Tweak>
                    <Tweak name="MessagingService\MessagingService">4</Tweak>
                </TweakGroup>
            </Services>
            <ExtraServices></ExtraServices>
            <ScheduledTasks></ScheduledTasks>
        </Tweaks>
        <ApplyOptions>
            <ImageTasks>
                <Task>imageSaveRebuild</Task>
                <Task>deledition_boot.wim_01_9_64</Task>
                <Task>imageFormatWim</Task>
                <Task>features_Winre.wim_01__64</Task>
                <Task>components_boot.wim_02_2_64</Task>
                <Task>components_Winre.wim_01__64</Task>
                <Task>tweakservices_boot.wim_02_2_64</Task>
                <Task>tweakservices_Winre.wim_01__64</Task>
                <Task>tweaksettings_boot.wim_02_2_64</Task>
                <Task>tweaksettings_Winre.wim_01__64</Task>
                <Task>registry_boot.wim_02_2_64</Task>
                <Task>registry_Winre.wim_01__64</Task>
                <Task>imageOptionsCreateIso</Task>
            </ImageTasks>
            <AutoIsoFile>F:\Win.11.21H2-10.0.22000.1696.iso</AutoIsoFile>
            <AutoIsoLabel>WIN11-1696</AutoIsoLabel>
            <AutoSplitSize>4000</AutoSplitSize>
            <CleanHotfixedLeftovers>1</CleanHotfixedLeftovers>
            <OptimizeAppX>false</OptimizeAppX>
            <ReuseDriverCache>false</ReuseDriverCache>
        </ApplyOptions>
        <Execution>
            <Remove></Remove>
            <Change></Change>
            <Add>
                <Item type="Command">
                    <Path>powercfg</Path>
                    <Params>/hibernate off</Params>
                    <Index>0</Index>
                </Item>
                <Item type="Command">
                    <Path>net</Path>
                    <Params>accounts /maxpwage:unlimited</Params>
                    <Index>1</Index>
                </Item>
            </Add>
        </Execution>
        <Registry>
            <File>F:\KESZITES\ISO\Registry\Ghisler.reg</File>
            <File>F:\KESZITES\ISO\11.21H2-22000\Reg Tweaks in Win11.reg</File>
            <File>F:\KESZITES\ISO\11.21H2-22000\Sajat_Tujadonba_Vetel.reg</File>
        </Registry>
    </Preset>
    

    I have an old computer, and SSD. No TPM. and other
     
  18. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,757
    19,292
    180
    I looked through that NTLite config, i was thinking if scripthost was disabled but it not there so that not the easy one to find..

    As NTLite seems to have majority of the same tweaks (give or take) a test install with MRP but not using the config.ini so it will just brand/theme and no tweaks used...

    If that works then its one of the many things in NTLite... It may be that MRP just isnt compatible with NTLite with heavy changes. :( Not much i can do sadly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. KFeri

    KFeri MDL Novice

    May 31, 2013
    42
    10
    0
    Ok, I'll get back to you, I have the new installation up, I don't feel like trying again..
    Thank you!