[Solved] Google Driver - Setup Failed to Install the Driver

This is how to solving the problem with error message “Setup failed to install the driver“ while installing the Google Driver File Stream. Mostly because the folder or locked for the write permission, need to open the access using takeown command: takeown /f folder_name /r /a /d y /f = Specifies the filename or directory /r = Recurse: instructs tool to operate on files in specified directory and all subdirectories /d = Default answer used when the current user does not have the “list folder“ permission on a directory. This occurs while operating recursively (/R) on sub-directories. Valid values “Y“ to take ownership or “N“ to skip. Just drop your messages for any questions, Hopefully can help. Thank you!
Back to Top