Skip to content

Commit

Permalink
הוספת קבצים
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Sep 22, 2022
1 parent 15e7721 commit 8738798
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
Binary file added 1.reg
Binary file not shown.
6 changes: 6 additions & 0 deletions CopyToWsa.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
MODE CON COLS=30 lines=10
tasklist | find "GSKServer.exe"
if errorlevel 1 start wsa:// & timeout 7
adb connect 127.0.0.1:58526.
adb push %1 ./storage/emulated/0/Download
Binary file added CopyToWsa.exe
Binary file not shown.
5 changes: 5 additions & 0 deletions הסר העתקה לאנדרואיד.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
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 )
echo yes | reg delete HKEY_CLASSES_ROOT\*\shell\copyfiletowsa
del /q "C:\Program Files\Copy_file_to_wsa\*.*"
exit
Binary file added העתקה לאנדרואיד 2.0.exe
Binary file not shown.
Binary file added העתקה לאנדרואיד 2.0.rar
Binary file not shown.

0 comments on commit 8738798

Please sign in to comment.