Windows 11 Strange Private network issue.

HP8000Elite

New Member
Joined
Sep 21, 2025
Messages
12
I have two Win 11 PCs . My wife's is Intel and mine is AMD. Both are connected to the router via cables. There is a Halo device which operates via a 4G network when the BT cable broadband signal breaks down.
The printer is wireless and both PCs have no problems printing. Neither of the PCs required wireless dongles for this setup to work.
HOWEVER.....
Both computers are on the Home private network.
There has never been a reason for either of us to access the PCs across the Home network.
However, I have bought a Trailcam, and I have to load the videos etc onto my computer via an SD card interface ( to save messing about with the smartphone).
Rather than load them onto her computer, I thought she could see the pictures across the private network on my computer.
WRONG!

Her computer cannot see mine, although I can see hers.

When I look at the router from both ends I see that hers has 2 IP addresses -one wired and one wirelss, whereas mine has only one address.
I inserted a wireless dongle in my PC.
When I look in Settings the wireless network shows up. Investigating further for networks to connect to, I find apart from the router and EE options there is a Hidden network.

Why is this and is it relevant?

I have read about Windows Updates causing Network problems.
There was a time when the private network allowed the PCs to see each other.

Why has this changed?

As a matter of interest my Samsung A25 can link to my PC :)
 

Last edited:
Solution
Hi HP8000Elite,
The Hidden network is almost certainly just a Wi‑Fi network whose SSID/name is not being broadcast. It is usually not relevant to your wired PC-to-PC sharing problem unless one PC is actually connecting to it.
Your wife’s PC showing two IP addresses means it has both Ethernet and Wi‑Fi active. That can confuse Windows network discovery, especially if one adapter is on a different network profile or subnet. The fact that printing works does not prove Windows file sharing is working, because printers often use different discovery/printing methods.

Most likely causes​

Your issue is probably one or more of these:
  • Your PC is not allowing inbound file sharing/discovery....
Hi HP8000Elite,
The Hidden network is almost certainly just a Wi‑Fi network whose SSID/name is not being broadcast. It is usually not relevant to your wired PC-to-PC sharing problem unless one PC is actually connecting to it.
Your wife’s PC showing two IP addresses means it has both Ethernet and Wi‑Fi active. That can confuse Windows network discovery, especially if one adapter is on a different network profile or subnet. The fact that printing works does not prove Windows file sharing is working, because printers often use different discovery/printing methods.

Most likely causes​

Your issue is probably one or more of these:
  • Your PC is not allowing inbound file sharing/discovery.
  • Network Discovery or File and Printer Sharing is off on your PC.
  • Windows Firewall profile/rules changed after an update.
  • The two PCs are on different subnets because Wi‑Fi/Ethernet/4G failover is involved.
  • Windows “Network” browsing is failing, even though direct access still works.
Windows updates can change or tighten SMB/file-sharing behavior, but the first thing to check is the basic profile/sharing/firewall setup.

Step 1: Temporarily simplify the network​

On your wife’s PC:
  • Go to Settings > Network & internet > Advanced network settings.
  • Disable Wi‑Fi temporarily, leaving only Ethernet enabled.
  • Make sure her PC still has internet access.
  • Restart both PCs.
Expected result: both PCs should now be using the same wired router path only.
You can re-enable Wi‑Fi later if needed.

Step 2: Check both PCs are on the same subnet​

On both PCs:
  • Press Win + R.
  • Type cmd and press Enter.
  • Run:
ipconfig
Look for the Ethernet adapter IPv4 address.
Example:
Code:
PC 1: 192.168.1.20
PC 2: 192.168.1.25
Gateway: 192.168.1.1
That is good.
But if you see something like:
Code:
PC 1: 192.168.1.20
PC 2: 192.168.0.35
then they are probably on different network segments, and discovery may fail.

Step 3: Make sure both Ethernet connections are Private​

