English 中文(简体)
无法从桌面Windows 10中删除档案
原标题:Unable to delete file from desktop | Windows 10

有一个视频文件,其格式为:wmv,但我无法从“我的桌面”中删除。

When I select it and press delete nothing happens. I can play that file, but it can t be copied somewhere or deleted.

问题回答

这可能是因为你没有适当查阅档案的权利。 如果你重新担任行政主管,就试图对档案进行点击,并进入房地产——以及安全。 检查用户名称,看看看是否有“未来控制”许可。 否则,就点击ed子,并在允许的情况下指定用户名称。

努力:

Remove-Item -Path "C:UsersJohnDownloadspath-name.mkv" -Force

删除“权力”。

  1. Go to search
  2. Type "PowerShell".
  3. Then right-click it and select "Run as administrator".
  4. Run the following command
Remove-Item –path c:users<yourUsername>desktopyourfile.wmv -force




相关问题
Not authorized to write to this feed

I am calling service.insert(new URL(getContentFeedUrl()), newAttachment); for Google sites file upload using MediaStreamSource in servlet and get following exception com.google.gdata.util....

php javascript permissions problem

Kind of a weird problem... not something ive ever run into before. So, i am using CKeditor, and am creating the upload and browse functions for users to upload and use images in the rich text editor. ...

Limiting Access by Permission

thanks for viewing this. I have a db that has users, roles & user_roles. What I am trying to achieve is a login that will select users who have Admin or Associate permissions. The login then uses ...

SQL Agent not kicking off an SSIS package

I have a server that has a SQL Agent job setup to run a two part datawarehouse build and Analysis Services cube build. The job ran successfully until there was a problem with Management Studio and ....

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签