Microsoft Edge 版本149强制圆角强制去除方法
本帖最后由 潘钜森 于 2026-6-12 17:20 编辑**`--disable-features=msFeatureGroupNewLookAndFeelHoldout`**
<br>
### 桌面快捷方式(启动)
```
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=msFeatureGroupNewLookAndFeelHoldout
```
<br>
### 任务栏快捷方式(启动)
```
C:\Users\用户名\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch
C:\Users\用户名\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
```
<br>
### 应用自启动(注册表)
- 将原有的 `设置👉应用👉启动👉Edge` 关闭,然后自行新建一个自启动,否则只能关闭增强启动 (自启动)
```reg
Windows Registry Editor Version 5.00
"MicrosoftEdgeAutoLaunch"="\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --disable-features=msFeatureGroupNewLookAndFeelHoldout --no-startup-window --win-session-start"
```
<br>
### 开始菜单(注册表)
```reg
Windows Registry Editor Version 5.00
@="\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --disable-features=msFeatureGroupNewLookAndFeelHoldout"
@="\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --disable-features=msFeatureGroupNewLookAndFeelHoldout"
```
页:
[1]