|
Home > Archive > 70-210 > August 2002 > network floppy
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| i have windows 2k Prof. connected to the Windows NT PDC why every time i'm going to the domain it is always initialize/check the floppy disk, so it's consumes a lot of time to logon. The domain has a map drive script to connect the clients using netuse command.
how can i disable this issue?
thanks in advance... | |
| itexams 2002-08-20, 1:13 pm |
| The problem is likely caused by the script or the program that the script executed. To troubleshoot this problem, you can use the user manager for domain to open the user account and the check the user profile. Try to remove the logon script and verify that it solve the problem, if it does, then you have to open the script to execute the command one by one and see which one is the cause of the problem and then go further to resolve the problem. Hope this help. Cheers! | |
|
| @ECHO OFF
ECHO ÿ
ECHO ÿ
echo ÿ
NET Use O: \\NTserver\SMS
NET use r: \\NTserver\Temp
NET USE n: \\NTserver\Public
Net use h: \\NTserver\Clients
NET use s: \\NTServer\Library
NET use t: \\NTServer\Programs
NET use u: \\NTServer\Internet
NET use w: \\NTServer\Training
NET use g: \\NTserver\Accounts
NET USE m: \\NTserver\PROJECTS
NET use p: \\NTserver\Supplier
NET use q: \\NTserver\Technical
Net use j: \\NTServer\Marketing
NET use v: \\NTServer\Programming
NET USE k: \\NTserver\Engineering
NET USE l: \\NTserver\Procurement
Net USE i: \\NTserver\Project_Proposal | |
| twister166 2002-08-21, 3:42 pm |
| After reading your post, SMS comes into mind, as seening your 2nd post, it is probably relate to your SMS. Your PC may not have ran the SMS script for your Company's assest managment or whatever it uses the SMS for.
And often the SMS are ran from a floppy.
Hope this helps. |
|
|
|
|