On both PCs:
  • Go to Settings > Network & internet.
  • Click Ethernet.
  • Make sure Network profile type is set to Private, not Public.
Private allows Windows discovery and sharing. Public blocks many discovery/sharing features for safety.

Step 4: Turn on Network Discovery and File Sharing​

On both PCs:
  • Go to Settings > Network & internet.
  • Open Advanced network settings.
  • Open Advanced sharing settings.
  • Under Private networks, turn on:
  • Network discovery
  • Set up network connected devices automatically
  • File and printer sharing
  • Under All networks, leave Password protected sharing turned On.
Do not enable SMB1. It is obsolete and insecure.

Step 5: Share the Trailcam folder properly​

On your PC:
  • Create a folder, for example:
C:\Trailcam
  • Right-click the folder.
  • Select Properties.
  • Open the Sharing tab.
  • Click Advanced Sharing.
  • Tick Share this folder.
  • Give it a simple share name, for example:
Trailcam
  • Click Permissions.
  • For a quick test, allow Read access.
  • Click OK.
For better security, share it only with your wife’s Windows user account rather than “Everyone”.

Step 6: Try direct access instead of relying on “Network”​

On your wife’s PC:
  • Press Win + R.
  • Type one of these:
\\Your-PC-Name\Trailcam
or:
\\Your-PC-IP-Address\Trailcam
Example:
\\192.168.1.20\Trailcam
  • Press Enter.
If prompted for credentials, use the username and password/PIN-related account credentials for your PC, not hers.
Expected result: the shared folder should open even if your PC does not appear under “Network”.

Step 7: Check Windows services used for discovery​

On both PCs:
  • Press Win + R.
  • Type:
services.msc
  • Check these services:
Code:
Function Discovery Provider Host
Function Discovery Resource Publication
SSDP Discovery
UPnP Device Host
  • Set them to Automatic or Automatic (Delayed Start).
  • Start them if they are stopped.
The especially important one is:
Function Discovery Resource Publication
That service helps your PC appear to other Windows PCs in File Explorer’s Network view.

Step 8: Check firewall rules​

On your PC:
  • Open Windows Security.
  • Go to Firewall & network protection.
  • Click Allow an app through firewall.
  • Make sure these are allowed on Private networks:
  • File and Printer Sharing
  • Network Discovery
If you use a third-party antivirus/firewall, check that too. Some security suites block SMB/file sharing even when Windows settings look correct.

Why your Samsung A25 can link to your PC​

That is probably using Phone Link, Bluetooth, Wi‑Fi Direct, cloud services, or another app-based connection. It does not necessarily mean normal Windows file sharing over SMB is working.

My recommended order​

Do this in order:
  • Disable Wi‑Fi temporarily on your wife’s PC.
  • Confirm both Ethernet IPs are in the same range.
  • Confirm both Ethernet profiles are Private.
  • Turn on Network Discovery and File and Printer Sharing on both PCs.
  • Share C:\Trailcam.
  • Test using \\Your-PC-IP\Trailcam.
If direct access by IP works but the PC still does not appear under Network, the problem is only Windows discovery, not actual file sharing.

If you reply, please post these details​

Please paste the following from both PCs:
ipconfig
Also tell us:
  • Your PC name and your wife’s PC name.
  • Whether \\your-PC-IP-address\Trailcam works from her PC.
  • Whether either PC is running Windows 11 23H2, 24H2, or 25H2.
  • Whether you use only Windows Security or a third-party antivirus/firewall.
 

Solution
Both computers are Win11 24H2 OS build 10.0.26200.8457.
Both are now on Windows Defender
Currently \\my-ipaddress\trailcam does not work
Is it safe to post our computer names and ipconfigs??

Re your diagnostic procedure:-
Steps 1 to 4 OK
Steps 5 to 6 - worked briefly then requests credentials, but won't recognise them
On my wife's computer Step 7 - after typing services.msc I get error 1722. The message also refers to a previous computer which no longer exists.

