ETAPA 1
You can reset OneDrive through PowerShell. We can reset it to clear the settings:
Open PowerShell as administrator (Search > PowerShell > Right click run as admin
Copy and paste these commands one by one:
Stop-Process -processname "OneDrive" -ErrorAction SilentlyContinue
Start-Process "$env:LOCALAPPDATA\Microsoft\OneDrive\OneDrive.exe" /reset -ErrorAction SilentlyContinue
Remove-Item -Path "HKCU:\Software\Microsoft\OneDrive" -Force -Recurse
Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\OneDrive" -Force -Recurse
Move-Item -Path "$env:ONEDRIVE" -Destination "$env:ONEDRIVE Backup"
try {Start-Process "$env:SYSTEMROOT\System32\OneDriveSetup.exe"} catch {Start-Process "$env:SYSTEMROOT\SysWOW64\OneDriveSetup.exe"}
After OneDrive finishes installing, It should be reset and you can check the settings again.
SEGUNDA ETAPA
Lets try to completely uninstall OneDrive via prompt command
taskkill /f /im OneDrive.exe
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
After that Go to RegEdit on this path: HKEY_CURRENT_USER\Software\Microsoft\OneDrive
You can remove all numerics Onedrive folders
From Account directoy remove all folders
After that restart the pc and install onedrive again
Site criado para dúvidas, artigos sobre tecnologias, sistemas de apoio, estratégias de negócio e dicas úteis do nosso dia a dia no trabalho.
quinta-feira, 18 de julho de 2019
Assinar:
Comentários (Atom)
Como mover senhas e favoritos entre Microsoft Edge Chromium
Press Win + R keys to open up the Run dialog box. Type %LocalAppData%\Microsoft\Edge\User Data and press enter . Move the Default ...
-
Você pode importar ou exportar regras para mensagens do Outlook para que outras pessoas possam usá-los. Quando você importa regras para uma...
-
Introduction If you are using Azure AD, you can join Azure AD as part of the Windows 10 version 1703 OOBE, it’s easy to do, just provid...