安装软件时出现error 1337

Error 1317 An error occurred while attempting to create the directory Drive Name:\Folder Name

https://support.microsoft.com/en-us/kb/872903

找到C盘,右键,属性。

安全,高级,权限。

更改权限,选择System,编辑。

勾选完全控制,然后确定。再应用。

====================================

将安全信息应用到以下对象时发生错误

解决方法:

点击“安全”-->"高级"-->“所有者”-->“其他用户或组”,添加everyone用户

在“替换子容器及对象的所有权”前面的复选框打勾。确定就ok了。

Note:需要关闭杀毒软件,杀毒软件本身对自己的文件夹做了保护的

========================================

右键选中C:\ProgramData\Microsoft文件夹

属性,安全,权限

发现这个文件夹的权限,是没有的。直接给它添加EveryOne权限

然后就可以了

时间: 2024-10-20 15:53:01

安装软件时出现error 1337的相关文章

CentOS 安装软件时,错误Transaction check error ... file...conflicts with file from package zzz的解决

CentOS 安装软件时(比如:# yum install subversion),有时候会碰到类似如下的错误: Transaction check error: file /usr/lib64/libsvn_client-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file /usr/lib

[原]linux安装软件时提示找不到镜像的问题:Couldn't resolve host 'mirrorlist.centos.org'

问题:[[email protected] ~]# yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.cent

linux安装软件时提示找不到镜像的问题:Couldn't resolve host 'mirrorlist.centos.org'

问题:[[email protected] ~]# yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.cent

php安装编译时 configure: error: Cannot find OpenSSL's <evp.h>

=============================================== yum install error: protected multilib versions error===============================================sudo yum downgrade openssl 降级sudo yum install openssl-devel ===另外参考====================================

安装软件时依赖冲突的万能解决方案

Perface 如果让你实现这个页面和一些操作的,比如点击1.2.3等就在那个input text中显示,还有删除功能,拨打我们先不要管它,只是模拟而已.要是我刚开始做的话,我会这样做: 用css.HTML布局那个界面 用javascript的事件委托监听那个按钮的父节点的点击事件 但是如果我想用面向对象的思想做呢?我是用Ext做的,所以我想说的是它帮我封装了很多.可能一些没用过Ext的人不太了解我下面贴的代码,但是我会尽量解释清楚的! Description ContactTelPanel =

【转】ubuntu 11.04使用apt-get安装软件时一直提示E:unable to locate package

问题: VMware虚拟机安装了ubuntu 11.04,在使用apt-get安装软件时一直提示E:Unable to locate package. 百度了原因,说是要更新源,使用命令:sudo apt-get update更新了,但更新之后问题还是存在: 解决方案: 主要还是源的问题,目前网上找的很多源都是很久以前的了,很多的可能都不能用了: 然后自己重新下载了一个ubuntu 14.04版本的源替换原来的sources.list文件,然后运行sudo apt-get update更新后就可

centos6.6下安装MySQLdb时出现“error: command 'gcc' failed with exit status 1”

1. 问题描述 在MySQL-python-1.2.3源码包根目录下执行安装命令: # python setup.py install 出现以下信息: error: command 'gcc' failed with exit status 1 2. 解决方法 在安装MySQLdb前安装以下依赖库: # yum install python-devel mysql-devel zlib-devel openssl-devel 安装完以上依赖库后, 再在MySQL-python-1.2.3源码包根

apt-get install安装软件时出现依赖错误解决方式

在使用apt-get install安装软件时,常常会遇到如上图所看到的错误.该错误的意思为缺少依赖软件.解决方式为: aptitude install golang-go

easy_install 和pip安装软件时使用指定的 源地址

一般来说,使用国外的网站安装软件有些速度会很慢,因此在安装软件时可以使用国内的网站. 1.临时改变 使用easy_install安装pip时有时就会很慢,因此可以更换软件源地址: easy_install -i https://mirrors.aliyun.com/pypi/simple pip 同时pip安装软件时也可以使用指定的源地址安装软件: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple lxml 2.永久改变 也可以通过设