I searched the registry for the name, and deleted all instances of it.
I repeated the services.msc operation, and once again the same error message appeared with the bogus server name.
I ran sfc /scannow. There were some corrupted files which I assumed were repaired.
However, Error 1722 reappears after services.msc is invoked.
I have yet to run DISM /online/cleanup-image/RestoreHealth.
I have uninstalled the third-party security program Eset from both computers. following this I can no longer see the router on my wife's computer.
However I can see it on my computer and all devices on the network show up.

I have reviewed the history of my wife's computer and it was supplied with Windows 10.
When I upgraded it to Windows 11, it may be that I changed the computer name, which could explain the phantom server name which keeps appearing in Error 1722.

My wife's computer remains unable to see my computer.

Could this be a BIOS issue?
 

Last edited:
Hi HP8000Elite,
No, this is very unlikely to be a BIOS issue. If your wife’s PC has working Ethernet/Internet access, the BIOS has done its part. This looks much more like a Windows networking / credentials / MMC services console / firewall residue problem.
Also, Error 1722 = “The RPC server is unavailable.” If services.msc mentions an old computer name, it suggests the Services console may be trying to connect to a remote computer that no longer exists, rather than the local machine.

1. Do not delete more registry entries​

Please stop manually deleting registry references for now. Some old computer-name entries can be harmless, but removing the wrong ones can make networking or Windows services worse.
Before doing the next steps:
  1. Create a restore point.
  2. Back up anything important from your wife’s PC.
  3. Then continue below.

2. Force Services to open the local computer​

On your wife’s PC:
  1. Press Win + R.
  2. Type this exactly:
services.msc /computer=localhost
  1. Press Enter.
If that works, the Services console was probably remembering or targeting the old PC name.
Also try:
services.msc /computer=127.0.0.1
Expected result: Services should open for the local computer.

3. Clear the cached Services MMC console settings​

On your wife’s PC:
  1. Close all Services / Computer Management windows.
  2. Press Win + R.
  3. Type:
%appdata%\Microsoft\MMC
  1. Press Enter.
  2. Look for a file named something like:
services
or:
services.msc
  1. Rename it to:
services.old
  1. Try opening Services again with:
services.msc
This does not delete Windows services. It only resets the saved console view/settings for your user profile.

4. Repair Windows properly on your wife’s PC​

Since sfc /scannow found corruption, run DISM next.
Open Command Prompt as Administrator and run:
DISM /Online /Cleanup-Image /RestoreHealth
When that completes, run:
sfc /scannow
Then restart the PC.
Expected result: DISM repairs the Windows component store, then SFC has a better chance of fixing remaining system files.

5. Check the key services using PowerShell instead of Services.msc​

Because services.msc is giving Error 1722, use PowerShell for now.
On your wife’s PC:
  1. Right-click Start.
  2. Choose Terminal (Admin) or Windows PowerShell (Admin).
  3. Run:
Get-Service RpcSs,DcomLaunch,RpcEptMapper,FDResPub,fdPHost,SSDPSRV,upnphost,LanmanWorkstation,LanmanServer
The most important ones are:
Code:
RpcSs
DcomLaunch
RpcEptMapper
FDResPub
fdPHost
LanmanWorkstation
LanmanServer
If RpcSs, DcomLaunch, or RpcEptMapper are not running, that would explain Error 1722.

6. Reset old network credentials on your wife’s PC​

The “worked briefly then requests credentials but won’t recognise them” part is probably a stored bad credential or the wrong username format.
On your wife’s PC:
  1. Open Command Prompt.
  2. Run:
net use * /delete
  1. Open Credential Manager:
control keymgr.dll
  1. Remove saved Windows credentials for your PC name, your PC IP address, or the old phantom PC name.
  2. Restart the wife’s PC.
Then try again using the IP address of your PC:
\\YOUR-PC-IP\Trailcam
Example:
\\192.168.1.20\Trailcam

7. Use the correct credential format​

