当前位置:网站首页>Win10只读文件夹怎么删除
Win10只读文件夹怎么删除
2022-08-04 18:09:00 【xitongzhijia_abc】
Win10只读文件夹怎么删除?一些朋友会遇到某些文件夹无法删除的情况,查看属性后发现有勾选只读,想知道有什么方法可以将这些只读文件夹给强行删除?我下面给朋友们讲讲Win10强制删除只读文件夹的两种方法。
方法一:获取完全控制权限
1、首先,右键点击想要删除的文件夹,在打开的菜单项中,选择属性;
2、文件夹属性窗口,切换到安全选项卡;
3、组或用户名下,选择正在使用的账户用户名,再点击编辑进入;
4、下拉查看权限,更改权限为完全控制,点击确定后,即可操作删除该文件夹。
方法二:使用cmd命令强制删除
1、在开始菜单中点开Windows系统文件夹里的命令提示符,右键点击它,选择以管理员身份运行。或者在搜索框输入cmd,快速找到命令提示符,点击以管理员身份运行;
2、命令提示符窗口,输入 del /? 命令,可以查看该命令的使用方法;
3、 以C盘下的123456文件夹为例;
4、要想强制删除文件,则输入 del /F/S/Q C:\123456 ,然后按回车即可(其中的/F参数就是强制删除只读文件的);
5、这时候,再打开资源管理器C盘,名称为123456的文件夹,已经被强制删除。
如果你还有其他关于win10的问题,可以在留言区评论。
边栏推荐
- 数据库SqlServer迁移PostgreSql实践
- 电源测试系统-ATE电源测试系统-ACDC电源模块测试系统NSAT-8000
- Speech Recognition Learning Resources
- Flink/Scala - Storing data with RedisSink
- Google Earth Engine APP - one-click online viewing of global images from 1984 to this year and loading an image analysis at the same time
- 基于层次分析法的“内卷”指数分析
- LeetCode 899. 有序队列
- 群友求助,一周没有搞定的需求,3分钟就解决了?
- 不论你是大众,科班和非科班,我这边整理很久,总结出的学习路线,还不快卷起来
- About the two architectures of ETL (ETL architecture and ELT architecture)
猜你喜欢
图解LeetCode——899. 有序队列(难度:困难)
Short-term reliability and economic evaluation of resilient microgrids under incentive-based demand response programs (Matlab code implementation)
网站设计师:Nicepage 4.15 Crack By Xacker
Babbitt | Metaverse daily must-read: Weibo animation will recruit all kinds of virtual idols around the world and provide support for them...
Iptables防火墙基础知识介绍
【无标题】
The Industrial Metaverse Brings Changes to Industry
Web端即时通讯技术:WebSocket、socket.io、SSE
How does the intelligent video surveillance platform EasyCVR use the interface to export iframe addresses in batches?
悦刻难回巅峰
随机推荐
JS兼容问题总结
Enterprise survey correlation analysis case
#yyds干货盘点# 面试必刷TOP101:链表相加(二)
语音识别学习资源
网站设计师:Nicepage 4.15 Crack By Xacker
DHCP&OSPF组合实验演示(Huawei路由交换设备配置)
dotnet core 输出调试信息到 DebugView 软件
单行、多行文本超出显示省略号
Flink / Scala - 使用 RedisSink 存储数据
数据集成:holo数据同步至redis。redis必须是集群模式?
Literature Review on Involution of College Students
数据库SqlServer迁移PostgreSql实践
unity中实现ue眼球的渲染
The prefix and discretization
golang安装和基础配置
离线同步odps到mysql 中文乱码是因为?mysql已是utf8mb4
Documentary on Security Reinforcement of Network Range Monitoring System (1)—SSL/TLS Encrypted Transmission of Log Data
Codeforces积分系统介绍
悦刻难回巅峰
区间贪心(区间合并)