Forum Discussion
joshuad
Jan 07, 2020Copper Contributor
Prevent First Time Run screen on Edge Beta
Hello all! I'm working on a project where we are transitioning from Internet Explorer into Microsoft Edge. We've been specifically waiting for the Microsoft Edge Chromium build to be released. Si...
- Feb 13, 2020
This is now in their latest build.
MaddeCracker
Mar 12, 2020Copper Contributor
i'm not a programmer, and I'm sure someone could write a better version.
run powershell as admin
copy and paste and then hit enter:
reg load HKLM\Default_User C:\Users\Default\NTUSER.DAT
New-Item –Path Registry::"HKLM\SOFTWARE\Policies\Microsoft" –Name MicrosoftEdge
reg load HKLM\Default_User C:\Users\Default\NTUSER.DAT
New-Item –Path Registry::"HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge" –Name Main
reg load HKLM\Default_User C:\Users\Default\NTUSER.DAT
Set-ItemProperty -Path Registry::HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main -Name AllowPrelaunch -Value 0
let me know how it worked