Is there a safe activation tool to activate IOT? Digital activation was always used before, and I didn’t pay too much attention to such topics
None...svf files needs a separate tool to decode, exe files are "all included". You need correct source file of course in both cases.
In general you need 'en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_bcf90d0b.iso' MSDN ISO file to produce your iso file. for example to produce ar-sa MSDN iso file. in EXE case: You need : en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_bcf90d0b.iso + and: ar-sa_windows_11_consumer_editions_updated_dec_2021_x64_dvd_79869c6b.exe in one folder and double click on EXE file and will produce :ar-sa_windows_11_consumer_editions_updated_dec_2021_x64_dvd_79869c6b.iso OR in SVF case : You need : en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_bcf90d0b.iso + and: ar-sa_windows_11_consumer_editions_updated_dec_2021_x64_dvd_79869c6b.svf plus smv.exe file and write in command prompt this command. Code: "c:\path\to\smv.exe" x "c:\path\to\en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_bcf90d0b.svf" -br "c:\path\to\folder" -o and will produce :ar-sa_windows_11_consumer_editions_updated_dec_2021_x64_dvd_79869c6b.iso
can i got this svf en-us_windows_11_consumer_editions_updated_nov_2021_x64_dvd_4222adf1_to_en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_bcf90d0b.svf
Heyho, its there an: en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_f78352d2.exe (What uses an en-us_windows_11_consumer_editions_x64_dvd_bd3cf8df.iso for it) Its the only one I'm missing.
In a Windows Terminal, I type: C:\path\to\smv.exe x K:\testing\es-es_windows_11_consumer_editions_updated_dec_2021_x64_dvd_afe46a63.svf -br K:\testing -o Questions: 1. Can I omit/leave out the quotation marks " " as in the above example? 2. en-us_windows_11_consumer_editions_updated_dec_2021_x64_dvd_bcf90d0b.iso es-es_windows_11_consumer_editions_updated_dec_2021_x64_dvd_afe46a63.svf Can I put the above two files in a folder called testing on K: drive?
1_ Removing spaces from path and you can remove " " without any problems. 2_ Yes, you can put two files in one folder.