"rowan.bradley" <> schrieb im Newsbeitrag
news:...
>
> My applications are there, but often when I run them they behave as if
> I've never run them before, and I have to get them configured the way I
> like them all over again.
Right, thats normal behaviour and its a bit more work to copy all these
settings. And you can't copy the settings of some applications but that
really depends on the application.
> Your script would be a useful thing to have.
I'll have to do some research and need some time to write that script, so it
could take a week since i have to do my job too

. I guess i can send it to
you at saturday or sunday evening.
> What difference does it make, when installing an application and it asks
> "install for all users, or just this user", what I answer?
If you install an application for all users, the settings are saved in the
program directory, in a directory in the all users profile or in the HKLM
registry hive (which is stupid!). If you install for yourself only, the
settings are saved in a directory in your profile or in the HKCU registry
hive (which is ok). Saving these settings in a directory in the all users
profile below a directory with the usernames is also possible but very rare
(and stupid too).
For each option there is also one or more setting specifying where the user
settings are saved, to let the app know where to look for them (All Users
profile, current user profile, program directory, etc.). These settings are
normally saved in the program directory or in the HKLM registry hive.
Normally the shortcuts are always placed in the all users start menu
(regardless if you select installation for yourself only or all users) but
as always, some applications place them always in the users start menu.
That are all differences in generel but - as always

- some applications
behave different, but only a very small amount.
Starting with Windows Vista, Microsoft tries to clean that up so that all
those settings are saved in the HKCU registry hive or the users profile
directory. Easier for the user to copy/backup these settings and easier for
the software developer, because he can use the same path for every user,
windows does the rest (even windows 2000 alsready did but many developers
doesnt know).
> How do I convert an application installed just for me to one installed
> for all users?
That really depends on the applications, there is no advice which works for
all apps. Most more professional apps like Adobe Photoshop, etc. or MS
Office dont let you choose that option, because every program you install is
always available for all users of the computers, as long as there is no
restriction made like access permission or group policies. That means, that
the user settings are always saved in the users profile directory or in the
HKCU hive. You can't and don't have to convert these apps.
Smaller apps, eg. the tv card app have a registry setting (or a setting
saved in a file which is in the program or all users profile directory)
which tells the app how it got installed.
To copy the settings from userA to userB you should a) login as userA,
export the HKCU\Software\<AppDev>\<YourApp> path, login as userB, delete the
same path and then import the before exported settings. THen you also should
check C:\Users\userA\AppData\ for a directory for that App and copy it too.
In general this works very well but it can crash the whole app sometimes (if
its bad developed). If this happens, just delete the path in the registry
and profile directory and the app then re-creates the default settings. No
need to reinstall the app again!
> It appears that the Quick Launch bar has completely disappeared from
> Windows 7. The alternative seems to be "pinning an application to the
> taskbar" but nothing seems to automatically translate Quick Launch
> shortcuts to "pinned to the taskbar" applications. I guess I just have
> to do this again.
I think there is a registry path or a directory which stores the pinned
apps. if its a directory you just can copy the shortcuts from the
QuickLaunch directory into the new one. If the registry is used, you have to
manually create the information - but pinning the preferred apps to the
taskbar is much easier
> Outlook seems to have completely lost two e-mail accounts together will
> all my saved messages sent from or to those accounts. Any idea where
> these might have gone, or how to get them back? My other accounts I
> managed to recreate and reconnect to the PST file that contained the
> messages.
AFAIK Outlook 2007 stores the emails in Outlook.pst in the same path as
Outlook 2003. If you already checked that directory but your emails for the
other accounts are not there, you might lost them. Perhaps it was a Exchange
or IMAP account?
> Midi support seems to be seriously flawed. The Microsoft Wavetable GS
> Synth seems to appear and disappear at random. Sometimes when I start up
> it's there and works, other times it's not there and I can't connect to
> it. When it's not there my midi player software won't work at all.
> Kontakt Player (supplied with Sibelius) also comes and goes. Does anyone
> know how to get midi sound working reliably in Win 7?
Sorry, dunno about the midi stuff.
> Just a few of the problems I've experienced so far with this upgrade...
Thats why i NEVER upgrade, backing up data+settings and formating the hdd
and fresh installing the OS is always better
Regards