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.
run reg file from batch file
Name: qustions02 Date: April 29, 2005 at 01:02:48 Pacific OS: win xp pro CPU/Ram: 2ghz
Comment:
hi, can i execute a .reg file from a .bat file? dont know if it can be done or not. if it can be done, can anyone pls tell me how? thanks in advance.
Name: Jacques Schmitt Date: April 29, 2005 at 01:48:48 Pacific
Reply:
it is possible, what are you trying to do?
Foghorn Longhorn, now look here, I say look here son...whats this stupid name all about!
0
Response Number 2
Name: Mechanix2Go Date: April 29, 2005 at 02:10:26 Pacific
Reply:
I think Jacques is right, but I would be very careful.
M2
If at first you don't succeed, you're about average.
0
Response Number 3
Name: qustions02 Date: April 29, 2005 at 08:59:18 Pacific
Reply:
HI, thanks for the responses. i am just trying to customize the OS - like get disable wallpaper changing, getting rid of passport creating prrompt..... i can right click the file and merge it but wanted to know if it could be run from a batch file without having to click the pop up boxes before merging the file and after merging the file. also on an automated installation, can i merge a .reg file by putting it in the run once section?
0
Response Number 4
Name: XpUser Date: April 29, 2005 at 09:16:57 Pacific
Reply:
HI qustions02,
With all due respect, what you're trying to do is like playing the Russian roulette. I would think twice before doing it. It can produce a very unpleasant outcome which may necessity repair reinstall of the OS. I doubt anyone at this site will encourage you to go ahead and do it. This is just my opinion.
i_XpUser
0
Response Number 5
Name: den_elze Date: May 1, 2005 at 23:31:41 Pacific
Reply:
hi,
can someone who knows much about this please answer the question?
I to need to change te registry with a batch file.
I need to change a username(logonname) automaticly in the registry . . .
Summary: I have a batch file logs into ftp server and transters a zip file from 1 server to another and then create a log file on the machine that ran the bat file so that I can have have another batch file em...
Summary: My friend ran SpyBot. Somehow during this process, during it's cleanup, it completely screwed up his computer. Now nothing works. Now all .exe files (and a lot of others) have just the default icon...
Summary: I would like to clear the stdout from withing a batch file. For instance, the following call is made: stuff.bat >> stuff.log Is there a way to clear out stuff.log inside stuff.bat? ...