JSI Tip 1202. Protecting Windows NT from a Word Macro virus.

Jerold Schulman

April 2, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Word Macro viruses disable virus protection as part of their attack.

To disable their ability to do this, first turn on the virus protection. Run regedit /s macrovirus.reg, where macrovirus.reg contains:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftOffice8.0Word]

[HKEY_CURRENT_USERSoftwareMicrosoftOffice8.0WordOptions]
"EnableMacroVirusProtection"="1"

[HKEY_CURRENT_USERSoftwareMicrosoftOffice9.0]

[HKEY_CURRENT_USERSoftwareMicrosoftOffice9.0WordSecurity]
"Level"=dword:00000002

Then use Regedt32 / Security / Permissions to grant Read access to the Everyone group, Full Control to SYSTEM, and Full Control to Administrators on the Word/Options and Word/Security keys.

NOTE: If you logon as a member of the Administrators group, grant it Read.

You can use REG and RegDACL to do this in batch.

If you granted Read to Administrators, running these tools under the Schedule Service (AT command), when it is set to use the default LocalSystem account, will allow you to make subsequent changes.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like