在 OneDrive 正常運作的情況下,請嘗試在命令提示字元中執行以下行:
wmic process get Caption, ExecutablePath, ParentProcessId, ProcessId
如果將 OneDrive 與所有其他程式進行比較,您會發現 ExecutablePath 後面有一個空格差異。為什麼會這樣以及如何解決這個問題? (不管你信不信,但這對我來說實際上很重要)。
輸出:
NvBackend.exe C:\Program Files (x86)\NVIDIA Corporation\Update Core\NvBackend.exe 4168 5632
SetPoint.exe C:\Program Files\Logitech\SetPointP\SetPoint.exe 4168 5956
svchost.exe C:\WINDOWS\system32\svchost.exe 780 6092
OneDrive.exe C:\Users\John\AppData\Local\Microsoft\OneDrive\OneDrive.exe 4168 6120
avastui.exe C:\Program Files\AVAST Software\Avast\avastui.exe 5564 4076
我使用 Windows 10。