User login ia taking much higher time (Windows 7 & Windows 10
We have 3 new users. whenever they logged in any machine it takes around 15 minutes to load the profile (means showing desktop) every time however any existing user logged on same machine it works as normal. we are facing this issue for last week joinee users only.
Windows 10Windows OS
Last Comment
Seth Simmons
8/22/2022 - Mon
Satish Auti
Is there profile configured as roaming or local from server end. Is there any map drive configured which might takes long time to connect. Try to login by disconnecting the network connection.
arnold
What is your setup? Echo Satish's point. local/roaming profile, local/redirected folders. Drive mappings as part of GPP, etc.
does the setup include login/logout scripts to identify which DC they authenticate to? Check the environment (dcdiag)
other users on the same station have no issues? check ipconfig /all to make sure there are no public name server records in the output.
run the following in a command window
nslookup -q=srv _ldap._tcp.dc._msdcs.youraddomain
It sounds you have a two fold issue.
Potentially a faulty DC or a long discarded DC.
The login should not be consistently slow, it would be intermittent and would/should affect other users who start a new session.
Check on the system whether the new user now has a local profile c:\users\<newusername>
Do you have folder redirection deployed? This might be an issue if the <newusername> does not have rights to create the redirected folders in the \\addomain\<userfolders_share>\<newusername> or \\servername\<userfolders_share>\<newusername>
In this case, every time the user logs in, the system will try to redirect the folders when the GPO applies (offline, GPO does not apply) and will take until it times out/gives up before letting the user onto the system
network off, in the absence of a network, cached credentials are used, and GPO are not applied.
If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.