• Networking WinXP -> Win11

    From John B. Smith@21:1/5 to All on Wed Jan 29 17:02:28 2025
    I've been trying to get my old pc(XP-Win7) and new pc (Win11) talking
    to each other (sharing files). Been reading all kinds of tips and
    how-to, one from PC Magazine looked helpful. It had me checking
    bunches of stuff on Win11 to do with Networks. This was hard because
    their directions were sadly out of date and I had to find the new way
    to look at/check what they were talking about. After a couple hours of
    fighting it, they FINALLY told me that to get my
    home-office-file-sharing network working, I needed to be signed in to
    my MicroSoft Account (to use ClientForMicrosoftNetworks I guess). And
    gave me directions to change my sign-on over to "sign on with a
    MicroSoft account instead"

    I went to a lot of trouble to get Win11 installed WITHOUT having to
    sign in to a usoft acct every damn time I booted. Is it possible to be
    able to establish a MicroSoft account I can only sign into when I want
    to – and NOT every damn time I boot? So that maybe I can have a home
    network only when I want to share files and turn off – sign out, or
    whatever at all other times?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to John B. Smith on Wed Jan 29 22:42:47 2025
    John B. Smith wrote:
    I've been trying to get my old pc(XP-Win7) and new pc (Win11) talking
    to each other (sharing files). Been reading all kinds of tips and
    how-to, one from PC Magazine looked helpful. It had me checking
    bunches of stuff on Win11 to do with Networks. This was hard because
    their directions were sadly out of date and I had to find the new way
    to look at/check what they were talking about. After a couple hours of fighting it, they FINALLY told me that to get my
    home-office-file-sharing network working, I needed to be signed in to
    my MicroSoft Account (to use ClientForMicrosoftNetworks I guess). And
    gave me directions to change my sign-on over to "sign on with a
    MicroSoft account instead"

    I went to a lot of trouble to get Win11 installed WITHOUT having to
    sign in to a usoft acct every damn time I booted. Is it possible to be
    able to establish a MicroSoft account I can only sign into when I want
    to – and NOT every damn time I boot? So that maybe I can have a home network only when I want to share files and turn off – sign out, or whatever at all other times?


    No, you don't need a Microsoft Account.

    There was a recent posting here from Java Jive giving very detailed instructions about networking. Let us know if you can't find it.

    In your case the failure is probably that Win XP only supports SMB1 so
    you will have to enable SMB1 on your Win 11 machine.


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Graham J on Wed Jan 29 19:57:10 2025
    On Wed, 1/29/2025 5:42 PM, Graham J wrote:
    John B. Smith wrote:
    I've been trying to get my old pc(XP-Win7) and new pc (Win11) talking
    to each other (sharing files). Been reading all kinds of tips and
    how-to, one from PC Magazine looked helpful. It had me checking
    bunches of stuff on Win11 to do with Networks. This was hard because
    their directions were sadly out of date and I had to find the new way
    to look at/check what they were talking about. After a couple hours of
    fighting it, they FINALLY told me that to get my
    home-office-file-sharing network working, I needed to be signed in to
    my MicroSoft Account (to use ClientForMicrosoftNetworks I guess).  And
    gave me directions to change my sign-on over to "sign on with a
    MicroSoft account instead"

    I went to a lot of trouble to get Win11 installed WITHOUT having to
    sign in to a usoft acct every damn time I booted. Is it possible to be
    able to establish a MicroSoft account I can only sign into when I want
    to – and NOT every damn time I boot? So that maybe I can have a home
    network only when I want to share files and turn off – sign out, or
    whatever at all other times?


    No, you don't need a Microsoft Account.

    There was a recent posting here from Java Jive giving very detailed instructions about networking.  Let us know if you can't find it.

    In your case the failure is probably that Win XP only supports SMB1 so you will have to enable SMB1 on your Win 11 machine.



    [Picture]

    https://i.postimg.cc/WbtFVqC8/Windows-Features-SMBV1.gif

    [Picture]

    https://i.postimg.cc/PJPJzBkZ/netbios-over-tcp.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Steve Hayes@21:1/5 to All on Thu Jan 30 04:24:41 2025
    On Wed, 29 Jan 2025 22:42:47 +0000, Graham J <nobody@nowhere.co.uk>
    wrote:

    In your case the failure is probably that Win XP only supports SMB1 so
    you will have to enable SMB1 on your Win 11 machine.

    How do you do that?

    My wife has a Win 11 machine and complains that she can't see my XP
    one on our home network.


    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mario@21:1/5 to Steve Hayes on Thu Jan 30 05:09:04 2025
    On 30/01/2025 02:24, Steve Hayes wrote:
    On Wed, 29 Jan 2025 22:42:47 +0000, Graham J <nobody@nowhere.co.uk>
    wrote:

    In your case the failure is probably that Win XP only supports SMB1 so
    you will have to enable SMB1 on your Win 11 machine.
    How do you do that?

    My wife has a Win 11 machine and complains that she can't see my XP
    one on our home network.



    run this command as Admin in powershell. i.e. launch powershell as admin
    then run this command:

    Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol

    Source: : <https://learn.microsoft.com/en-us/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3?tabs=server#disabling-smbv2-or-smbv3-for-troubleshooting>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From crasso@nycap.rr.com@21:1/5 to All on Thu Jan 30 20:23:53 2025
    On Wed, 29 Jan 2025 19:57:10 -0500, Paul <nospam@needed.invalid>
    wrote:

    On Wed, 1/29/2025 5:42 PM, Graham J wrote:
    John B. Smith wrote:
    I've been trying to get my old pc(XP-Win7) and new pc (Win11) talking
    to each other (sharing files). Been reading all kinds of tips and
    how-to, one from PC Magazine looked helpful. It had me checking
    bunches of stuff on Win11 to do with Networks. This was hard because
    their directions were sadly out of date and I had to find the new way
    to look at/check what they were talking about. After a couple hours of
    fighting it, they FINALLY told me that to get my
    home-office-file-sharing network working, I needed to be signed in to
    my MicroSoft Account (to use ClientForMicrosoftNetworks I guess).  And
    gave me directions to change my sign-on over to "sign on with a
    MicroSoft account instead"

    I went to a lot of trouble to get Win11 installed WITHOUT having to
    sign in to a usoft acct every damn time I booted. Is it possible to be
    able to establish a MicroSoft account I can only sign into when I want
    to – and NOT every damn time I boot? So that maybe I can have a home
    network only when I want to share files and turn off – sign out, or
    whatever at all other times?


    No, you don't need a Microsoft Account.

    There was a recent posting here from Java Jive giving very detailed instructions about networking.  Let us know if you can't find it.

    In your case the failure is probably that Win XP only supports SMB1 so you will have to enable SMB1 on your Win 11 machine.



    [Picture]

    https://i.postimg.cc/WbtFVqC8/Windows-Features-SMBV1.gif

    [Picture]

    https://i.postimg.cc/PJPJzBkZ/netbios-over-tcp.gif

    Paul


    Wow! Thanks a lot guys for all the interest. I'm still fighting the
    problem. I guess Paul's was the easiest to follow so I started with
    his advice. I read you all though. Can't claim to understand it all,
    but I read it.

    When I got to Paul's 2nd postimage window
    https://i.postimg.cc/PJPJzBkZ/netbios-over-tcp.gif
    after turning on SMB1, Win11 had to restart and when it came up I
    tried the cd downloads from the cmd prompt, Win11 says it doesn't
    exist. Found c:\users\Asus1\downloads but no help there either.

    Got the NetBios Enabled over tcp/ip.
    And somewhere along the thrashing I found in Win11's
    FileExplorer-Network, I had an Asus123, which is what I put for FullComputerName when I, somewhere along the line created a workgroup.
    So it wasn't a stright-forward process and I'd hate to write a how-to
    on what I did, but I got something to work.

    Alas, when I booted xp on the old machine I couldn't find Asus123
    mentioned anywhere I looked. BUT I did find it when I booted up Win7,
    (whose workgroup is EARLPCABIT2008). I can see them from both ends
    now.

    When I try to open Asus123 (from Win7 on the old computer) it wants a
    username and password. I never created any such thing in my Win11
    thrashing, far as I know. I tried the router password-no help (and
    wasn't sure of username anyway).

    Anyway to come up with that info?

    Some the advice I've got here recommended encrypting the shared folder
    and limiting users but I didn't run into any opportunities to do this
    in my efforts so far.

    Also, Asus123 seems to have a habit of disappearing from my Win11
    Network between boots? Seems to be still visible from Win7 though so I
    guess that's what's needed. But I was planning to copy stuff to that
    shared folder on the Win11 side and have it visible from the Win7
    side. Maybe it doesn't matter.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Steve Hayes@21:1/5 to All on Fri Jan 31 10:55:15 2025
    On Wed, 29 Jan 2025 22:33:16 -0700, ...w¡ñ§±¤ñ <winstonmvp@gmail.com> wrote:

    In search box type -> Features
    Select 'Turn Windows Features on or off' click on Open
    - the dialog box will open showing the features to configure
    Scroll down to SMB 1.0/CFS File Sharing, then click the + sign to
    expand the category
    - uncheck SMB 1.0/CIFS Autoremoval
    - check SMB 1.0/CIFS Client
    - check SMB 1.0/CIFS Server

    Thanks very much!


    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to crasso@nycap.rr.com on Fri Jan 31 09:59:36 2025
    crasso@nycap.rr.com wrote:

    [snip]


    When I try to open Asus123 (from Win7 on the old computer) it wants a username and password. I never created any such thing in my Win11
    thrashing, far as I know. I tried the router password-no help (and
    wasn't sure of username anyway).


    Generally, every computer on your network needs at least one account
    with a username and password. Ideally there should be at least two
    accounts "Admin" (with full permissions for installing drivers and the
    like) and "Standard User" (with limited permissions for all everyday work).

    Follow the instructions posted here recently by Java Jive.


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John B Smith@21:1/5 to All on Fri Jan 31 15:27:03 2025
    On Fri, 31 Jan 2025 09:59:36 +0000, Graham J <nobody@nowhere.co.uk>
    wrote:

    crasso@nycap.rr.com wrote:

    [snip]


    When I try to open Asus123 (from Win7 on the old computer) it wants a
    username and password. I never created any such thing in my Win11
    thrashing, far as I know. I tried the router password-no help (and
    wasn't sure of username anyway).


    Generally, every computer on your network needs at least one account
    with a username and password. Ideally there should be at least two
    accounts "Admin" (with full permissions for installing drivers and the
    like) and "Standard User" (with limited permissions for all everyday work).

    Follow the instructions posted here recently by Java Jive.

    I did a search for him on my Agent but what I came up with is his
    advice on crafting router settings. I'm not confident enough to mess
    with settings in my cable modem. Did he say anything else? I kinda
    need to be talked down to. Lots of gurus don't have the patience.

    My Admin identities don't have passwords. Is that what the Network is
    asking for?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to John B Smith on Fri Jan 31 21:16:01 2025
    John B Smith wrote:

    [snip]


    Follow the instructions posted here recently by Java Jive.

    I did a search for him on my Agent but what I came up with is his
    advice on crafting router settings. I'm not confident enough to mess
    with settings in my cable modem. Did he say anything else? I kinda
    need to be talked down to. Lots of gurus don't have the patience.

    My Admin identities don't have passwords. Is that what the Network is
    asking for?


    Yes.

    Java Jive posted in a.c.o.Windows-11 as follows:

    """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

    Windows Sharing Instructions
    ============================

    IMO, M$'s default sharing arrangements have always been dangerously
    insecure. What follows is the comparatively secure
    way that I've always set up sharing, ever since Windows 2000.

    Note: These are W7 instructions only, other versions of Windows will
    obviously be similar but not exactly the same, because of M$'
    pointless and idiotic habit of hiding all the control levers in
    different places with every new edition of Windows, thus forcing
    people continually to relearn everything they've known for years. (Can
    you imagine the catastrophic chaos that would result on the roads if
    car manufacturers decided to do that?).

    In what follows, I assume that you want to create shares on each PC
    visible to others, and that none are work PCs authenticating to a domain controller server.

    On each PC:

    1) Go into ...
    Control Panel, All Control Panel Items,System,
    Advanced system settings, Computer Name, Change
    ... and ensure that name and workgroup are changed to something
    memorable from the defaults, and that the latter is the same for all
    the machines that you wish to share files together.

    2) Any user wishing to access a share on a PC must have a user
    account on that PC, so set up the necessary accounts up on each PC,
    giving them the same logon user id and password as they normally use on
    their own PC. (If on a particular PC you want a user only to be able
    to access a share, but not be able to sign on to it, you still need
    his/her account to exist, but then it must be added to a block list in
    that PC's security policy - however, this may not be possible on
    some lower cost editions of Windows, and is beyond the scope of these
    notes).

    3) Go into ...
    Control Panel, All Control Panel Items,
    Network and Sharing Center, Advanced sharing settings
    ... and set the following:
    Network discovery
    Probably on, unless reason otherwise;
    File and printer sharing
    Probably on, unless reason otherwise;
    Public folder sharing
    Probably off, unless reason otherwise;
    Media streaming
    Probably off, unless reason otherwise;
    File sharing connections
    Use 128-bit, unless reason otherwise;
    Password protected sharing
    Turn on;
    HomeGroup connections
    Use user accounts and passwords.

    4) On each directory or drive of each machine that you want to
    share, creating subdirectories for this as required ...
    <rt-click>, Share with,
    Advanced sharing, Advanced sharing;
    Select Share this folder;
    Type a suitable share name
    (Note: ending it with a '$' will hide it from
    users casually browsing from other Windows PCs,
    but Linux users may still see it via Samba);
    Type a suitable comment, if required;
    Click Permissions, remove the relatively insecure
    default permissions offered, and then click ...
    Add, Advanced, Find Now
    ... and by <click>ing and <ctrl-click>ing select and add
    the following:
    Admininstrators
    System
    Authenticated Users
    ... and then give them the following permissions ...
    Admininstrators Full Control
    System Full Control
    Authenticated Users Read or Read/Change
    as required

    5) If necessary, but DO NOT DO THE FOLLOWING ON THE WINDOWS FOLDER OR
    OTHER SYSTEM FOLDERS (hopefully you're not trying to share these anyway,
    not normally recommended) including user folders but sub-directories of
    the latter that you've created especially to share are perfectly safe ...

    <rt-click> the drive or directory being shared
    and select ...
    Properties
    Security
    ... and ensure the above permissions are replicated on the drive or
    folder itself.

    """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""


    Hope this helps.

    As I noted previously, nothing modern will see or be seen by XP unless
    SMB1 is enabled on the more modern devices.


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John B. Smith@21:1/5 to All on Tue Feb 4 20:17:06 2025
    On Fri, 31 Jan 2025 21:16:01 +0000, Graham J <nobody@nowhere.co.uk>
    wrote:

    John B Smith wrote:

    [snip]


    Follow the instructions posted here recently by Java Jive.

    I did a search for him on my Agent but what I came up with is his
    advice on crafting router settings. I'm not confident enough to mess
    with settings in my cable modem. Did he say anything else? I kinda
    need to be talked down to. Lots of gurus don't have the patience.

    My Admin identities don't have passwords. Is that what the Network is
    asking for?


    Yes.

    Java Jive posted in a.c.o.Windows-11 as follows:

    """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

    Windows Sharing Instructions
    ============================

    IMO, M$'s default sharing arrangements have always been dangerously
    insecure. What follows is the comparatively secure
    way that I've always set up sharing, ever since Windows 2000.

    Note: These are W7 instructions only, other versions of Windows will >obviously be similar but not exactly the same, because of M$'
    pointless and idiotic habit of hiding all the control levers in
    different places with every new edition of Windows, thus forcing
    people continually to relearn everything they've known for years. (Can
    you imagine the catastrophic chaos that would result on the roads if
    car manufacturers decided to do that?).

    In what follows, I assume that you want to create shares on each PC
    visible to others, and that none are work PCs authenticating to a domain >controller server.

    On each PC:

    1) Go into ...
    Control Panel, All Control Panel Items,System,
    Advanced system settings, Computer Name, Change
    ... and ensure that name and workgroup are changed to something
    memorable from the defaults, and that the latter is the same for all
    the machines that you wish to share files together.

    2) Any user wishing to access a share on a PC must have a user
    account on that PC, so set up the necessary accounts up on each PC,
    giving them the same logon user id and password as they normally use on
    their own PC. (If on a particular PC you want a user only to be able
    to access a share, but not be able to sign on to it, you still need
    his/her account to exist, but then it must be added to a block list in
    that PC's security policy - however, this may not be possible on
    some lower cost editions of Windows, and is beyond the scope of these
    notes).

    3) Go into ...
    Control Panel, All Control Panel Items,
    Network and Sharing Center, Advanced sharing settings
    ... and set the following:
    Network discovery
    Probably on, unless reason otherwise;
    File and printer sharing
    Probably on, unless reason otherwise;
    Public folder sharing
    Probably off, unless reason otherwise;
    Media streaming
    Probably off, unless reason otherwise;
    File sharing connections
    Use 128-bit, unless reason otherwise;
    Password protected sharing
    Turn on;
    HomeGroup connections
    Use user accounts and passwords.

    4) On each directory or drive of each machine that you want to
    share, creating subdirectories for this as required ...
    <rt-click>, Share with,
    Advanced sharing, Advanced sharing;
    Select Share this folder;
    Type a suitable share name
    (Note: ending it with a '$' will hide it from
    users casually browsing from other Windows PCs,
    but Linux users may still see it via Samba);
    Type a suitable comment, if required;
    Click Permissions, remove the relatively insecure
    default permissions offered, and then click ...
    Add, Advanced, Find Now
    ... and by <click>ing and <ctrl-click>ing select and add
    the following:
    Admininstrators
    System
    Authenticated Users
    ... and then give them the following permissions ...
    Admininstrators Full Control
    System Full Control
    Authenticated Users Read or Read/Change
    as required

    5) If necessary, but DO NOT DO THE FOLLOWING ON THE WINDOWS FOLDER OR >OTHER SYSTEM FOLDERS (hopefully you're not trying to share these anyway,
    not normally recommended) including user folders but sub-directories of
    the latter that you've created especially to share are perfectly safe ...

    <rt-click> the drive or directory being shared
    and select ...
    Properties
    Security
    ... and ensure the above permissions are replicated on the drive or
    folder itself.

    """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""


    Hope this helps.

    As I noted previously, nothing modern will see or be seen by XP unless
    SMB1 is enabled on the more modern devices.

    Thanks.
    Alas, Giganews refuses to carry Windows-11 newsgroup, no wonder I
    couldn't find Java Jive's post.

    After a lot of thrashing I managed to fulfill most of Java Jives
    requirements. On Win11 I have an Asus345 workgroup, with a shared
    folder that will also show up in Win7's network on the old Abit
    computer. So I paste stuff into it, then walk back to my Asus machine
    and copy it to where I want it.

    I'd prefer to 'reach' into a shared drive on the old machine, copy,
    and then paste it into my new Win11, save that walk, but so far
    haven't been able to make that work. But it's still better than
    ferrying stuff across in a Passport drive.

    I worked on the Win7 install because Java's instructions were specific
    to Win7, but what I really wanted to do was network with WinXP. I'm
    not finding hardly anything in XP that can be equated from Java's Win7 directions. I made a 'xp group'. It cannot be seen in Win11's Network.
    Neither can Win11's Asus345 group be seen in WinXP's Network. And I
    seem to be stuck. And yes I have SMB 1 enabled on the Win11 side.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)