polewislam.blogg.se

Disable edge windows 10
Disable edge windows 10











Ok, now that you have your scripts, add them to your Windows 10 OSD Scripts Package, then add it to OSD.

  • This batch file creates the registry keys for the logged on user, that will disable the Edge First Run Prompt & Page.
  • Reg.exe ADD "HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\FirstRun" /v LastFirstRunVersionDelivered /T REG_SZ /D "" /F Reg.exe ADD "HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main" /v IE10TourShown /T REG_DWORD /D "1" /F Reg.exe ADD "HKCU\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main" /v DisallowDefaultBrowserPrompt /T REG_SZ /D "" /F REM Adds Keys to disable prompt and first run It then copies the 2nd batch file local so it can run on first logon. This batch file is mounting the Default User Profile, adding a RunOnce key called EdgeDisablePrompt, which will run the the 2nd batch file when the user logs on the first time. Xcopy "EdgeBrowser\EdgeDisableDefaultPrompt.cmd" "c:\cabs\" /Y /S REM Copy File required to local machine c:\cabs Reg.exe unload HKEY_LOCAL_MACHINE\defuser

    disable edge windows 10

    Reg.exe ADD HKEY_LOCAL_MACHINE\defuser\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v EdgeDisablePrompt /T REG_SZ /D "c:\cabs\EdgeDisableDefaultPrompt.cmd" /F Reg.exe load HKEY_LOCAL_MACHINE\defuser c:\users\default\ntuser.dat REM Sets RunOnce for each user who logs in to run the script that will remove the Edge Default Prompt REM Load Default User's Registry to HKLM\defuser, then import the settings needed. This method will use two Batch Files: ( Included in download in EdgeBrowser Folder) This is very similar to how I Pin Internet Explorer Icon to the Taskbar, which is why I went with this method. I’ve modified it to be two batch files that create registry keys and use the “runonce” key. For something more fancy than batch files, use that post. This idea was borrowed and adapted from Jorgen Nilsson’s post, all credit goes to him: – For more info, check out that blog, he lays it out really nice.

    disable edge windows 10

    REG ADD HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main /V PreventFirstRunPage /T REG_DWORD /D 1 /F For now, recommend using Group Policy: "Windows Component \ Microsoft Edge.

    disable edge windows 10

    Note: Is not working on new builds of Windows 10.













    Disable edge windows 10