Jump to content

Startup Script & Login conflict


Recommended Posts

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 off

ping server

net time \\server /set /yes

net use g: \\server\apps /yes

net use h: \\server\data /yes

net use i: \\server\images /yes

net use s: \\server\software /yes

The 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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy