Frequently Asked Question

Q. 드라이브 강제 로그아웃 배치
Last Updated about a month ago

@echo off

echo [Google Drive 로그아웃 시작...]

:: Google Drive 프로세스 종료

taskkill /IM googledrivesync.exe /F 2>NUL

taskkill /IM GoogleDriveFS.exe /F 2>NUL

timeout /t 3 /nobreak >nul

:: 강제로그아웃

echo [Google Drive Clearing...]

rmdir /s /q "%APPDATA%\Google\DriveFS"

rmdir /s /q "%LOCALAPPDATA%\Google\DriveFS"

:: 드라이브 자동 실행

echo [Google Drive Starting...]

start "" cmd /c "C:\Program Files\Google\Drive File Stream\launch.bat"

echo [Google Drive Reset Done.]

exit

Please Wait!

Please wait... it will take a second!