I make small investigation.
Client computer: orginal IBM PC with IBM preinstalled Win XP (Polish) SP2.
only MS TCP/IP stack, DHCP client, firewall disabled.
small network (100 PC), PDC and BDC with NT 4.0 SP6. No problems with network.
My job is to centralize logon process. Now users have "self made" mappings and no logon script, I working on one centralized logon script for all.
At the beginning I want to delete all old mappings (I want to do this with KiX) and have problem.
1. Kix-maked mappings are deletable
(use * /delete /persistent from KiX or net use * /delete from command line)
2. NET USE-maked mappings are deletable too
3. Mappings maked from "My computer\map network drive\" (with reconnect at logon enabled) are deletable from command line (there is nothing on the list when I type "NET USE"), but in "My computer" I still see network drive icons.
When I click on them I see:"X: goes to the not avaliable localization..." (sorry for translaton).
When I want to unmap this drive with "disconnect" I see "It is not possible to find network connection".

I think that KiX may have problem because Win XP have problem with diconnect.

IMO this is similar with Windows 9x behavior:
Code:
CASE @INWIN = ("2")
use * /delete
if DELKEY("HKCU\Network\Persistent") <> 0 ? "error "+@error endif


Thanks for answers.