Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 8738798

Browse files
committed
הוספת קבצים
1 parent 15e7721 commit 8738798

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

1.reg

454 Bytes
Binary file not shown.

CopyToWsa.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
MODE CON COLS=30 lines=10
3+
tasklist | find "GSKServer.exe"
4+
if errorlevel 1 start wsa:// & timeout 7
5+
adb connect 127.0.0.1:58526.
6+
adb push %1 ./storage/emulated/0/Download

CopyToWsa.exe

120 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@echo off
2+
cd /d "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) && reg.exe query "HKU\S-1-5-19" 1>nul 2>nul || ( cmd /u /c echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~sdp0"" && ""%~s0""", "", "runas", 1 >> "%temp%\getadmin.vbs" && "%temp%\getadmin.vbs" && exit /B )
3+
echo yes | reg delete HKEY_CLASSES_ROOT\*\shell\copyfiletowsa
4+
del /q "C:\Program Files\Copy_file_to_wsa\*.*"
5+
exit
373 KB
Binary file not shown.
218 KB
Binary file not shown.

0 commit comments

Comments
 (0)