我有一个名为“prn”的文件夹,它是通过云同步服务在 Windows 上创建的。
我不再是该服务的订阅者,并已尝试删除该文件夹。
该名称可能与 Windows 保留术语冲突,我猜是打印队列。
命令提示符拒绝目录存在
E:\goDropBox\Dropbox>dir prn
Directory of \\.
File Not Found
E:\goDropBox\Dropbox>cd prn
The system cannot find the path specified.
E:\goDropBox\Dropbox>del prn
The filename, directory name, or volume label syntax is incorrect.
E:\goDropBox\Dropbox>
Windows 资源管理器抛出...
An unexpected error is keeping you from deleting the folder. If you continue to receive this error, you can use this error code to search for help with this problem.
Error 0x8007010B: The directory name is invalid
prn
Date created: 03/07/2013
搜索此错误消息的帮助主要针对任务计划程序、Windows 更新和 Outlook 通讯簿的一些问题提供建议。
我也尝试在停止打印后台处理程序服务后删除 - 同样的错误。
有人有什么想法吗?
谢谢