United Kingdom Endpoint Management User Group

 View Only
  • 1.  v7.5 Agent Popup Message on Restart

    Posted Jun 06, 2014 06:10 AM

    We are currently going through the long process of migrating to a new v7.5 NS server, and I am currently migrating and testing clients using the 7.5 management agent.  I have noticed when running jobs and tasks that we now get a popup message whenever a task includes a restart or shutdown event.  The popup reads something along the lines of "Symantec Platform:  You are about to be logged off".  The only option in the popup is "close", and it doesn't stop the restart or shutdown from happening - so is only on screen for a few seconds.  We didn't have this before in our v7.1 environment, so we'd like to turn off these popup notifications.

    I assume it's a SMA policy option but I've gone through both the global and tagetted options and can't see an option to turn them on or off.

    Can someone more knowledgable than myself please help me find where I disable these message?

    Many thanks.



  • 2.  RE: v7.5 Agent Popup Message on Restart
    Best Answer

    Broadcom Employee
    Posted Jun 09, 2014 11:55 AM

    Hi chrismcevoy72!

    As far as I see, this pop-up notifications are enabled by default in Symantec Management Agent.

    I didn't find such option to control it as enabled/disabled for client computers.

    PopUP_SMA.jpg

     

    This option can be modified to disable or enable pop-up notification on client computers from registry.

    PopUP_Reg.jpg

    To disable this pop-up option on managed client computers, you can create a script task on your SMP Server and schedule it to appropriate clients.

    • This cmd line will disable pop-up notifications in SMA settings:

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Altiris Agent" /v EnableNotifications /t REG_DWORD /d 0 /f

    • And this one will enable it back, if required:

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Altiris Agent" /v EnableNotifications /t REG_DWORD /d 1 /f

     

    Example of script task in SMP console to disable pop-up notification on client computers. I see it works.

    DisablePop-Up_ScriptTask.jpg

    Thanks,

    IP.