|
|
|
date: Thu, 3 Jul 2008 22:18:24 +0500,
group: microsoft.public.word.vba.beginners
back
Re: Can we disable macro security using Visual Basic for Applications
Look, those who provide most of the answers here are generally responsible
people. Even if we happen to know how to do what you are asking (and as it
happens, I don't), it is hardly likely that we would publisg a mechanism
that would be of use in spreading viruses.
In any case, Nometz must initially be running something other than VBA,
because if it were VBA, it wouldn't get the chance to execute in the first
place in order to make the changes to security that allow it to propagate.
If you need a specific macro or template to be given execution rights, use
"Digital Certificate for VBA Projects" in Microsoft Office Tools to create
a digital certificate, and apply the certificate to your template. Then
macros from that template then will run on your PC without triggering the
macro warning.
--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
"oc9ine" wrote in message
news:uaBtcGe3IHA.3556@TK2MSFTNGP04.phx.gbl...
> Dear I found this on net...
>
> ========
>
> Nometz is a macro virus that infects all opened Microsoft Word documents.
> The parasite modifies Microsoft Word essential macro security settings,
> hides certain menu options and disables some program components. Nometz
> copies infected documents to C:\Windows\System directory, changes their
> extension to .jpg and silently uploads these files to a predetermined FTP
> server. Such virus behavior causes a disclosure of user sensitive
> information. After documents were successfully uploaded, the parasite
> deletes them and temporarily restores default Microsoft Word security
> settings.
>
>
> =========
>
> I ask there must be some hidden for-masters-only settings to disable macro
> security of VBA, plz I want to do it for my personal purpose only..
>
>
> Help me..
>
>
> Oc9ine
>
date: Fri, 4 Jul 2008 16:13:36 +0100
author: Jonathan West
Re: Can we disable macro security using Visual Basic for Applications
Hi oc9ine,
One thing you can be sure of is that the virus wasn't using vba to change the macro security level.
To be sure, the security settings can be modified programmatically, but not using vba in Word when the Word macro security settings
are set to 'high' - unless it's being run from a trusted location. The reason is simple: if you load a document containing a macro,
Word checks the security settings before allowing the macro to run. Hence there's no way for a security-setting-change macro to run
when the security settings are set to 'high' - unless it's being run from a trusted location (in which case, why bother).
--
Cheers
macropod
[MVP - Microsoft Word]
"oc9ine" wrote in message news:uaBtcGe3IHA.3556@TK2MSFTNGP04.phx.gbl...
> Dear I found this on net...
>
> ========
>
> Nometz is a macro virus that infects all opened Microsoft Word documents. The parasite modifies Microsoft Word essential macro
> security settings, hides certain menu options and disables some program components. Nometz copies infected documents to
> C:\Windows\System directory, changes their extension to .jpg and silently uploads these files to a predetermined FTP server. Such
> virus behavior causes a disclosure of user sensitive information. After documents were successfully uploaded, the parasite deletes
> them and temporarily restores default Microsoft Word security settings.
>
>
> =========
>
> I ask there must be some hidden for-masters-only settings to disable macro security of VBA, plz I want to do it for my personal
> purpose only..
>
>
> Help me..
>
>
> Oc9ine
>
date: Sat, 5 Jul 2008 08:21:33 +1000
author: macropod lid
|
|