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:
Postagens (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 ...
-
No menu iniciar, digite Bloco de Notas e execute como administrador No bloco de notas, clique em Arquivo > Abrir e cole o caminho aba...
-
Se existe um processo que pode salvar nossos finais de semana, é a verificação de um DC após a promoção, muitas vezes não fazemos a checag...