If your PC uses a Microsoft account, do not use the PIN. Windows file sharing wants the actual account password.
Try one of these formats from your wife’s PC when prompted:
YourPCName\YourUserName
or:
MicrosoftAccount\[email][email protected][/email]
If your PC uses a local account, use:
YourPCName\LocalUserName
The password must be the password for the account on your PC, not hers.

8. Easiest fix: create a dedicated sharing account on your PC​

This avoids Microsoft account/PIN confusion.
On your PC:
  1. Go to Settings > Accounts > Other users.
  2. Add a local user, for example:
trailcam
  1. Give it a normal password.
  2. Right-click your trailcam folder.
  3. Go to Properties > Sharing > Advanced Sharing > Permissions.
  4. Add the trailcam user with Read permission.
  5. Also check Properties > Security and give the same user Read permission there.
Then on your wife’s PC connect using:
YourPCName\trailcam
or:
Your-PC-IP\trailcam
This is usually more reliable than trying to use Microsoft account credentials across a small home LAN.

9. Reset Windows Firewall after removing ESET​

ESET may have left firewall/network filtering changes behind.
On your wife’s PC:
  1. Open Windows Security.
  2. Go to Firewall & network protection.
  3. Click Restore firewalls to default.
  4. Restart the PC.
  5. Confirm the Ethernet network is still set to Private.
  6. Re-enable Network discovery and File and printer sharing if Windows turned them off.
If ESET was not fully removed, use ESET’s official removal/uninstaller tool, but only after creating a restore point.

10. If router no longer appears on wife’s PC​

That is usually discovery-related, not actual connectivity.
Check whether she can still reach the router by IP:
  1. On her PC, open Command Prompt.
  2. Run:
ipconfig
  1. Note the Default Gateway.
  2. In a browser, go to that gateway address, for example:
[url unfurl="true"]http://192.168.1.1[/url]
If the router opens by IP but does not appear in Network, discovery is still the issue.

11. Last resort: Network Reset on wife’s PC​

Only do this if the above fails.
Warning: this removes and reinstalls network adapters and clears saved Wi-Fi/network settings.
  1. Go to Settings > Network & internet > Advanced network settings.
  2. Select Network reset.
  3. Click Reset now.
  4. Restart the PC.
  5. Set Ethernet back to Private.
  6. Turn Network discovery and File and printer sharing back on.

My view​

The most suspicious items are:
  1. services.msc trying to contact the old computer name.
  2. Bad/stale stored credentials.
  3. ESET firewall/filter remnants.
  4. Windows corruption found by SFC.
I would fix them in this order:
  1. Run services.msc /computer=localhost.
  2. Clear %appdata%\Microsoft\MMC.
  3. Run DISM, then sfc.
  4. Clear saved credentials with net use * /delete and Credential Manager.
  5. Create a simple local sharing account on your PC.
  6. Reset Windows Firewall after ESET removal.
If you can, please post the exact wording of the Error 1722 message, especially the old computer name it mentions.
 

Here is the exact wording you requested:

Windows was unable to open service control database on "old computer name"
Error 1722: The RPC server is unavailable.

I will continue to follow your recommendations later.
 

Hi HP8000Elite,
That exact wording is very useful. It confirms that services.msc is not trying to open the local Services database. It is trying to connect to the old/removed computer name:
Code:
Windows was unable to open service control database on "old computer name"
Error 1722: The RPC server is unavailable.
So this particular error is almost certainly a saved MMC console target / shortcut issue, not a BIOS issue and not necessarily a broken Windows Services system.

What it means​

services.msc can be pointed at:
Local Computer
or at a remote computer name.
Somewhere, your wife’s Services console appears to have remembered the old PC name. Since that computer no longer exists, Windows tries to contact it, fails, and reports RPC Error 1722.

Do this first on your wife’s PC​

1. Open Services explicitly on the local computer​

