Computing.Net > Forums > Disk Operating System > batch file to change sa password

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

batch file to change sa password

Reply to Message Icon

Name: Chris B
Date: April 2, 2002 at 03:52:42 Pacific
Comment:

I am not too familiar with writing batch but is there a way to write a batch file to change the sa password... if that is possible, is there any way to change it to all machines on the network automatically.



Sponsored Link
Ads by Google

Response Number 1
Name: Gina
Date: April 2, 2002 at 09:45:26 Pacific
Reply:

Forgive me, but what's the sa?


0

Response Number 2
Name: ErwinZ
Date: April 3, 2002 at 07:34:16 Pacific
Reply:

i would say sa is System Administrator pass from bios, or?
if it is so, then check follow url (its a BIOS Configurator for HP Computers).

http://www.support.vectra.hp.com/vectrasupport/level4/1678vdg223en.exe.html

if you means the NT Pass, then use follow VBS Script.

set User1 = GetObject("WinNT://MyDomain/Administrator")
User1.ChangePassword "oldpw", "newpw"
User1.SetInfo
Set User1 = Nothing

gl


0

Response Number 3
Name: Stephen Bakalovski
Date: May 12, 2002 at 15:46:28 Pacific
Reply:

I need to write a batch file that I can execute with the AT command. The batch file just needs to run an SCP command that I have. Thats all it needs to do nothing else.

Any help would be great..thanks


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: batch file to change sa password

batch file to rename a file www.computing.net/answers/dos/batch-file-to-rename-a-file/8524.html

Batch file to upload data frm flopy www.computing.net/answers/dos/batch-file-to-upload-data-frm-flopy/13724.html

Batch file to run on log off! www.computing.net/answers/dos/batch-file-to-run-on-log-off/14751.html