@BAU: and other objective MDLer, thanks a lot for your replies! People like yours are the reason I'm still a Member of MDL.
Of course i am, sorry to disappoint you, Can't promise you that but maybe i next time i start a private convo with you. Yeah brown nose the one who "typed" your other topic lame
call lame stuff lame and call good stuff good. I only care about content, not the forced drama. nobody is perfect, starting with myself - it serves me well pisthai, if you don't want to see reply from Enthousiast, add to your ignore list (and then miss most of the curated content around here), but don't break basic forum etiquette with personal attacks that make all of us uncomfortable
Thank for sharing The more you learn .. The more you understand how much you don't know I like Enthousiast way too. Keep both
Secure Boot doesn't seem to (currently) be a requirement (at least for install), even on 22449.1000. All my W11 installs so far have been with Secure Boot disabled, and the installation and OS work fine. TPM will cause an install error though if I disable it.
This behavior of Enthusiast is going on for a long time already, not just now! you could clearly see that regarding his remark about the "brown Nose" which he added to his post just after I was reading his answer (without that remark as stated)! Once all time will come a day to say ENOUGH, and that was as I wrote Post:#19! His attacks still will go on! Edit: Sure I could set him to ignore, just do you really think that will change something in his behavior? And I could not control that anymore! That would be bad!
From my perspective, that there are smarter people here than know little better than other's, And it's not personal against you or others If they act little aggressive, its from good place not because they Hate you. Enthusiast contribution help lot of members here, no need to take it personally
@zucrin: To be smart or even smarter as others, did not give someone the right to attack, accuse or otherwise take everything in question that others do! And that you jump in with your comments, is also not smart> You want to tell me anything personal, this forum has a PM system!
it also adds reg entries in boot.wim too so i think its going to be stable del /F /S /Q "%ISOFOLDER%\sources\appraiserres.dll" copy /Y "bin\Fix11\appraiserres_%1.dll" "%ISOFOLDER%\sources\appraiserres.dll" 1>nul 2>nul if not exist "%rand%\temp\boot\*" mkdir "%rand%\temp\boot" set "tt1=%random%" "%wimlib%" extract %ISOFOLDER%\sources\boot.wim 2 \Windows\System32\config\SYSTEM --dest-dir=%rand%\temp\boot --no-acls --no-attributes 1>nul 2>nul reg load HKLM\!tt1!_wSYSTEM "%rand%\temp\boot\SYSTEM" 1>nul 2>nul reg add "HKLM\!tt1!_wSYSTEM\Setup\LabConfig" /v "BypassTPMCheck" /t REG_DWORD /d "1" /f 1>nul 2>nul reg add "HKLM\!tt1!_wSYSTEM\Setup\LabConfig" /v "BypassSecureBootCheck" /t REG_DWORD /d "1" /f 1>nul 2>nul reg add "HKLM\!tt1!_wSYSTEM\Setup\LabConfig" /v "BypassRAMCheck" /t REG_DWORD /d "1" /f 1>nul 2>nul reg unload HKLM\!tt1!_wSYSTEM 1>nul 2>nul "%wimlib%" update %ISOFOLDER%\sources\boot.wim 2 --command "add '%rand%\temp\boot\SYSTEM' '\Windows\System32\config\SYSTEM'" 1>nul 2>nul "%wimlib%" update %ISOFOLDER%\sources\boot.wim 2 --command "add 'bin\Fix11\appraiserres_%1.dll' '\sources\appraiserres.dll'" 1>nul 2>nul
codes are out there on the internet already... everyone creating scripts with them, no one invented or owns it.
Code: copy /Y "bin\Fix11\appraiserres_%1.dll" "%ISOFOLDER%\sources\appraiserres.dll" 1>nul 2>nul doesn't this command line change the name to appraiserres_x64.dll or _arm64 to appraiserres.dll when it is copied depending on the ISO arch.? The _x64 or _arm64 addition is just for easy keeping them both in the FIX11 folder.
Ya my mistake Enthousiast. You're absolutely correct the .dll file name is changed during the process.
So if you swap out the .dll file in Win_11_Boot_And_Upgrade_FiX_KiT_v2.0 and choose option #2 you should be good to go.