Skip to content

L4Ph/ZeroADB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZeroADB

What is This?

This is the fastest adb/fastboot environment command using Powershell
Just run the following line and you're done!
Administrator privileges are required for execution.

Start-Process -FilePath "powershell" -ArgumentList "Invoke-Expression (Invoke-WebRequest -Uri 'http://me.katsuyuki-karasawa.dev/ZeroADB/ZeroADB.ps1').Content" -Verb RunAs

Warning!

Currently only Windows is supported.


ZeroADB

これはなに?

これはPowershellを使用して、最速でadb/fastbootの環境を整えるコマンドです 以下の1行を実行すればすぐに終わります 管理者権限が必要です

Start-Process -FilePath "powershell" -ArgumentList "Invoke-Expression (Invoke-WebRequest -Uri 'http://me.katsuyuki-karasawa.dev/ZeroADB/ZeroADB.ps1').Content" -Verb RunAs

注意

現在はWindowsのみの対応です