![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an application that prints a Word mail merge in the background. That now fails in Office 2003 because Word is sitting in the background waiting for the user to give confirmation that it is okay to run an SQL Statement. I found on Microsofts website that I need to add this registry key to bypass the message For Word 2003 HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\W ord\Options "SQLSecurityCheck"=dword:00000000 1. Start Registry Editor. 2. Locate and then click the following registry key: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\W ord\Options 3. Click Edit, point to New, and then click DWORD Value. 4. Under Name, type: SQLSecurityCheck 5. Double-click SQLSecurityCheck. 6. In the Value data box, type: 00000000 7. Click OK. Any VB script experts around that could tell me how to do this in a script so that I don't have to go around to a whole bunch of end user machines and manually add this key? TIA |
#3
| |||
| |||
|
|
Any VB script experts around that could tell me how to do this in a script so that I don't have to go around to a whole bunch of end user machines and manually add this key? TIA |
![]() |
| Thread Tools | |
| Display Modes | |
| |