(Quick Access Toolbar)
Hello,
I had a small one, but apparently not so simple problem.
following environment:
- Windows XP, Office 2007
- in a domain with Windows 2003 Server Standard
- roaming user profiles
- and unsubscribe to delete the locally cached profile.
Now the real problem:
The toolbar for quick access to adjust read is true, but the changes were lost after a reboot. The color scheme settings are stored, for example. The reason was that these settings are in the application data, it is stored in the roaming profile.
The adjustments for the quick access bar, however, stored in the "Local Settings \\ Application Data \\ Office \\".
These are not synchronized, ie, so that the settings on the Quick Access Leite not saved because the local settings are not synchronized with the roaming profile. How can I so the settings on the shortcut bar on the "Application Data" redirect ....?
The answer to the question is an unequivocal "Not!"
M $ gave the following "helped": http://support.microsoft.com/kb/926805/en-us . By that I mean at least knew how all those files.
So I had all the detours of "secure" Restore "and. In addition I have created the following scripts:
To unsubscribe:
IF EXIST "% USERPROFILE% \\ Local Settings \\ Application Data \\ Microsoft \\ Office \\ *. qat" (
echo Copied ...
mkdir "\\ \\ server \\ profiles \\% username% \\ Office_QAT \\"
xopy "qat% USERPROFILE% \\ Local Settings \\ Application Data \\ Microsoft \\ Office \\ *." "\\ \\ Server \\ profiles \\% USERNAME% \\ Office_QAT \\" / R / O / Y
) ELSE (
echo file does not exist ...
exit
)
and to register:
IF EXIST "\\ \\ server \\ profiles \\% username% \\ Office_QAT \\ *. qat" (
mkdir "% USERPROFILE% \\ Local Settings \\ Application Data \\ Microsoft \\ Office \\ "
xcopy" \\ \\ server \\ profiles \\% USERNAME% \\ Office_QAT \\ *. qat ""% USERPROFILE% \\ Local Settings \\ Application Data \\ Microsoft \\ Office \\ "/ R / O / Y
) ELSE (
exit
)
These scripts via GPO I will run for every system or log off.
Maybe you helps, yes.
Links:
question at issue in Administrator.de
M $ newsgroup
0 comments:
Post a Comment