mickelingon
IS-IT--Management
Hi
I have a logonscript for vista that map network drives.
But I don't get them to be persistent.
So when I logoff and disconnect they are gone when login on to vpn for example.
How can I solve this?
This is what it looks like
If InGroup("HK_Alla") Then
MapDrive "g:", "\\aphk-file\gemensam"
MapDrive "h:", "\\aphk-file\" & Username
MapDrive "m:", "\\aphk-file\mallar"
MapDrive "p:", "\\aphk-file\program"
end If
Thanks
Mikael
I have a logonscript for vista that map network drives.
But I don't get them to be persistent.
So when I logoff and disconnect they are gone when login on to vpn for example.
How can I solve this?
This is what it looks like
If InGroup("HK_Alla") Then
MapDrive "g:", "\\aphk-file\gemensam"
MapDrive "h:", "\\aphk-file\" & Username
MapDrive "m:", "\\aphk-file\mallar"
MapDrive "p:", "\\aphk-file\program"
end If
Thanks
Mikael