Import Files into WSA Download and Extract ADB tools Make a text file and save as filename.bat Put the commands in the bat file with the Folder Locations ⎗ ✓ 1 2 3 4 5echo cd [Platform-tools Folder Location] adb connect 127.0.0.1:58526 adb push %1 [Android Folder Location] pause Drag and drop files or folders you want on the bat file to transfer into WSA, Example ⎗ ✓ 1 2 3 4 5echo cd E:\DL\platform-tools adb connect 127.0.0.1:58526 adb push %1 /storage/emulated/0/DCIM pause 🏡Home 📚Wikis