programatically disable windows in taskbar

R

reidarT

Everytime I install Access on a machine I have to manually edit Tools,
Options and disable Windows in taskbar, disable Confirm queries and so on.
Is it possible to do this programmatically?
reidarT
 
R

Rick Brandt

reidarT said:
Everytime I install Access on a machine I have to manually edit Tools,
Options and disable Windows in taskbar, disable Confirm queries and
so on. Is it possible to do this programmatically?
reidarT

Application.SetOption "ShowWindowsInTaskbar", 0
 
Top