我正在关注this guide以删除Steam云配置文件,我必须clc一个文件夹:[Steam\userdata\95925904\381210\remote]
。每当我尝试clc时,我都会收到拒绝访问错误。
以下是错误的图片 - https://gyazo.com/cbab29f1daa2506b474683af42696ec1
我尝试以管理员身份打开PowerShell,但没有帮助。这是错误:
Clear-Content : Access to the path "D:\ProgramFiles\other\Steam\userdata\95925904\381210\remote\ProfileSaves" is denied.
At line:1 char:4
+ clc <<<< D:\ProgramFiles\other\Steam\userdata\95925904\381210\remote\*
+ CategoryInfo :PremissionDenied: (D:\ProgramFiles...te\ProfileSaves:String) [Clear-Content], UnauthorizedAccessException
+FullyQualifiedErrorId : ClearContentUnauthorizedAccessError,Microsoft.Powershell.Commands.ClearContentCommand
答案 0 :(得分:0)
好的,你试过手动吗?导航到该文件夹,打开文件(在记事本或类似的东西)并清除内容?
尝试从指南中完成步骤,如果一种方法不起作用尝试另一种方式做同样的事情。尝试了解该步骤的作用。
clc只清除指定文件的内容。 https://technet.microsoft.com/en-us/library/hh849853.aspx
答案 1 :(得分:0)
确保所有Steam实例及其运行的所有服务都已停止,然后尝试清除
clc -path "D:\ProgramFiles\other\Steam\userdata\95925904\381210\remote\*"