Windows OS
--
Questions
--
Followers
Top Experts
This system is supposed to autologin... the problem is:
Each time the system is booted, the login name and password dialog box pops up. Â The user name is filled in but it requires a password. Â This is a problem because there will be no keyboard connected to this unit. Â
How can do I do it??
System configuration:
Windows for Workgroups v3.11
TCP32 added - From MS
Using IP only (no Netbeui or IPX)
Loging into a NT 4 server
For 100 pt bonus - I am trying to map a drive letter to a specific directory: e.g. \\servername\path\director
I can map a drive letter to \\servername\path but attempting to map directly to the 'path' produces an error message. Â I'm doing this from file manager. Â Perhaps, this cannot be done?
In addition: I'll give an additional 200pts and 'A' score for an answer to the first question in the next three hours!!
Thank you
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Add a Net Logon command in your Win.ini (Run statement).
This will do the trick only if the system run the command from the Win.ini after it loads the network drivers and before it show the login gui. I cannot check it right now (you want a fast answer).
For help type Net Logon /? (it is usless to paste it here).
You cannot map a drive to a directory. You can share the directory directly and then map a drive to the share name.
Saar Carmi
saar@bigfoot.com
icq# 3233305
Saar






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
You can automatize mapping with
NET USE x: \\servername\sharename
I will think about AutoReconnecting. No idea, yet.
As for mapping to a directory: the only valid path specification is \\computername\sharename,s
This is the solution I came up with (it works but I'd like a better way).
First of all,
I couldn't get rid of the GUI login. Â The help suggested not entering a password after the first successful login and the GUI would never appear again. Â I tried this but I keep getting the error message: "The password-list file could not be unlocked. Â The logon password you typed is incorrect."
I created a batch file called login.bat and in this batch was:
"net login username pass /YES"
I called this from win.ini (run = c:\network\login.bat)
When the system prompts with the GUI login, I've instructed the client to hit cancle. Â "run=..." takes over from here.
Note: the only user input is through a touch screen.
MATTCEI: The account must have a password as it is policy for this company. Â I've been given a username and password to work with.
Everything works fine although I'm not completely comfortable with shelling to DOS for NET login and I don't like having the client hit the cancle button on the GUI login interface.
I'm still willing to offer 300pts to a solution.
P.S. Forget about the mapping problem, I've learned to live with this by making the software accept the change.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
B)What's the problem with shelling to DOS? You can create a PIF file which will run the window minimized.
I am not sure about it but I would give it a try:
You should be able to start the network before you start Windows (this is how a DOS client for Microsoft Networks work). This can be done (as much as I know) with Net Start.
If you start the network and logon before Windows starts I believe that the GUI will be passed.
Saar Carmi
saar@bigfoot.com
sarr2: Shelling out to DOS is not always fool proof. Â It works but I'd rather just get rid of that GUI login.
You cannot log into Win NT using IP at DOS. Â TCP32 is a Windows based protocol which is not available until Windows is run. Â So, NET LOGIN with IP is not available at DOS.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
1. Edit the system.ini file
2. Locate [Network] section
3. Set UserName to the user that you wish to login automatically
4. Add entry AutoLogon=Yes
5. Save file
The drawback is that the password must be blank. Best way to do this is to blank password on server, then delete the usename.pwl file in the windows directory on the workstation. Next time you login on the workstation leave the password blank when prompted to enter a password.
I can't find any method where you can enter a password.
PS You map to a path, only a sharename. You need to share the folder you wish to link to. You can then link to that drive from file manager.
The point is, I need to log in automatically but I do not want the GUI login to pop up.
As I'm now 600km away from the system, it will take a few days to set up a test system to verify this (though I believe you have it!!).
Thank you in advance!

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Windows OS
--
Questions
--
Followers
Top Experts
This topic area includes legacy versions of Windows prior to Windows 2000: Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions including Windows Mobile.