Windows error 0x8007018B, -2147024501

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[1][2]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[1][2]
Error Code395 (0x018b)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000018b.

Questions

11votes
3answers

Can't remove, rename or copy old OneDrive folder (0x8007016B)

I recently did a reset of my Windows 10 computer. I have two drives connected: * C: an SSD, and * D: two regular HDDs forming a dynamic mirrored drive within Windows. On the D: drive I had my old onedrive folder. d:\OneDrive after the reinstallation of Windows 10 it [...] read more
windows
permissions
onedrive

Comments

Nicolas von Normann

The command

Remove-Item "OneDrive folder name" -Recurse -Force

in Admin Powershell (Enter by pressing Windows Key + X) worked for me!

Thank you so much!

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0