本帖最后由 潘钜森 于 2026-6-12 17:20 编辑
--disable-features=msFeatureGroupNewLookAndFeelHoldout
桌面快捷方式(启动)
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=msFeatureGroupNewLookAndFeelHoldout
任务栏快捷方式(启动)
C:\Users\用户名\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch
C:\Users\用户名\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
应用自启动(注册表)
- 将原有的
设置👉应用👉启动👉Edge 关闭,然后自行新建一个自启动,否则只能关闭增强启动 (自启动)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MicrosoftEdgeAutoLaunch"="\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --disable-features=msFeatureGroupNewLookAndFeelHoldout --no-startup-window --win-session-start"
开始菜单(注册表)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Microsoft Edge\shell\open\command]
@="\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --disable-features=msFeatureGroupNewLookAndFeelHoldout"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Clients\StartMenuInternet\Microsoft Edge\shell\open\command]
@="\"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --disable-features=msFeatureGroupNewLookAndFeelHoldout"