Jump to content

Recommended Posts

Posted

Here is the reg setting to disable the message on clients in the meantime.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\SAVService\Application]
"DisableEndOfLifeMessaging"=dword:00000001

Posted
Here is the reg setting to disable the message on clients in the meantime.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\SAVService\Application]
"DisableEndOfLifeMessaging"=dword:00000001

 

what is the easiest way to push this setting out?

an example of a startup script would be great

 

or can it be done via gpo?

 

any help would be great

  • 4 weeks later...
Posted

I have created an adm file to do this through group policy, just copy and paste the below into notepad and save as a .adm

 

CLASS MACHINE

 

CATEGORY "Sophos"

 

POLICY "Disable Sophos Expiry Msg"

 

KEYNAME "SOFTWARE\Sophos\SAVService\Application"

EXPLAIN "This policy disables the expiration of sophos 7 messages"

VALUENAME "DisableEndOfLifeMessaging"

VALUEON NUMERIC 1

VALUEOFF NUMERIC 0

 

END POLICY

 

END CATEGORY

Posted

that adm didn't work for me. I used reg2adm to remake it and got this instead, which does work:

 

CLASS MACHINE

CATEGORY SOFTWARE\Sophos\SAVService

POLICY Application

KEYNAME SOFTWARE\Sophos\SAVService\Application

PART DisableEndOfLifeMessaging NUMERIC

VALUENAME "DisableEndOfLifeMessaging"

END PART

END POLICY

END CATEGORY

Posted
Sorry if this is a bit of a simpletons question but what do I do with the adm file in AD. At home at moment so cant have a look. Presume I just import it from the File menu and it then affects all users or do I have to do it with individual GPO's?
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...