Have a Windows 2003 server domain using kix for logon scripts to map drives (kix script implemented in group policy for users), want to remove all drive mappings (including persistent) that the users may have created. Have user's home directory setup in the profile tab of the user mapped to U:\. Using the kix code "USE * /DELETE /PERSISTENT", which works except that it also unmaps the U:\ home directory for the user. Is there any easy way to tell kix to unmap everything except U:\, or how can I map the U:\ drive in kix. The users home server has the share \\SERVERNAME\Users and I actually map to \\SERVERNAME\Users\Houston\%USERNAME% on the profile tab. I can't get kix to map all the way down to this level. Any help?