desktop.ini is one of the files that follows your profile around.
you do have 7 documented files for roaming profiles and thats just the innerworkings for it.(their are more files that contribute.)
desktop.ini file should retain things like you desktop background in the file.
you should be able to read up about this file on the web somewhere.
now using a VB Script i have been able to kickstart the explorer window (kill it and start it again)but i need to get the desktop.ini file that goes everywhere and make sure its placed in %systemdrive%\Documents and Settings\%username%\Local settings
to find out what %systemdrive% & %username is use the command set in dos window
then run this vb script to enable the desktop.ini file
does anyone have any ideas on this i was thinking of running all this in kixtart so its done at logon.
Tigz