Odrive not launching

Hi.

The odrive is not lunching on my pc.

I click to open the odrive, but nothing happen. I tried to reinstall, but didn’t work.

Windows 10.

Thanks!

Hi @leandroteraoka,
Can you try the steps in this post and let me know what you see?

Thanks for answering, but didn’t work.

System can´t find the file

C:\WINDOWS\system32>powershell -command “&{$bin=$(ls “$HOME.odrive\bin” | sort Name -desc | select -f 1).FullName; Start-Process “$($bin)\odriveapp.exe”;}”
ls : Não é possível localizar o caminho ‘C:\Users\leand.odrive\bin’ porque ele não existe.
No linha:1 caractere:10

  • &{$bin=$(ls “$HOME.odrive\bin” | sort Name -desc | select -f 1).Full …
  •      ~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Users\leand.odrive\bin:String) [Get-ChildItem], ItemNotFoundExcepti
      on
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Start-Process : Esse comando não pode ser executado devido ao erro: O sistema não pode encontrar o arquivo
especificado.
No linha:1 caractere:76

  • … desc | select -f 1).FullName; Start-Process “$($bin)\odriveapp.exe”;}
  •                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:slight_smile: [Start-Process], InvalidOperationException
    • FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand

Hi @leandroteraoka,
See if this works for you:

Worked!

Thanks a lot!

1 Like