Press Win + R and run:
services.msc /computer=localhost
If that opens correctly, the services themselves are probably fine.
Also try:
services.msc /computer=.
The dot means “this computer”.

2. Delete the saved MMC console file​

  1. Close Services if it is open.
  2. Press Win + R.
  3. Run:
%appdata%\Microsoft\MMC
  1. Delete or rename any file named:
services
or:
services.msc
  1. Try again with:
services.msc
This only resets the saved console view. It does not delete Windows services.

3. Check for a bad shortcut​

If you normally open Services from a desktop/start-menu shortcut:
  1. Right-click the shortcut.
  2. Choose Properties.
  3. Look at the Target field.
  4. Make sure it does not contain the old computer name.
A correct target would normally be something like:
%windir%\system32\services.msc
or:
mmc.exe services.msc
It should not include:
/computer=old-computer-name

After Services opens locally​

Then check these services on your wife’s PC:
Code:
Function Discovery Provider Host
Function Discovery Resource Publication
SSDP Discovery
UPnP Device Host
Workstation
Server
The most important one for being visible on the network is:
Function Discovery Resource Publication
Set it to Automatic (Delayed Start) and start it if stopped.

Continue with DISM later​

Since SFC already found corruption, I would still run:
DISM /Online /Cleanup-Image /RestoreHealth
Then:
sfc /scannow
Then restart.

Main point​

This new information strongly suggests the services.msc Error 1722 is a stale remote-computer reference, not a hardware/BIOS fault. Once Services opens locally, continue with the network-sharing checks and credential cleanup from the previous steps.
 

Hi HP8000Elite,
That can be normal for DISM. It often appears to “stick” for a long time, especially around the 60–70% range, while it is checking or repairing the Windows component store.

What to do now​

  1. Leave it running.
  2. Do not close the Command Prompt/Terminal window.
  3. Do not restart the PC unless it has been stuck for several hours.
  4. Keep the PC powered on and, if it is a laptop, plugged into mains power.
  5. Watch for disk activity or CPU activity if possible.
A DISM repair can sometimes sit at one percentage for a long time and then suddenly jump forward.

How long is too long?​

I would let it run for at least:
2 to 3 hours
If it has made no movement at all after that, then we can consider it stuck.
Since yours moved from:
63.4% to 64.1%
that means it is still alive, just very slow.

If it eventually completes successfully​

After DISM finishes, run:
sfc /scannow
Then restart the computer.

If DISM fails​

If it ends with an error code, please post the exact message, especially anything like:
Code:
0x800f081f
0x800f0954
The source files could not be found
Those errors need a different repair approach.

Important​

Do not run registry cleaners or delete more registry entries while DISM is running. Let Windows finish its own repair first.
 

Understood, HP8000Elite.
Let DISM continue. Since it is still moving, even slowly, that is a good sign.
When it finishes:
  1. Note whether it says the operation completed successfully.
  2. Run:
sfc /scannow
  1. Restart the PC.
  2. Then try:
services.msc /computer=localhost
If DISM fails or gives an error code, post the exact message/code and we’ll take the next step from there.
 

DISM completed successfully.
Started sfc /scannow. Received message which implied a restart was required. The restart option indicated updates required. I continued the restart .
The computer is now updating.it has been running for some time now.
 

Hi HP8000Elite,
That is a good result: DISM completed successfully. The restart/update behaviour after starting sfc /scannow is not unusual, especially if Windows had pending component repairs or updates waiting to be applied.

What to do now​

  1. Let the update finish.
  2. Do not power off the PC unless it is clearly stuck for several hours.
  3. If it is a laptop, keep it connected to mains power.
  4. If the screen shows a percentage, note whether the percentage is still changing.
  5. If there is disk activity, leave it alone.
Windows updates can sit at one percentage for quite a while, then suddenly move on.

After the update completes​

Once the PC is fully restarted and back at the desktop:
  1. Open Command Prompt as Administrator.
  2. Run:
sfc /scannow
  1. Wait for the final result.
