Windows 10: No longer able to see my computers under "network" in File explorer.

Discus and support No longer able to see my computers under "network" in File explorer. in Windows 10 Network and Sharing to solve the problem; The SMB v1.0/CIFS Automatic Removal feature can be removed with a PowerShell one-liner: Code: Disable-WindowsOptionalFeature -Online -FeatureName... Discussion in 'Windows 10 Network and Sharing' started by sportflyer, Feb 21, 2018.

  1. RickC Win User

    No longer able to see my computers under "network" in File explorer.


    The SMB v1.0/CIFS Automatic Removal feature can be removed with a PowerShell one-liner:
    Code: Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol-Deprecation -NoRestart[/quote] It requires elevation so remember to choose Windows PowerShell (Admin) from the right-click Power menu or you'll get an error.

    If you have AutoHotkey installed then it's even easier:
    Code: ; Prompt to 'Run as Admin', i.e. show UAC dialog If Not A_IsAdmin { Run *RunAs "%A_ScriptFullPath%" ; Requires v1.0.92.01+ ExitApp } psScript = ( Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol-Deprecation -NoRestart ) RunWait PowerShell.exe -Command %psScript%,, hide MsgBox, SMB1 Automatic Removal, Done! The feature has been removed. ExitApp[/quote] This AHK script will pop a User Account Control (UAC) prompt to allow elevation, run the PowerShell one-liner then display a message when it's finished.

    Hope this helps...
     
    RickC, Apr 5, 2018
    #16
Thema:

No longer able to see my computers under "network" in File explorer.

Loading...
  1. No longer able to see my computers under "network" in File explorer. - Similar Threads - longer able computers

  2. I am not able to find my shared network under NETWORK in the file explorer.

    in Windows 10 Gaming
    I am not able to find my shared network under NETWORK in the file explorer.: This is a new problem that occurred with the latest Windows 11 update November 2023. I can access it from a previous folder open. I CANNOT access it to save anything to it. This is very frustrating. How do I fix this issue? Do I select the Windows Update topic or Files,...
  3. I am not able to find my shared network under NETWORK in the file explorer.

    in Windows 10 Software and Apps
    I am not able to find my shared network under NETWORK in the file explorer.: This is a new problem that occurred with the latest Windows 11 update November 2023. I can access it from a previous folder open. I CANNOT access it to save anything to it. This is very frustrating. How do I fix this issue? Do I select the Windows Update topic or Files,...
  4. My Ethernet NETWORK drive is no longer visible under File Explorer/Network

    in Windows 10 Gaming
    My Ethernet NETWORK drive is no longer visible under File Explorer/Network: Since installing W11 update KB5030310 I no longer have visibility of my network storage device that was under File Explorer/Network/????. I uninstalled the update and rebooted. Did not fix. I do however see the storage device under 'This PC' but I am not allowed to delete any...
  5. My Ethernet NETWORK drive is no longer visible under File Explorer/Network

    in Windows 10 Software and Apps
    My Ethernet NETWORK drive is no longer visible under File Explorer/Network: Since installing W11 update KB5030310 I no longer have visibility of my network storage device that was under File Explorer/Network/????. I uninstalled the update and rebooted. Did not fix. I do however see the storage device under 'This PC' but I am not allowed to delete any...
  6. Windows 11 Computers no longer showing up under NETWORK in File Explorer

    in Windows 10 Gaming
    Windows 11 Computers no longer showing up under NETWORK in File Explorer: Networking still works. I can still share and connect to remote computers if I remember the full name or IP address, but even if I "\\" successfully to those computers, they still will not appear under my network connections so I can easily get back to them. Normally, if...
  7. Windows 11 Computers no longer showing up under NETWORK in File Explorer

    in Windows 10 Software and Apps
    Windows 11 Computers no longer showing up under NETWORK in File Explorer: Networking still works. I can still share and connect to remote computers if I remember the full name or IP address, but even if I "\\" successfully to those computers, they still will not appear under my network connections so I can easily get back to them. Normally, if...
  8. Unable to see my router under the Network tab in file explorer

    in Windows 10 Gaming
    Unable to see my router under the Network tab in file explorer: Hello, I'm trying to port forward so I can get open NAT type it is currently strict to play with my friends in Call Of Duty: Black Ops III. I tried to port forward through my routers site, but I had no luck with that, I watched some tutorials and all tutorials show that you...
  9. Unable to see my router under the Network tab in file explorer

    in Windows 10 Software and Apps
    Unable to see my router under the Network tab in file explorer: Hello, I'm trying to port forward so I can get open NAT type it is currently strict to play with my friends in Call Of Duty: Black Ops III. I tried to port forward through my routers site, but I had no luck with that, I watched some tutorials and all tutorials show that you...
  10. Unable to see my router under the Network tab in file explorer

    in Windows 10 Network and Sharing
    Unable to see my router under the Network tab in file explorer: Hi, I am currently trying to do some port forwarding and I am unable to see my router. I am in the attic and the router is on the ground floor, so there are Devolo hubs connected to the wall sockets around the house (I am able to see them under "Network Infrastructure")....

Users found this page by searching for:

  1. smb1protocol-deprecation