Sharing files on same network between win10 and win11


Recommended Posts

So I have a win10 machine and I am trying to set up file sharing so I can get files from the win11 machine. I, however, can not seem to get it to work. I have 'discovered' both machines on the network, but when I try to connect to the 10 system from 11, it asks for a username/password. I disabled that option on the 10 system, but from what I am reading, 11 requires it? I am really stuck here because everything that I have tried does not seem to work, can someone help me out here?

Seems to be a new thing introduced in windows 11 24h2 that won't allow SMB share without password, it's very annoying. 

https://answers.microsoft.com/en-us/windowsclient/forum/all/for-anyone-who-just-installed-windows-11-24h2-cant/dcd51278-24d6-4af8-9b8d-fd9f250611fb

There's a work around on the above link but you need to have professional version of windows to access gpedit. I've found it to be hit and miss though. 

If it's really necessary you could always go back to 23h2. 

If you dont want to use samba, you could always set up openssh on the computer you want to pull files off and then use scp or a gui client like winscp to connect between machines.

Something like "scp -r username@MachineNameOrIP:/c/path/to/files/ /path/to/destination"

----

Easiest way however if you dont want to set a password on your regularly logged in account is likely going to be to just make a separate user and set a password to use to connect to the w10 computer via lusrmgr.msc. 

Create a user, give it a password, make sure it has at least read permissions to the samba file share you created, and you should be able to connect from the other pc using "w10MachineName\newusername" as the username and the password you created.

On 26/02/2025 at 12:32, satukoro said:

If you dont want to use samba, you could always set up openssh on the computer you want to pull files off and then use scp or a gui client like winscp to connect between machines.

Something like "scp -r username@MachineNameOrIP:/c/path/to/files/ /path/to/destination"

----

Easiest way however if you dont want to set a password on your regularly logged in account is likely going to be to just make a separate user and set a password to use to connect to the w10 computer via lusrmgr.msc. 

Create a user, give it a password, make sure it has at least read permissions to the samba file share you created, and you should be able to connect from the other pc using "w10MachineName\newusername" as the username and the password you created.

What is Samba? I'm not familiar with that program

On 26/02/2025 at 20:26, jnelsoninjax said:

What is Samba? I'm not familiar with that program

Samba is an Open Source / Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems. Samba is freely available under the GNU General Public License.

The Samba project is a member of the Software Freedom Conservancy.

https://wiki.samba.org/index.php/Main_Page

On 26/02/2025 at 20:39, Mindovermaster said:

Samba is an Open Source / Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems. Samba is freely available under the GNU General Public License.

The Samba project is a member of the Software Freedom Conservancy.

https://wiki.samba.org/index.php/Main_Page

The only thing I see is a .tar.gz which is not for windows, is there a windows version?

On 26/02/2025 at 22:41, jnelsoninjax said:

The only thing I see is a .tar.gz which is not for windows, is there a windows version?

I think Windows already has this built in, you just have to execute it. Windows has many GUIs that run this.

Hello,

SMB has been built into Windows since Windows NT 3.1.  Samba is an open source implementation of it for other operating systems.

Regards,

Aryeh Goretsky
 

On 26/02/2025 at 16:36, jnelsoninjax said:

So I have a win10 machine and I am trying to set up file sharing so I can get files from the win11 machine. I, however, can not seem to get it to work. I have 'discovered' both machines on the network, but when I try to connect to the 10 system from 11, it asks for a username/password. I disabled that option on the 10 system, but from what I am reading, 11 requires it? I am really stuck here because everything that I have tried does not seem to work, can someone help me out here?

Why not add a password and then use that? It's more secure (Microsoft hasn't just changed it for no reason). If you map the connection, you can tell it to cache the credentials so you don't have to keep typing them in each time.

  • Like 1
On 26/02/2025 at 23:41, jnelsoninjax said:

The only thing I see is a .tar.gz which is not for windows, is there a windows version?

Sorry, it's probably bad practice on my part but by samba share i was just referring to the regular windows network shares accessible via file explorer by typing \\nameofpcOrIP\sharename in the url bar.

You can create a network share and manage the permissions therein by right clicking a folder, selecting 'Properties', then selecting the 'Sharing' tab and selecting the "Share..." button. This is where you can add the secondary user you create and give it read access.

  • Like 1

OK guys, thanks for all the input. I created an account just for sharing on my win10 machine and was able to log in via the 11 system and copy files. My only other question is I set my wife up under family on this system, but when I tried to log in using her credentials it would not accept them. I am assuming that the username/password would be the one that she used for her live account, but it was not accepting the username/password. It really is not a big issue, she is only going to use the 10 system for the webcam since we can not get the webcam to work in 11.

On 26/02/2025 at 21:55, Mindovermaster said:

I think Windows already has this built in, you just have to execute it. Windows has many GUIs that run this.