You are looking for one of these messages:
Windows Resource Protection did not find any integrity violations.
or:
Windows Resource Protection found corrupt files and successfully repaired them.
Either of those would be good.

Then test Services again​

After sfc /scannow completes and you restart if requested, try:
services.msc /computer=localhost
If that opens correctly, then try plain:
services.msc
If plain services.msc still tries to connect to the old computer name, we will clear the saved MMC console file next.

If the update appears stuck​

If it has made no visible progress at all for around 3 hours, post exactly what the screen says, including any percentage shown.
For now, because DISM completed and Windows has moved into updates, I would leave it running. This is still consistent with Windows repairing itself rather than a new fault.
 

OK The revolving dots have stopped revolving. Updates are underway Please keep computer on.
The Computer On light is till lit but the activity light is not showing and the keyboard is off
 

Hi HP8000Elite,
For now, leave it alone.
The message:
Updates are underway. Please keep computer on.
means Windows is still in the update/repair phase. The keyboard light going off and the activity light being quiet can happen during parts of the update, especially if Windows is waiting on a background service, firmware handoff, or a staged reboot.

What to do now​

  1. Do not press the power button yet.
  2. Leave the PC powered on.
  3. If it is a laptop, keep it connected to mains power.
  4. Wait at least 2 hours from the point where the dots stopped.
  5. If the screen message changes or a percentage appears, let it continue.

If it remains exactly the same​

If it has shown the same message with no disk activity, no percentage change, and no reboot for around 3 hours, then it may be stuck.
At that point:
  1. Hold the power button down for about 10 seconds until it turns off.
  2. Wait 30 seconds.
  3. Turn it back on.
  4. Let Windows try to continue or roll back the update.
  5. Do not interrupt it again unless it gets stuck for several more hours.

After it eventually reaches the desktop​

Once Windows is back up:
  1. Open Command Prompt as Administrator.
  2. Run:
sfc /scannow
  1. Restart if requested.
  2. Then test:
services.msc /computer=localhost
For now, because the PC still shows the Windows update message and the power light is on, the safest option is to wait.
 

I left it until about 3 hrs since the restart began before powering down. I restarted and the update continued and finished a short time later.
services.msc is OK.
I performed the sfc /scannow which produced no errors.
It remains for me to address the network question now that the computer is OK otherwise.
I will continue following your instructions to that end.
 

Hi HP8000Elite,
Excellent — that is good progress.
So we now know:
Code:
DISM completed successfully
sfc /scannow found no remaining errors
services.msc now opens correctly
That means the Windows repair side looks healthy again. The old Error 1722 issue was almost certainly a stale Services/MMC reference to the old computer name, not a BIOS fault.

Next: return to the network sharing issue​

I would now continue in this order.

1. Restart both PCs and the router​

  1. Shut down both PCs.
  2. Power off the router for about 30 seconds.
  3. Power the router back on.
  4. Wait until it is fully online.
  5. Start your PC first.
  6. Start your wife’s PC second.
This gives both machines fresh network registrations.

2. Confirm both PCs are still on Private network​

On both PCs:
  1. Go to Settings > Network & internet.
  2. Select Ethernet.
  3. Confirm Network profile type is set to:
Private
If it has reverted to Public, change it back to Private.

3. Confirm Advanced Sharing settings​

On both PCs:
  1. Go to Settings > Network & internet > Advanced network settings.
  2. Open Advanced sharing settings.
  3. Under Private networks, turn on:
    • Network discovery
    • Set up network connected devices automatically
    • File and printer sharing
  4. Under All networks, I recommend leaving:
Password protected sharing: On
This is safer and avoids open guest access.

4. Check discovery services again​

On both PCs, open services.msc and check these:
Code:
Function Discovery Provider Host
Function Discovery Resource Publication
SSDP Discovery
UPnP Device Host
Server
Workstation
Set these two especially to Automatic (Delayed Start) if they are not already:
Code:
Function Discovery Provider Host
Function Discovery Resource Publication
Then start them if they are stopped.

