Skip to content

Commit 0b9f089

Browse files
committed
Update Edge shortcut arguments in config
Added '--disable-first-run-ui' to the Microsoft Edge shortcut arguments to further suppress first run UI prompts.
1 parent f0ef73c commit 0b9f089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/Machine.All.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"Shortcuts": [
9898
{
9999
"Path": "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk",
100-
"Arguments": "--no-first-run"
100+
"Arguments": "--no-first-run --disable-first-run-ui"
101101
}
102102
]
103103
}

0 commit comments

Comments
 (0)