SMB is built into windows, what you linked before is the SAMBA project which was meant to share between Linux and Windows easily.

On 27/02/2025 at 10:09, Circaflex said:

SMB is built into windows, what you linked before is the SAMBA project which was meant to share between Linux and Windows easily.

I know, but they do the same thing, don't they?

On 27/02/2025 at 14:58, jnelsoninjax said:

OK guys, thanks for all the input. I created an account just for sharing on my win10 machine and was able to log in via the 11 system and copy files. My only other question is I set my wife up under family on this system, but when I tried to log in using her credentials it would not accept them. I am assuming that the username/password would be the one that she used for her live account, but it was not accepting the username/password. It really is not a big issue, she is only going to use the 10 system for the webcam since we can not get the webcam to work in 11.

You need the domain information as well associated with the live account. I  can't remember exactly how it is formatted off the top of my head.

On 27/02/2025 at 12:51, Ixion said:

You need the domain information as well associated with the live account. I  can't remember exactly how it is formatted off the top of my head.

I had that [email protected], but right now it really is not a big deal, just a minor issue like everything else in the Windows world...

On 27/02/2025 at 12:22, jnelsoninjax said:

I had that [email protected], but right now it really is not a big deal, just a minor issue like everything else in the Windows world...

try  using the hostname instead of the ip address when connecting and add .local to the end of it; ie \\mycomputername.local\\

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Oh, it's happening on more than one dialog? This is the dialog that I'm unable to interact with.
    • WSCC - Windows System Control Center 10.0.3.8 by Razvan Serea Windows System Control Center is a free, portable program that allows you to install, update, execute and organize the utilities from various system utility suites. WSCC can install and update the supported utilities automatically. Alternatively, WSCC can use the http protocol to download and run the programs. WSCC is portable, installation is not required. Extract the content of the downloaded zip archive to any directory on your computer. Free for personal use. The setup packages and updates are downloaded directly from their author's website! This edition of WSCC supports the following utility suites: Windows Sysinternals Suite (including support for "Sysinternals Live" service) NirSoft Utilities Mitec and more... WSCC - Windows System Control Center 10.0.3.8 changelog: [NEW] update progress is now visible on the Windows taskbar [FIXED] fixed an issue with the Update dialog [FIXED] minor fixes Download: WSCC (64-bit) | 5.4 MB (Free for personal use) Download: WSCC (32-bit) | 6.3 MB View: WSCC Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The level of stupidity at Google and Microsoft is beyond belief. All they are doing by killing this is forcing people to jump over to Firefox and ditch them all together, therefore giving Firefox the market boost it needs to finally crush them all in the end.
    • HWMonitor 1.64 by Razvan Serea HWMonitor is a hardware monitoring program that reads PC systems main health sensors : voltages, temperatures, fans speed. The program handles the most common sensor chips, like ITE® IT87 series, most Winbond® ICs, and others. In addition, it can read modern CPUs on-die core thermal sensors, as well has hard drives temperature via S.M.A.R.T, and video card GPU temperature. Special hardware monitors such as abit® uGuru and Gigabyte® ODIN™ power supplies serie are supported too. HWMonitor 1.64 changelog: Intel Arc G3 & G3 Extreme (Panther Lake). Intel Core Ultra 5 250KF Plus (Arrow Lake Refresh). AMD Ryzen 7 7700X3D (Raphael). AMD Ryzen AI Max+ 495, 492, 488 (Gorgon Halo). AMD Ryzen AI Max 490, 485 (Gorgon Halo). AMD Ryzen AI Max PRO 495, 490, 485, 480 (Gorgon Halo). AMD Ryzen 9 9950X3D2 (Granite Ridge). AMD Ryzen 9 PRO 9965X3D, PRO 9945 (Granite Ridge). AMD Ryzen 7 PRO 9755, PRO 9745 (Granite Ridge). AMD Ryzen 5 PRO 9645 (Granite Ridge). AMD Ryzen AI 7/PRO 450G/GE (Gorgon Point 2). AMD Ryzen AI 5/PRO 440G/GE (Gorgon Point 2). AMD Ryzen AI 5/PRO 435G/GE (Gorgon Point 3). Support of HUDIMM and HSODIMM memory modules. New themes. New real-time graphs. Download: HWMonitor 1.64 | 3.4 MB (Freeware) Download: Portable HWMonitor 1.64 | 2.7 MB View: HWMonitor Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I have had a request since 2017 and so have many others that requested too and nothing has been done about it except its on our list to do.
  • Recent Achievements

    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      497
    2. 2
      PsYcHoKiLLa
      172
    3. 3
      +Edouard
      163
    4. 4
      Steven P.
      86
    5. 5
      ATLien_0
      77
  • Tell a friend

    Love Neowin? Tell a friend!