5. Clear old network credentials on your wife’s PC​

On your wife’s PC:
  1. Open Command Prompt.
  2. Run:
net use * /delete
  1. Open Credential Manager:
control keymgr.dll
  1. Remove saved Windows credentials relating to:
    • Your PC name
    • Your PC IP address
    • The old phantom computer name
  2. Restart your wife’s PC.

6. Test by IP address, not by browsing “Network”​

On your PC, find your IP address:
ipconfig
Look for the Ethernet IPv4 address, for example:
192.168.1.20
On your wife’s PC, press Win + R and enter:
\\192.168.1.20
Replace 192.168.1.20 with your actual IP address.
If your share is called Trailcam, try:
\\192.168.1.20\Trailcam
This is a better test than relying on File Explorer’s Network view.

7. If credentials are requested​

Use credentials for an account on your PC, not your wife’s PC.
If your PC uses a local account, use:
YourPCName\YourUserName
If your PC uses a Microsoft account, try:
MicrosoftAccount\[email][email protected][/email]
Use the actual account password, not the PIN.

8. Best practical option: create a simple sharing account​

If credentials still cause trouble, I would create a dedicated local account on your PC.
On your PC:
  1. Go to Settings > Accounts > Other users.
  2. Add a local user, for example:
trailcam
  1. Give it a normal password.
  2. Give that account Read permission on the Trailcam folder.
  3. Make sure the folder has both Sharing and Security permissions for that account.
Then from your wife’s PC, connect using:
YourPCName\trailcam
or:
Your-PC-IP\trailcam
This avoids Microsoft account/PIN confusion.

9. If ESET was removed, reset Windows Firewall​

Because ESET was previously installed, I would also reset Windows Firewall rules.
On both PCs:
  1. Open Windows Security.
  2. Go to Firewall & network protection.
  3. Click Restore firewalls to default.
  4. Restart.
  5. Re-check that the network is Private.
  6. Re-enable Network discovery and File and printer sharing if needed.

Main point​

Now that the system repair has completed cleanly, the remaining problem is likely one of these:
Code:
Stored bad credentials
Firewall/network discovery rules
Share permissions
Microsoft account credential format
Windows Network browsing unreliability
The next key test is:
\\your-PC-IP-address\Trailcam
If that works, the sharing itself is fixed and only Network browsing/discovery remains.
 

Hi.
Firstly Win 11 is at 25H2 not 24H2.
I have tried 8: creating a simple sharing account.
I create the user while in the main microsoft account.
Afterwards, it does not show up in C:/Users.
It only appears after I run control/alt/del, and switch user.
I used \\192.168.1.xxx on its own on my wife's computer and the folders appeared including trailcam and users.
I could not access them because I cannot successfuly set the permissions as instructed.

Currently Windows Defender is the security program.
 

Hi HP8000Elite,
Good news: if your wife’s PC can open:
\\192.168.1.xxx
and can see folders such as Trailcam and Users, then the network path is now working.
So the remaining problem is not discovery, BIOS, router, or Windows corruption. It is now almost certainly share permissions / NTFS permissions / credentials.
Also, yes — if your Windows 11 machines are on 25H2, that is fine. The advice still applies.

Why the new user did not appear in C:\Users immediately​

That is normal.
A newly created local user account does not always get a profile folder under C:\Users until that account logs in for the first time.
So this behaviour is expected:
Code:
Created user account
No C:\Users\newuser folder yet
Switch user / log in once
C:\Users\newuser appears
That part is not a fault.

Main point now​

You need to give the new sharing user permission in two places:
Code:
1. Sharing permissions
2. Security / NTFS permissions
Both must allow access. If either one blocks access, your wife’s PC will see the folder but fail to open it.

Recommended clean setup​

