Networking Forums

Networking Forums > Computer Networking > Windows Networking > Must to logoff

Reply
Thread Tools Display Modes

Must to logoff

 
 
M Mordkovych
Guest
Posts: n/a

 
      09-03-2006, 05:55 PM
Hi All!

I get this error when I try to connect to network drives.
Every time I must Logoff and logon - then I can connect.
I want it the way it's on the second machine - it asks user name and
password every time I go in Win98 and I dont nee to logoff/logon.

c:\WINDOWS\NET USE k: \\MYPENTIUM\k mmm

Error 3787: You must log on before performing this operation.

c:\WINDOWS\NET USE l: \\MYPENTIUM\l

Error 3787: You must log on before performing this operation.

c:\WINDOWS\NET USE j: \\MYPENTIUM\j-mmx

Error 3787: You must log on before performing this operation.

c:\WINDOWS\NET USE q: \\MYPENTIUM\c mm

Error 3787: You must log on before performing this operation.



 
Reply With Quote
 
 
 
 
Gary S. Terhune
Guest
Posts: n/a

 
      09-03-2006, 07:20 PM
When you log off the problem machine, do you have to enter a password to log
back on? There are various reasons the machine might be automatically
logging on, the simplest being that you are using "blank password". If
that's the case, I *think* that all you need to do is put in a password and
click OK. I *think* that password will be saved and you will need to use it
from now on. I said I *think* because I'm not at my 98 machine and can't
experiment. Another solution may simply be to use the Passwords applet in
Control Panel to change your password from <blank> to whatever you want.

But, if you already have to use a password to log back on, then it gets more
complicated. Such a situation would indicate that at some time in the past
someone has added "autologon" features to the Registry. In that case, this
article would be one place to start.
http://support.microsoft.com/kb/141858/EN-US/

Unfortunately, most of the available literature explains how to *enable*
autologon, not how to get rid of it. But reading those articles will give
you hints on where to look for previously inserted autologon commands. Like
this page, for instance:
http://www.howtonetworking.com/Windows/autologon.htm

(The applicable paragraphs are the third and second from the bottom.)

You can see that there are various ways to enable autologon. Please be
careful when editing the Registry. Use the Start>Run box to run "SCANREG
/BACKUP", first. Then, before making any edits to a Registry Key, use
Edit>Export to create a backup REG file for that specific Key. If you feel
like you messed up really bad, you can always boot to Command Prompt Only
and use SCANREG /RESTORE to restore a full backup.

--

Gary S. Terhune
MS-MVP Shell/User

"M Mordkovych" <jcberg_no_spam_@compuserve.com> wrote in message
news:(E-Mail Removed)...
> Hi All!
>
> I get this error when I try to connect to network drives.
> Every time I must Logoff and logon - then I can connect.
> I want it the way it's on the second machine - it asks user name and
> password every time I go in Win98 and I dont nee to logoff/logon.
>
> c:\WINDOWS\NET USE k: \\MYPENTIUM\k mmm
>
> Error 3787: You must log on before performing this operation.
>
> c:\WINDOWS\NET USE l: \\MYPENTIUM\l
>
> Error 3787: You must log on before performing this operation.
>
> c:\WINDOWS\NET USE j: \\MYPENTIUM\j-mmx
>
> Error 3787: You must log on before performing this operation.
>
> c:\WINDOWS\NET USE q: \\MYPENTIUM\c mm
>
> Error 3787: You must log on before performing this operation.
>
>
>



 
Reply With Quote
 
M Mordkovych
Guest
Posts: n/a

 
      09-03-2006, 11:49 PM
Hi!

Thanks it worked! Passwords were all set, but ater applying BOTH (I am not
sure which of then fixed the problem) changes to registry it began to ask
the password!

It was still no god after this one :
http://www.howtonetworking.com/Windows/autologon.htm

>>A: To enable AutoLogon feature on win9x, you can make the following

changes to the registry manually.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Winlogon
DefaultUserName "your_username"
DefaultPassword "your_password"
AutoAdminLogon "1"<<

I removed AutoAdminLogon entry entirely.

and worked well after this
http://support.microsoft.com/kb/141858/EN-US/

>>The following entry appears in the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Network\Real
Mode Net

AutoLogon=xx
NOTE: The AutoLogon value must be a BINARY value and must be set to 00 for
automatic logon to work.<<

So I set it to 01!

Still may I needed to apply both?

Thank you very much!

"Gary S. Terhune" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>
> But, if you already have to use a password to log back on, then it gets

more
> complicated. Such a situation would indicate that at some time in the past
> someone has added "autologon" features to the Registry. In that case, this
> article would be one place to start.
> http://support.microsoft.com/kb/141858/EN-US/
>
> Unfortunately, most of the available literature explains how to *enable*
> autologon, not how to get rid of it. But reading those articles will give
> you hints on where to look for previously inserted autologon commands.

