Aplogies, my scripting is terrible based on the fact that I work purely in Infrastucture.
Anyway ,I have the following VBS script code which renames mapped drives. Is there away for me to convert this so it runs with my kixtart code for my users at logon.

Set oShell = CreateObject("Shell.Application")
oShell.NameSpace("H:\").Self.Name = "account"