So, let's make this perfectly clear.
Is there truly a way to establish the ADB and use it to send commands wirelessly on a non-rooted physical android device? My scenario is basically one PC Desktop computer and one Android device. Nothing else. I only need to establish ADB between the two under the mentioned conditions. If a method suiting my scenario and condition exists, what may it be?
There are countless of threads regarding this exact question, but many make the wrong answer and get good feedback, while others get moderated on and marked as duplicate of a thread that has absolutely nothing to do with the original question. A typical answer to this type of thread or a moderator's reference either contain the usage of a cable and/or rooting the device, while the question has made it perfectly clear not to use any of it.
It's misleading and annoying. I can't get a simple answer out of anywhere involving this question. It is confusing as it does not involve an answer that meets the original post's details, scenarios, etc.
Yes. You can connect your Android device over WiFi to your PC, no cable required:
(These steps are taken directly from the Android Developer Docs here: https://developer.android.com/studio/command-line/adb)
On Android 11+:
adb pair ipaddr:port
. Use the IP address and port number from step 5. none
Enter pairing code: 482924
Successfully paired to 192.168.1.130:37099 [guid=adb-235XY]
adb connect ipaddr:port
. Use the IP address and port under Wireless debugging: