Greetings,
I rolled my own Access application startup script in Windows NT Command Script (NT Batch .cmd file) language.
On one machine, I see a security warning that the script is going to run Regedit.exe... setting registry settings so that the Access application will work properly and not display security nonsense messages.
I checked with IT about the difference. Their answer is that both machines were imaged the same way... between my test machine and this one which was upgraded today.
So, any suggestions what might the difference be issuing this from a .CMD file?
Does anyone know something I can set on the workstation during initial application software deployment that would prevent this type of warning from popping each time the application is launched via the desktop shortcut? I apologize for not being able to provide a screen shot of the security warning message, Win7 kindly refused to capture a screen shot to the Windows clipboard... "security risk" no doubt... 
I rolled my own Access application startup script in Windows NT Command Script (NT Batch .cmd file) language.
On one machine, I see a security warning that the script is going to run Regedit.exe... setting registry settings so that the Access application will work properly and not display security nonsense messages.
I checked with IT about the difference. Their answer is that both machines were imaged the same way... between my test machine and this one which was upgraded today.
So, any suggestions what might the difference be issuing this from a .CMD file?
Code:
REM Now merge in the dynamically created registry file
RegEdit.exe /S %XYZRegFile%
