banner
言者

言者

言者无罪,闻者足戒,每个人都有表达的自由,同样,每个人都有相信的自由,言你所想,信你所信,这就是对待言论的态度。

OneDrive Recovery

Mainly used to solve the problem of the "File On-Demand" feature not being able to enable or start.

C:\Users\Administrator\AppData\Local\Microsoft\OneDrive\onedrive.exe /reset

$ProfilePath = $env:HOMEPATH

remove-item -Path "$env:HOMEPATH\AppData\Local\OneDrive" -Recurse -ErrorAction Continue

remove-item -Path "$env:HOMEPATH\AppData\Local\Temp\*" -Recurse -ErrorAction Continue

remove-item -Path "$env:HOMEPATH\AppData\LocalLow\Temp\*" -Recurse -ErrorAction Continue

remove-item -Path "C:\Windows\Temp\*" -Recurse -ErrorAction Continue

Restart-Computer


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.