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.
Updating Registry keys from command line
Name: Tony Date: January 9, 2001 at 12:45:48 Pacific
Comment:
I need to find a way of updating certain registry keys in NT 4 to make changes to the keyboard input locales and layouts.
I was wondering if there was a way of doing this from a command line ?
The keys I need to change are in: HKEY_CURRENT_USER under Keyboard Layout - Preload. I know the keys I want to add and the values.
Name: Nick Date: January 13, 2001 at 15:15:06 Pacific
Reply:
Try using Regedit.exe /s import.reg whre import.reg is the key that you want to import. I use this alot in login scripts Please find below a web page that details all the switches http://www.winguides.com/article.php?id=1&page=4&guide=registry
Summary: Good day. I'm searching for a way to change the IP address of my Winnt 4 server from the command line. If I had more info, I could get one of our programmers to make a program for it in VB or Visual C...
Summary: Hi guys and girls, I need to be able to unlock (when a user has entered a password in wrong too many times) a user account from the command line... Any help would be fantastic! Cheers Richard ...
Summary: hi, I am trying to build a visual c++ project in dos. I have typed in the relevant msdev project.dsp/make "Projectname|ALL" /rebuild / out Logfile / USEENV . Is this the right way to go about it beca...