RegEdit and EnablePlainTextPassword

This is a discussion about RegEdit and EnablePlainTextPassword in the Windows Hardware category; When I was under Win98, I was using shared folder. Those folder were on Unix computer and shared with SMB. Win98 is crypting pwd so I had to add a DWORD in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP named EnablePlainTextPassword with 1 as data to uncrypt them before sending them.

Windows Hardware 9627 This topic was started by , . Last reply by ,


data/avatar/default/avatar36.webp

157 Posts
Location -
Joined 1999-11-13
When I was under Win98, I was using shared folder. Those folder were on Unix computer and shared with SMB. Win98 is crypting pwd so I had to add a DWORD in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP named EnablePlainTextPassword with 1 as data to uncrypt them before sending them.
BUT in Win2k HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP doesn't exist anymore and I still can't connect.
Have anyone a solution ?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Dec 17
Created
Dec 21
Last Response
0
Likes
1 minute
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar17.webp

165 Posts
Location -
Joined 1999-11-24
I seem to recall that there was a huge MS debate about the PlainTextPassword reg key. And I also seem to recall that MS allowed it in RC1 but killed it in RC2.
 
I think that the reason was that the security of Win2K was overly compromised and having that reg key actually caused some serious bugs. MS said to pooey with it and killed it in RC2.
 
At least, I think that's the way it went down. I could be wrong...
 
------------------
J. Byron Todd
Computer Consultant
byron@toddcomp.com
Todd Computer Solutions

data/avatar/default/avatar25.webp

10 Posts
Location -
Joined 1999-12-14
It's in a different place in W2K. It's under LANMANWORKSTATION I think. I don't remember the exact branch but just search for that and enter a DWORD Value EnablePlainTextPassword = 1.

data/avatar/default/avatar25.webp

10 Posts
Location -
Joined 1999-12-14
Update. It's LANMANWORKSTATION --> Parameters. Enter the DWORD there.

data/avatar/default/avatar25.webp

1297 Posts
Location -
Joined 1999-07-16
Try here
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SeCEdit\Reg Values\MACHINE/System/CurrentControlSet/Services/LanmanWorkstation/Parameters/EnablePlainTextPassword
 
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\lanmanworkstation\parameters
 
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\lanmanworkstation\parameters
 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters
 
why do want mess with the setting anyway ?.