EduTech Posted December 17, 2010 Posted December 17, 2010 You can view the page at http://www.edugeek.net/content.php?r=226-Sophos-Anti-Virus-version-7-End-of-life
SYSMAN_MK Posted December 17, 2010 Posted December 17, 2010 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
round2it Posted December 17, 2010 Posted December 17, 2010 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
PcDude Posted December 17, 2010 Posted December 17, 2010 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 The article mentions how to push out the change to all clients using the share that they update from. That may be the easiest way. Sophos Anti-Virus version 7: End of life
numericspark Posted January 13, 2011 Posted January 13, 2011 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
browolf Posted January 17, 2011 Posted January 17, 2011 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
TechSupp Posted January 17, 2011 Posted January 17, 2011 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?
round2it Posted January 17, 2011 Posted January 17, 2011 i just ran the reg setting to imported with a startup script seems to have worked no messages been displayed.
TechSupp Posted January 17, 2011 Posted January 17, 2011 How did you run the reg setting with a startup script, any chance of a copy of the script?
themightymrp Posted February 2, 2011 Posted February 2, 2011 Example script if the above is saved as sophosmsg.reg regedit /s \\domain\netlogon\sophosmsg.reg Easy as pie
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now