You may think so if you want.
Are you saying that merely removing the carrier app to unlock the phone will unlock the SIM card? If so, the removal of specifically which app(s) in the script would unlock the phone to allow any network/carrier SIM card?
Your post is
https://forum.xda-developers.com/t/...all-microg-without-twrp.4250991/post-86030355
Your script is
https://disk.yandex.com/d/MCliEyCPfj7ZZ/Z2F+ATT+Debloated.bat
The script contents are:
adb kill-server
adb devices
adb shell "pm uninstall -k --user 0 com.att.mobile.android.vvm"
adb shell "pm uninstall -k --user 0 com.drivemode"
adb shell "pm uninstall -k --user 0 com.lookout"
adb shell "pm uninstall -k --user 0 com.asurion.android.mobilerecovery.att"
adb shell "pm uninstall -k --user 0 com.aetherpal.attdh.lenovo"
adb shell "pm uninstall -k --user 0 com.att.protectplus"
adb shell "pm uninstall -k --user 0 com.att.callprotect"
adb shell "pm uninstall -k --user 0 com.att.android.attsmartwifi"
adb shell "pm uninstall -k --user 0 net.aetherpal.device"
adb shell "pm uninstall -k --user 0 com.dti.att"
adb shell "pm uninstall -k --user 0 com.motorola.dm.plugins.attdm"
adb shell "pm uninstall -k --user 0 com.motorola.att.phone.extensions"
adb shell "pm uninstall -k --user 0 com.motorola.att.loader"
adb shell "pm uninstall -k --user 0 com.motorola.moto"
adb shell "pm uninstall -k --user 0 com.motorola.modstore"
adb shell "pm uninstall -k --user 0 com.motorola.ccc.notification"
adb shell "pm uninstall -k --user 0 com.motorola.motocare"
adb shell "pm uninstall -k --user 0 com.motorola.motocare.int"
adb shell "pm uninstall -k --user 0 com.motorola.motosignature.app"
adb shell "pm uninstall -k --user 0 com.locationlabs.cni.att"
adb shell "pm uninstall -k --user 0 com.att.myWireless"
adb shell "pm uninstall -k --user 0 com.motorola.att.settings.extensions"
adb shell "pm uninstall -k --user 0 com.matchboxmobile.wisp"
adb shell "pm uninstall -k --user 0 com.amazon.mShop.android.shopping"
adb shell "pm uninstall -k --user 0 com.facebook.katana"
adb shell "pm uninstall -k --user 0 com.facebook.system"
adb shell "pm uninstall -k --user 0 com.facebook.appmanager"
adb shell "pm uninstall -k --user 0 com.lenovo.lsf.user"
adb shell "pm uninstall -k --user 0 com.ubercab"
adb shell "pm uninstall -k --user 0 com.ubercab.companion"
adb shell "pm uninstall -k --user 0 com.yellowpages.android.ypmobile"
adb shell "pm uninstall -k --user 0 com.yahoo.mobile.client.android.mail"
adb shell "pm uninstall -k --user 0 com.yahoo.mobile.client.android.yahoo"
adb shell "pm uninstall -k --user 0 com.volpe.sudoku"
adb shell "pm uninstall -k --user 0 com.synchronoss.dcs.att.r2g"
adb shell "pm uninstall -k --user 0 com.motorola.att.phone.extensions"
adb shell "pm uninstall -k --user 0 com.aetherpal.attdh.lenovo"
adb shell "pm uninstall -k --user 0 com.att.mobile.android.vvm"
adb shell "pm uninstall -k --user 0 com.goodgamestudios.bigfarmmobileharvest"
adb shell "pm uninstall -k --user 0 com.booking"
adb shell "pm uninstall -k --user 0 com.weather.Weather"
adb shell "pm uninstall -k --user 0 com.weather.preload"
adb shell "pm uninstall -k --user 0 org.mozilla.firefox"
adb reboot
This just uninstalls some apps with ADB. What does removing these apps have to do with a network/carrier unlock of the SIM card?
Haven't tested them cause i don't own windows pc
ADB is available for Linux and MacOS at
https://developer.android.com/studio/releases/platform-tools so your script would run on any OS with ADB.