I suggest using a simple folder outside your own user profile, for example:
C:\Trailcam
Avoid sharing from inside:
C:\Users\YourName\...
for now, because user-profile folders have extra permissions that can complicate sharing.

Step 1: Confirm the sharing account exists on your PC​

On your PC, open Command Prompt as Administrator and run:
net user
Check that your sharing account appears. For example:
trailcam
If it does not exist, create it with:
net user trailcam * /add
Windows will ask you to type a password.
Important: the account must have a real password. Blank passwords usually cause network access problems.

Step 2: Create or confirm the Trailcam folder​

On your PC, create:
C:\Trailcam
Put a test photo or text file inside it.

Step 3: Set the folder Security permissions​

On your PC:
  1. Right-click C:\Trailcam.
  2. Choose Properties.
  3. Open the Security tab.
  4. Click Edit.
  5. Click Add.
  6. In the name box, type:
.\trailcam
  1. Click Check Names.
It should change to something like:
YOURPCNAME\trailcam
  1. Click OK.
  2. Give it Read & execute, List folder contents, and Read.
  3. Click Apply / OK.
If you want your wife to be able to delete or copy files into the folder, give Modify instead. For viewing trailcam pictures only, Read is safer.

Step 4: Set the Sharing permissions​

Still on your PC:
  1. Right-click C:\Trailcam.
  2. Choose Properties.
  3. Open the Sharing tab.
  4. Click Advanced Sharing.
  5. Tick Share this folder.
  6. Set the share name as:
Trailcam
  1. Click Permissions.
  2. Remove Everyone if you want this locked down.
  3. Click Add.
  4. Type:
.\trailcam
  1. Click Check Names.
  2. Give it Read permission.
  3. Click OK / Apply.
Again, use Change only if your wife needs to add/delete files.

Easier command-line method​

If the GUI permissions are being awkward, use this on your PC from Command Prompt as Administrator.

If the share already exists, remove it first​

net share Trailcam /delete
If it says the share does not exist, that is fine.

Create the folder​

mkdir C:\Trailcam

Give the local trailcam user read permissions​

icacls C:\Trailcam /grant trailcam:(OI)(CI)RX

Create the network share​

net share Trailcam=C:\Trailcam /grant:trailcam,READ
That gives the trailcam user read-only access through the network share.

Step 5: Clear old failed credentials on your wife’s PC​

On your wife’s PC:
  1. Open Command Prompt.
  2. Run:
net use * /delete
  1. Open Credential Manager:
control keymgr.dll
  1. Remove saved credentials for:
    • Your PC name
    • 192.168.1.xxx
    • Any old/incorrect computer name
Then restart your wife’s PC.

Step 6: Connect from your wife’s PC​

On your wife’s PC, press Win + R and enter:
\\192.168.1.xxx\Trailcam
When asked for credentials, use:
YOURPCNAME\trailcam
Replace YOURPCNAME with the actual name of your PC.
The password is the password you gave the trailcam account on your PC.
Do not use your wife’s Windows login.
Do not use your Microsoft account PIN.
Use the actual password for the local trailcam account.

Optional: map it as a drive​

On your wife’s PC, you can also test with:
net use Z: \\192.168.1.xxx\Trailcam /user:YOURPCNAME\trailcam *
It will ask for the password.
If successful, the Trailcam folder will appear as drive:
Z:

Avoid the Users share for now​

Seeing Users under:
\\192.168.1.xxx
does not mean your wife should access it. That area often needs administrator rights or specific user permissions.
For this job, keep it simple:
\\192.168.1.xxx\Trailcam
That is the only share you need.

Summary​

You are now past the network-discovery fault. The current issue is permissions and credentials.
The key things are:
Code:
Folder: C:\Trailcam
Share name: Trailcam
Local account on your PC: trailcam
Login from wife’s PC as: YOURPCNAME\trailcam
Password: trailcam account password
If you tell me the exact error you get when opening \\192.168.1.xxx\Trailcam, I can narrow it further.
 

Back
Top