quinta-feira, 18 de julho de 2019

Reparar OneDrive - Novo Funcional

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 


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 ...