I have been receiving the following error when trying to access 'C:\' from My Computer:
"Windows cannot find 'RECYCLER\S-0-3-25-100028350-100010729-100025702-2085.com'. Make sure..."
First, I navigated to 'C:\RECYCLER' and copied the existing (hidden) system file, renaming it to "S-0-3-25...", and then when I tried to access C:\ from My Computer, it opened the Recycle Bin.
(BACKUP/EXPORT YOUR REGISTRY BEFORE ATTEMPTING THE FOLLOWING)
Then I figured it must be a registry file pointing to that directory, so I opened REGEDIT from the 'Run...' command and did a search for the filename it was trying to open ("S-0-3-25..."). It produced the following result:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{740a8406-b665-11dd-8608-806d6172696f}\Shell\AutoRun\command
(Default) | REG_SZ | C:\WINDOWS\system32\RunDLL32.EXE Shell32.DLL,ShellExec_RunDLL RECYCLER\S-0-3-25-100028350-100010729-100025702-2085.com c:\
So I removed the "RECYCLER\S-0-3-25..." part, which makes it just point to 'c:\', and clicked OK :
(Default) | REG_SZ | C:\WINDOWS\system32\RunDLL32.EXE Shell32.DLL,ShellExec_RunDLL c:\
Now when I open 'C:\' from My Computer, it does open in a new window, but it opens with no error.