View Single Post
  #11   Report Post  
Posted to alt.home.repair
Mike Duffy[_5_] Mike Duffy[_5_] is offline
external usenet poster
 
Posts: 149
Default W/7 -8 Network password question

On Sun, 09 Apr 2017 01:08:10 -0400, wrote:

I have an XP file server, mostly just for music and video and I have a
W/98 laptop that runs a network printer and a big SCSI scanner. If I
ever make the switch to 7 or 8 I will lose that laptop I suppose. I do
have an XP "thin client" machine that will do the job but the laptop
is nice because it has the monitor and keyboard right there in a very
small package.


With a few tweaks, it is possible to network the systems via Windows
networking. See below for doing it with Win 3x/DOS network client. Note
that this is also the so-called "Share Level" security that can be
specified vs "User Level" on Win 9x systems.

Note that this will seriously degrade the security of your Vista/ 7/8/10
systems, and might cause access to "stock"-configured 7&+ systems to be
problematic.

If you need networking of specific directories, it will be easier to use
NFS instead. There are free NFS clients and servers for various versions of
Windows. Post a follow-up here or send email to my address in the headers
if you want to know how to find them. I have some that I have used to share
files between Win7 and Win 3.11 both ways, so anything in between should
work as well.


To share Win 3.1 files using SMB protocol:

Shares
======

On the Win2K/XP/7 directories to be shared, user "Guest"
give full access & control under "Security" tab.
(Recursively all the way down.)

For Read-only shares, under "Sharing" tab [Advanced] button,
to user "Guest" give permission: Read[x].

For Read-write shares, under "Sharing" tab [Advanced] button,
to user "Guest" give permissions:
Full Control [x], Change [x], Read [x].

The "Guest" account does NOT need to be "On".


XP/2K & 7&Up
============

HKLM\System\CurrentControlSet\Control\Lsa
Dword DisableLoopbackCheck = 1 (Default No Key Present or 0)
Dword LimitBlankPasswordUse = 0 (Default 1)
Dword LmCompatibilityLevel = 0 (Default No Key Present or 5)
Dword NoLmHash = 0 (Default 1)

HKLM\System\CurrentControlSet\Control\Lsa\MSV1_0
Dword RestrictReceivingNTLMTraffic = 0 (Default No Key Present or 2)
Dword RestrictSendingNTLMTraffic = 0 (Default No Key Present or 2)

HKLM\System\CurrentControlSet\Services\Browser
Dword Start = 2 (Default 0)

HKLM\System\CurrentControlSet\Services\LanmanServe r\Parameters
Dword DisableStrictNameChecking = 1 (Default No Key Present or 0)
Dword LmAnnounce = 1 (Default 0)
Dword RestrictNullSessAccess = 0 (Default 1)

HKLM\System\CurrentControlSet\Services\LanmanWorks tation\Parameters
Dword EnablePlainTextPassword = 1 (Default No Key Present or 0)

HKLM\System\CurrentControlSet\Services\NetBT\Param eters
Dword AllowNBToInternet = 1 (Default No Key Present or 0)


Windows 7&Up
============

HKLM\System\CurrentControlSet\Control\Lsa
Dword EveryoneIncludesAnonymous = 1 (Default 0)
Dword ForceGuest = 1 (Default 0)
Dword RestrictAnonymousSAM = 0 (Default 1)

HKLM\System\CurrentControlSet\Control\Lsa\MSV1_0
Dword NtlmMinClientSec = 0 (Default 0x2000000)
Dword NtlmMinServerSec = 0 (Default 0x2000000)