当前位置:网站首页>Win11/10家庭版禁用Edge的inprivate浏览功能
Win11/10家庭版禁用Edge的inprivate浏览功能
2022-04-23 15:55:00 【tiaozhanzhe1900】
- 参考链接:https://answers.microsoft.com/zh-hans/microsoftedge/forum/all/%E8%AF%B7%E6%95%99%E5%A6%82%E4%BD%95%E7%A6%81/5cc38d67-0679-45c4-b3f7-ca568cca4cbf
百度的其他解决方案是错误的,不能解决目前(2022年之后的win10版本)禁用Edge的注册表操作。正确的操作为
- 启动 Windows 系统注册表编辑器,定位至 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft 路径,右击 Microsoft 项,点击 “新建”>“项” 按钮,将其重命名为 Edge。
- 右击 Edge 项,点击 “新建”>“DWORD (32 位) 值” 按钮,将其重命名为 InPrivateModeAvailability,双击将 “数值数据” 调整为 1,重启Edge即可
版权声明
本文为[tiaozhanzhe1900]所创,转载请带上原文链接,感谢
https://blog.csdn.net/tiaozhanzhe1900/article/details/124349823
边栏推荐
- Spark 算子之filter使用
- The biggest winner is China Telecom. Why do people dislike China Mobile and China Unicom?
- Best practices of Apache APIs IX high availability configuration center based on tidb
- Application case of GPS Beidou high precision satellite time synchronization system
- The principle and common methods of multithreading and the difference between thread and runnable
- GRBL学习(一)
- One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
- [split of recursive number] n points K, split of limited range
- Master vscode remote GDB debugging
- Sortby use of spark operator
猜你喜欢
R语言中实现作图对象排列的函数总结
C language --- advanced pointer
Import address table analysis (calculated according to the library file name: number of imported functions, function serial number and function name)
Website pressure measurement tools Apache AB, webbench, Apache jemeter
C language --- string + memory function
Config组件学习笔记
Spark 算子之partitionBy
MetaLife与ESTV建立战略合作伙伴关系并任命其首席执行官Eric Yoon为顾问
实现缺省页面
Method 2 of drawing ROC curve in R language: proc package
随机推荐
The length of the last word of the string
一刷314-剑指 Offer 09. 用两个栈实现队列(e)
运维流程有多重要,听说一年能省下200万?
GRBL学习(二)
ESP32编译环境的搭建
VIM specifies the line comment and reconciliation comment
Open source project recommendation: 3D point cloud processing software paraview, based on QT and VTK
PS为图片添加纹理
MySQL集群模式與應用場景
多级缓存使用
字符串最后一个单词的长度
shell_ two
CVPR 2022 quality paper sharing
Go语言条件,循环,函数
[open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope
mysql乐观锁解决并发冲突
TIA博图——基本操作
Tencent offer has been taken. Don't miss the 99 algorithm high-frequency interview questions. 80% of them are lost in the algorithm
JVM - Chapter 2 - class loader subsystem
Filter usage of spark operator