Phillip Ostberg wrote...
I have users that do not have permissions to edit their registry
settings. I would like to be able to push Excel 2007 to them and
have Excel 2003 remain as their default program. Is there some way
they can do this through Windows Explorer? I tried doing the
Tools > Folder Options > File Types > XLS and then changing the
extension to Office 11 > XLS. This worked once, but the setting
did not stick.
How do you install new software on your users' machines? If via a
standard software image, make the necessary changes in the image. If
via remote admin logon, make the changes then. If via some other way,
more details needed.
Or you could add a shortcut in users' Startup folder to run the
command (meant to be a single line, but may wrap)
ftype.exe Excel.Sheet.8="C:\Program Files\Microsoft Office
\OFFICE11\EXCEL.EXE"
which would remain in place until users log off from Windows. Of
course that assumes your users have permissions to run ftype.exe.