I need a .vbs script to enable macros on ms word.
So every time the .vbs is run, the Macros should be enabled
Kindly help..
I need a .vbs script to enable macros on ms word.
So every time the .vbs is run, the Macros should be enabled
Kindly help..
Copyright © 2021 Jogjafile Inc.
The default registry key for macro security is
You could set it with a script:
and it would enable macros. This only works if Word is either closed when you run the script or restarted afterwards.
If you are in a company that uses GPOs to handle macro security it would probably be overwritten.