Sharing Printer from Windows 11 (25H2) to previous Windows OS

As far as I know, Windows now needs password protected user account if you are using local user account. maybe thats the problem? (it was for me on local home network, I wasn't able to share folders)
You can share folders without a password, but W11 network security now requires you to change so many different settings to permit it. Sometimes it's just easier to create a password to avoid the headaches.
Im able to share folders with every computer on the local network. I dont know what did the trick the first time i setup this network but im pretty sure that was the enabling of insecure guest logons.

But now i dont know what else to do, every computer was able to print just fine
 
You can share folders without a password, but W11 network security now requires you to change so many different settings to permit it. Sometimes it's just easier to create a password to avoid the headaches.
Maybe thats it I just couldn't find the correct settings... Would you mind sharing a guide for it? because these seems doesn't make it work.


Giving access to everyone to read and write
Disabling password share
Making home network private or public
Making sure necessary services have firewall premission
Enabling file and printer share and network finding
Enabled insecure guests from regedit and some more settings maybe i forgot
I even created a radminvpn server and joined it

and some more...
 
So, I am back because of this issue...
Since I build new Universal Deploys every 2 year or so, my previous build is 23H2.
Both builds integrate the same reg changes (that include Windows update manualizing, specifically for these reasons).

and these are my observations (the host\shared folder\shared printer is on 25H2 deploy):

  • 23H2 can access shared folders on 25H2 without any issues,
  • if I try to access 25H2 from 25H2, it asks for credentials. "Host" has no password on local account, and "guest" trying to access it will claim any input is "wrong credentials",
  • Adding password changes nothing, 25H2 will still claims wrong credentials
  • If I try to add the shared printer on 23H2 where 25H2 host has account username\password, it will ask for credentials; after I add them it will say those credentials are insufficient and will require additional ones:
    ""The credentials supplied are not sufficient to access this printer. Do you want to specify new credentials?"
At this point I did so many RPC and lanman experiments in order to circumvent it and it didn't budge; on occasion will get the 0x00000709 error but that's about it.
 
You can share folders without a password, but W11 network security now requires you to change so many different settings to permit it. Sometimes it's just easier to create a password to avoid the headaches.
Annoyingly folder sharing is not what causes me issue on my deploy, but printer sharing again.
It seems that Microsoft has this tendency to mess things up when they working just because of some security pretense. But its probably tied to them pushing Microsoft accounts for users.

... that being said, any suggestions on what changes could undo this thing (as I already baked the universal deploy)? Tried bothering clankers but they use this forum thread as a reference.
 
Last edited:
Im able to share folders with every computer on the local network. I dont know what did the trick the first time i setup this network but im pretty sure that was the enabling of insecure guest logons.

But now i dont know what else to do, every computer was able to print just fine

Would you be so kind to share a registry keys for:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer]


optionally (if it doesn't dox you in any way):
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]


My theory is they added some bypass key to circumvent this new sets of policies or whatever, and you added it or had it, so you are not hit by this plague. Or a specific set of keys just makes it work in good ol reliable way.
 
Last edited:
No progress thus far, but I have been experimenting with reg. entries and this is the latest I applied:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC]
"RpcUseNamedPipeProtocol"=dword:00000000
"RpcProtocols"=dword:00000007
"ForceKerberosForRpc"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LmCompatibilityLevel"=dword:00000003
"RunAsPPL"=dword:00000000
"RunAsPPLBoot"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0]
"BlockNtlmv1SSO"=dword:00000000
"NtlmMinClientSec"=dword:20000000
"NtlmMinServerSec"=dword:20000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print]
"RpcAuthnLevelPrivacyEnabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:00000001
"RequireSecuritySignature"=dword:00000000
"EnableSecuritySignature"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"RequireSecuritySignature"=dword:00000000
"EnableSecuritySignature"=dword:00000000
"RestrictNullSessAccess"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001
"EnableLinkedConnections"=dword:00000001


Have 25H2 "host", 25H2 "guest" and 23H2 "guest".

When I try to access shared files to 25H2 "host" from 25H2 "guest", it requires username\password (even though host does not have any). Any reasonable input produces "incorrect credentials". Adding username\password on the hosts account and typing those in 25H2 still results in "incorrect credentials".

Strangely, 23H2 guest access files with 0 issues. I can browse, copy, do pretty much anything. Until I try to add the printer, then I get the "The credentials supplied are not sufficient to access this printer". Any credentials I tried to input, it will state they are insufficient and ask if I want to add different ones.

Lastly, 23H2 version (being host in this case, that is "endowed" with the registry changes from the 1st post of this thread) can share printer, files and everything with 0 issues, regardless if the guest is "23H2" or "25H2", including printer.


Just for the sake of sanity, I did export the registry keys from 23H2 to 25H2 and all issues are same. Conclusion is that there might be some additional keys SOMEWHERE that need to be added to use network sharing in compatible mode. It all smells of some credential thingy added, that I couldn't clank-out.

And, there is a QNAP on the network that just connects with everything with no issues whatsoever.
 
Last edited:
Back
Top