Like
> this page, for instance:
> http://www.howtonetworking.com/Windows/autologon.htm
>
> (The applicable paragraphs are the third and second from the bottom.)
>
> You can see that there are various ways to enable autologon. Please be
> careful when editing the Registry. Use the Start>Run box to run "SCANREG
> /BACKUP", first. Then, before making any edits to a Registry Key, use
> Edit>Export to create a backup REG file for that specific Key. If you feel
> like you messed up really bad, you can always boot to Command Prompt Only
> and use SCANREG /RESTORE to restore a full backup.
>
> --
>
> Gary S. Terhune
> MS-MVP Shell/User
>
> "M Mordkovych" <jcberg_no_spam_@compuserve.com> wrote in message
> news:(E-Mail Removed)...
> > Hi All!
> >
> > I get this error when I try to connect to network drives.
> > Every time I must Logoff and logon - then I can connect.
> > I want it the way it's on the second machine - it asks user name and
> > password every time I go in Win98 and I dont nee to logoff/logon.
> >
> > c:\WINDOWS\NET USE k: \\MYPENTIUM\k mmm
> >
> > Error 3787: You must log on before performing this operation.
> >
> > c:\WINDOWS\NET USE l: \\MYPENTIUM\l
> >
> > Error 3787: You must log on before performing this operation.
> >
> > c:\WINDOWS\NET USE j: \\MYPENTIUM\j-mmx
> >
> > Error 3787: You must log on before performing this operation.
> >
> > c:\WINDOWS\NET USE q: \\MYPENTIUM\c mm
> >
> > Error 3787: You must log on before performing this operation.
> >
> >
> >

>
>



 
Reply With Quote
 
Gary S. Terhune
Guest
Posts: n/a

 
      09-04-2006, 02:46 AM
Yes, you probably need to apply both.

--

Gary S. Terhune
MS-MVP Shell/User

"M Mordkovych" <jcberg_no_spam_@compuserve.com> wrote in message
news:eP%(E-Mail Removed)...
> Hi!
>
> Thanks it worked! Passwords were all set, but ater applying BOTH (I am not
> sure which of then fixed the problem) changes to registry it began to ask
> the password!
>
> It was still no god after this one :
> http://www.howtonetworking.com/Windows/autologon.htm
>
>>>A: To enable AutoLogon feature on win9x, you can make the following

> changes to the registry manually.
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Winlogon
> DefaultUserName "your_username"
> DefaultPassword "your_password"
> AutoAdminLogon "1"<<
>
> I removed AutoAdminLogon entry entirely.
>
> and worked well after this
> http://support.microsoft.com/kb/141858/EN-US/
>
>>>The following entry appears in the following registry key:

> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Network\Real
> Mode Net
>
> AutoLogon=xx
> NOTE: The AutoLogon value must be a BINARY value and must be set to 00 for
> automatic logon to work.<<
>
> So I set it to 01!
>
> Still may I needed to apply both?
>
> Thank you very much!
>
> "Gary S. Terhune" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>
>> But, if you already have to use a password to log back on, then it gets

> more
>> complicated. Such a situation would indicate that at some time in the
>> past
>> someone has added "autologon" features to the Registry. In that case,
>> this
>> article would be one place to start.
>> http://support.microsoft.com/kb/141858/EN-US/
>>
>> Unfortunately, most of the available literature explains how to *enable*
>> autologon, not how to get rid of it. But reading those articles will give
>> you hints on where to look for previously inserted autologon commands.

> Like
>> this page, for instance:
>> http://www.howtonetworking.com/Windows/autologon.htm
>>
>> (The applicable paragraphs are the third and second from the bottom.)
>>
>> You can see that there are various ways to enable autologon. Please be
>> careful when editing the Registry. Use the Start>Run box to run "SCANREG
>> /BACKUP", first. Then, before making any edits to a Registry Key, use
>> Edit>Export to create a backup REG file for that specific Key. If you
>> feel
>> like you messed up really bad, you can always boot to Command Prompt Only
>> and use SCANREG /RESTORE to restore a full backup.
>>
>> --
>>
>> Gary S. Terhune
>> MS-MVP Shell/User
>>
>> "M Mordkovych" <jcberg_no_spam_@compuserve.com> wrote in message
>> news:(E-Mail Removed)...
>> > Hi All!
>> >
>> > I get this error when I try to connect to network drives.
>> > Every time I must Logoff and logon - then I can connect.
>> > I want it the way it's on the second machine - it asks user name and
>> > password every time I go in Win98 and I dont nee to logoff/logon.
>> >
>> > c:\WINDOWS\NET USE k: \\MYPENTIUM\k mmm
>> >
>> > Error 3787: You must log on before performing this operation.
>> >
>> > c:\WINDOWS\NET USE l: \\MYPENTIUM\l
>> >
>> > Error 3787: You must log on before performing this operation.
>> >
>> > c:\WINDOWS\NET USE j: \\MYPENTIUM\j-mmx
>> >
>> > Error 3787: You must log on before performing this operation.
>> >
>> > c:\WINDOWS\NET USE q: \\MYPENTIUM\c mm
>> >
>> > Error 3787: You must log on before performing this operation.
>> >
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logoff problem Will Sellers Windows Networking 2 01-14-2008 02:33 AM
Hanging during logoff =?Utf-8?B?U2Nob29sZ3V5?= Windows Networking 2 04-12-2006 06:55 AM
Automatic Logoff LDL Windows Networking 0 02-17-2005 08:49 PM
WPA not surviving logoff/on dsmcd Wireless Internet 2 04-05-2004 04:47 PM
hang up during logoff kuancm Windows Networking 2 01-13-2004 10:47 AM



1 2 3 4 5 6 7 8 9 10 11