I am just starting to use kixtart and I am unable to remap a persistent drive connection. Below is a sample of the script i'm using. I want to force users to have these drive mappings reguardless of what they had mapped prior to using this logon script.

This does seem to work when I run the script from the command line after I have already logon to the machine - this does not seem to work during the normal logon process.

use r: /DELETE /PERSISTENT
use n: /DELETE /PERSISTENT
use o: /DELETE /PERSISTENT
use t: /DELETE /PERSISTENT
use r: @HOMESHR
use n: \\server\utility
use o: \\server\alluser
use t: \\server\cbt

Thanks in advance for any help