본문 바로가기
IT/Download App

cmd에서 구글 드라이브 설치

by haeun 하은 2023. 5. 12.
728x90

 

 

 

1. 윈도우 키 + R 로 cmd 열기

 

 

 

2. 구글 드라이브 설치 명령어

 

powershell -command (new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', $env:TEMP+'\chrome.exe'); & start %temp%\chrome.exe

 

 

 

 

3. 설치 완료

728x90
반응형

댓글