Solved Windows 10 File Explorer Problems
-
So I downloaded SysInternals TCPView and ran it while trying to save a test file from Notepad.exe. Lo and behold, the application tries to access the disconnected network drive via ip address over http. WHY?!?!?!?!
Any clues as to how I can stop this from happening? Any idea WHY it is trying to access a network share that has been disconnected?
-
@RamblingBiped said in Windows 10 File Explorer Problems:
So I downloaded SysInternals TCPView and ran it while trying to save a test file from Notepad.exe. Lo and behold, the application tries to access the disconnected network drive via ip address over http. WHY?!?!?!?!
HAHa...
Um not off hand..... I can investigate tomorrow though...
Windows 10.... how I hate you some times...
-
So the problem is definitely directly related to the fact that the PC is joined to our domain AND looking for a domain network resource that is not available. I was able to create a local account for the user and the behavior did not persist with the local account.
So... Any clues on how to remotely disable a group policy remotely when the laptop has no connection to the domain? Will a locally implemented group policy override any domain group policy on a domain user account?
-
Was this network location the default save location/Documents redirected? If so redirecting his Documents/default save location to local computer may fix the issue.
Is there a vpn setup so he can get access to the network resource, or a GPO you could apply to him after connecting the sets the offending option to "Not Configured"
or
You can remove a pc from a domain using local admin credentials. This should allow him to modify policy objects that would be uneditable using your configured domain gpos. -
Interesting issue.
-
@momurda said in Windows 10 File Explorer Problems:
Was this network location the default save location/Documents redirected? If so redirecting his Documents/default save location to local computer may fix the issue.
Is there a vpn setup so he can get access to the network resource, or a GPO you could apply to him after connecting the sets the offending option to "Not Configured"
or
You can remove a pc from a domain using local admin credentials. This should allow him to modify policy objects that would be uneditable using your configured domain gpos.That is the really strange thing... I've got a policy in place for his PC that snuffs the document redirection, and ensures everything is local to his machine. It worked when he was state-side, and is suddenly causing him grief while he's overseas.
This behavior doesn't show up on any other laptops that leave the building either.
And the only problem with disjoining the domain remotely is that he doesn't have VPN access, and I'd not be able to rejoin the system. With the computer disjoined his domain account wouldn't be usable on the laptop.
Frustrating stuff.
-
I doubt it, but I'll toss out DNS - what is he using?
Does he have any static DNS entries?
What happens if you manually kill the network folder in my computer? Or is it already gone?
Does the IP or name of the network share show up anywhere in the registry?
-
@Dashrender said in Windows 10 File Explorer Problems:
I doubt it, but I'll toss out DNS - what is he using?
Does he have any static DNS entries?
What happens if you manually kill the network folder in my computer? Or is it already gone?
Does the IP or name of the network share show up anywhere in the registry?
The drive is gone, it has been manually disconnected. I've also got all of these policies set up as preferences, so they should be able to revoke them and not cause any issues (assuming I understand group policy preferences correctly). When it tries to connect to the share it looks like it is just using the IP address. I've not searched the registry for the ip address yet.
-
@Dashrender said in Windows 10 File Explorer Problems:
I doubt it, but I'll toss out DNS - what is he using?
Does he have any static DNS entries?
What happens if you manually kill the network folder in my computer? Or is it already gone?
Does the IP or name of the network share show up anywhere in the registry?
So I found and entry under HKEY_CURRENT_USER/Network/ for the mapped drive! If I delete this entry it shouldn't do any harm to the system right?
Logically I should be able to do a registry key export for the entry, delete it in the registry, and test to see if it clears up the issue?
-
This is what I would do.
-
@RamblingBiped said in Windows 10 File Explorer Problems:
@Dashrender said in Windows 10 File Explorer Problems:
I doubt it, but I'll toss out DNS - what is he using?
Does he have any static DNS entries?
What happens if you manually kill the network folder in my computer? Or is it already gone?
Does the IP or name of the network share show up anywhere in the registry?
So I found and entry under HKEY_CURRENT_USER/Network/ for the mapped drive! If I delete this entry it shouldn't do any harm to the system right?
Logically I should be able to do a registry key export for the entry, delete it in the registry, and test to see if it clears up the issue?
Yes, export a copy of it just for good measure, and then delete the value for the mapped drive.
I wouldn't completely delete the key.
-
This post is deleted! -
This may seem simple but have you tried disabling the NIC when connected wirelessly? I've seen connection issues with wired when the wireless radio was on but not connected...I suppose it could cause issues the other way as well.
-
So, that was not the problem, but I found it! It looks like the user's profile for "Favorites" was still refering to the network location. I went in, removed the reference to favorites, and VOILA! No more stall or attempt to connect to the network share.
Thanks to @Dashrender for the registry searching recommendation.
Now I'll have to go back through my group policy settings and make sure that is corrected on my side of the pond.
-
curious, did his favorites work? was he getting an error that his favorites were not syncing?
-
@Dashrender Not that I'm aware of. Although I think he uses the synced favorites in Firefox and Chrome. I don't believe either of those care much about what is in the Favorites folder of Window's user profiles. (I could be wrong)
-
@RamblingBiped said in Windows 10 File Explorer Problems:
@Dashrender Not that I'm aware of. Although I think he uses the synced favorites in Firefox and Chrome. I don't believe either of those care much about what is in the Favorites folder of Window's user profiles. (I could be wrong)
True, and since you fixed it you won't be able to tell now, but I wonder if he had an error in the Windows Sync manager for Favorites (normally shows as an icon in the tray near the clock.
-
@Dashrender said in Windows 10 File Explorer Problems:
@RamblingBiped said in Windows 10 File Explorer Problems:
@Dashrender Not that I'm aware of. Although I think he uses the synced favorites in Firefox and Chrome. I don't believe either of those care much about what is in the Favorites folder of Window's user profiles. (I could be wrong)
True, and since you fixed it you won't be able to tell now, but I wonder if he had an error in the Windows Sync manager for Favorites (normally shows as an icon in the tray near the clock.
I had no errors showing up in logs relative to the problem I was experiencing. And I've got offline files disabled, so no syncing should have been taking place. I'm guessing it is a discrepancy in the latest Group Policy Preference I pushed (months ago...). It's really odd that he is the only person experiencing this behavior though.
--edit--
And I found and fixed the discrepancy...
-
I wonder, when you change preferences do those changes get applied once, or if the user is pre-existing on the system, are they ignored?