Windows 7 you say? Then GPO's can copy the files for you, no need for script. They can update, create, delete and replace files.
Comp Config>Prefs>Windows Settings>Files But on another note, I have never had to do this (Remove Flash update messages...) Do you have Adobe Download Manager installed? If so, and you manage Adobe updates yourself, I'd just uninstall that. -Sam -----Original Message----- From: Shaun N Owens [mailto:[email protected]] Sent: Monday, April 25, 2011 3:22 PM To: NT System Admin Issues Subject: Help with script or alternative to suppress flash update notices Hello, I was looking for a way to supress the Adobe Flash update pop ups, Accoring to the Adobe site you create a mms.cfg file and copy the file to c:\windows\syswow64 for Windows 7 machines. I wrote a VB scripts but I get an access is denied error, does anybody have any code to get around the UAC or another way of suppressing the update notifications that users get. I want to push this out via a GPO somehow.... set objFso=createObject("scripting.fileSystemObject" ) strFileToCopy="\\ou.MVF.edu\or\GP Software\Flash\mms.cfg" strFolder="C:\Windows\SysWOW64" if objFso.folderExists(strFolder) then objFso.copyFile strFileToCopy,strFolder&"\",true end if Best, Shaun ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin
