当前位置:网站首页>浏览器下载的文件属性里都有保护,如何去掉
浏览器下载的文件属性里都有保护,如何去掉
2022-06-25 01:35:00 【shawyang】
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v SaveZoneInformation /t REG_DWORD /d 1 /f
上面2句命令去保护,下面2句命令改IE空白主页。
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d about:blank /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Default_Page_URL" /t reg_sz /d about:blank /f
边栏推荐
猜你喜欢

20 years ICPC Macau station L - random permutation

UnityShader入门精要——表面着色器

Computer wechat user picture decoded into picture in DAT format (TK version)

MATLAB主窗口与编辑器窗口分开为两个界面的解决办法

Leecode learning notes - the shortest path for a robot to reach its destination
![[proteus simulation] Arduino uno+ nixie tube display 4X4 keyboard matrix keys](/img/80/c97410c88856479e6be9de67936790.png)
[proteus simulation] Arduino uno+ nixie tube display 4X4 keyboard matrix keys

AI clothing generation helps you complete the last step of clothing design

CUDA编程入门极简教程

Detailed explanation of cache (for the postgraduate entrance examination of XD)

大咖说*计算讲谈社|如何提出关键问题?
随机推荐
Please check the list of commonly used software testing tools.
Leetcode 210: curriculum II (topological sorting)
Gold medal scheme of kaggle patent matching competition post competition summary
自动化测试
Advanced usage of groovy
高数 | 精通中值定理 解题套路汇总
NPM package publishing tutorial
MCN institutions are blooming everywhere: bloggers and authors should sign contracts carefully, and the industry is very deep
14 bs对象.节点名称.name attrs string 获取节点名称 属性 内容
mysql学习笔记--单张表上的增删改查
20 years ICPC Macau station L - random permutation
Dirvish Chinese document of vim
Introduction to CUDA Programming minimalist tutorial
Internship: use of SVN
How transformers Roberta adds tokens
Cloud native database vs traditional database
Unity存档系统——Json格式的文件
AI自己写代码让智能体进化!OpenAI的大模型有“人类思想”那味了
使用XXL-JOB自定义任务并调度
Seata四大模式之TCC模式详解及代码实现