losinov Posted May 19, 2010 Report Share Posted May 19, 2010 So we have a startup script which runs every time you log into our workplace pc's which makes sure that the mapped drives are accessible and working.This is the short script that runs at login:@echo offping servernet time \\server /set /yesnet use g: \\server\apps /yesnet use h: \\server\data /yesnet use i: \\server\images /yesnet use s: \\server\software /yesThe problem I'm having is that during the initial windows setup on this computer we entered the wrong user name which should be "Dentrix"The password may have also been entered incorrectly. So when this script runs it asks for the UN and PW to access the server files, I can enter Dentrix as the UN and the correct password it's just that other employees get confused and then can't run our network software. I have tried resetting and changing the password through the control panel but even with Dentrix set as the name of the user profile on this desktop and the password set to the correct one it still asks for the UN & PW.Is there somewhere within windows that is still holding the original UN & PW? The only way I can think to fix this is to reinstall Windows and start all over but it would take a few hours. Thanks very much guys! Any input is appreciated!Lev Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.