Forum Discussion

FreekBloemhof's avatar
FreekBloemhof
Brass Contributor
Aug 22, 2019

Users get an icon placed on their desktop at initial logon

Is it possible to disable this?

  • MSAlf's avatar
    MSAlf
    Brass Contributor

    Hi!
    Any way to get rid of this Desktop-fitted icon? I mean, yes, during Edge setup icon is not placed at Public Desktop using master_preferences, but user still gets icon created when Edge profile just created. Or I missed something here? Sure, there is a way to set some script running at user logon to remove link, but … hopefully there is a better (GPO) way to accomplish this?
    Terv, Alar.

    • FreekBloemhof's avatar
      FreekBloemhof
      Brass Contributor

      I am now using the following settings in my master_preferences (which I deploy on every update):

       

      "create_all_shortcuts":false,
      "do_not_create_any_shortcuts":true,
      "do_not_create_desktop_shortcut":true,
      "do_not_create_quick_launch_shortcut":true,
      "do_not_create_taskbar_shortcut":true

       

      I am not seeing a desktop shortcut beeing created for now, but the new behavior is that there is an icon pinned to the taskbar.  After adding ""do_not_create_any_shortcuts":true" is seems fixed. 

      It must be in the "distribution" part of the master_preferences file. My complete file is this:

      { 
      "distribution":{ 
      "msi":true,
      "system_level":true,
      "verbose_logging":true,
      "msi_product_id":"2D0AE8FB-D52E-3D51-845F-FF1A7FFBB09E",
      "allow_downgrade":false,
      "create_all_shortcuts":false,
      "do_not_create_any_shortcuts":true,
      "do_not_create_desktop_shortcut":true,
      "do_not_create_quick_launch_shortcut":true,
      "do_not_create_taskbar_shortcut":true
      }
      }
      • MSAlf's avatar
        MSAlf
        Brass Contributor

        FreekBloemhof

        Hi and thanks!
        Yes, adding "do_not_create_any_shortcuts":true prevents creating Desktop shortcut for user when no profile present, initial running of Edge. Good. (Before that other three settings didn’t stop this to happen.)
        More thanks, Alar.

    • Jimi-D's avatar
      Jimi-D
      Copper Contributor

      kprees 

      Hello - the idea is we should be able to get the MSI from MS, configure the settings required in GPO and deploy without customising the msi package.

      Microsoft need to supply a supported GPO / reg key to prevent it from occuring as this becomes an overhead on a 6 weekly release cycle / repackaging a base version. Microsoft provided reg keys for this of EdgeHTML and other applications, we need one for this as well.

  • Jimi-D's avatar
    Jimi-D
    Copper Contributor

    It would be nice if there were a GPO for this - Disable Desktop Shortcut Creation

  • jeff_bb's avatar
    jeff_bb
    Copper Contributor
    Every get something figured out here? The MSI install places a shortcut on the public desktop, if removed, the first run from the user puts one on the user's desktop. On Chrome, we handle this via do_not_create_desktop_shortcut=true , time to test if the MSI install supports master_preferences I guess?
  • FreekBloemhof's avatar
    FreekBloemhof
    Brass Contributor

    Also the start menu shortcut (which we provision) get changed after launching Edge?

Resources