Hi,
Do the other users definately have these reg keys???
Also, take a look at
http://support.microsoft.c
Cheers,
Bob...
Main Topics
Browse All TopicsI'm try to push out a .bat file to delete 3 registry folders, Nemetschek, VectorWorks, and Nemestschek. It works prefectly ok when I run the .bat file from my desktop. When I push it out to a machine I get an "error: The system was unable to find the specified registry key or value"
I can't understand what the problem is. Any help is greatly appreciated. These are the command that is in my .bat file.
reg delete HKEY_CURRENT_USER\Software
reg delete HKEY_CURRENT_USER\Software
reg delete HKEY_LOCAL_MACHINE\Softwar
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Do the other users definately have these reg keys???
Also, take a look at
http://support.microsoft.c
Cheers,
Bob...
Another way would be to remove the occurences of those keys for ALL (active) users. But reg delete can't do it itself, we would need a reg dump of the user hives, and then generate reg delete commands according to it. However, that works only for users logged in at the moment, that is the user profile has to be loaded already.
Business Accounts
Answer for Membership
by: chilternPCPosted on 2009-11-02 at 08:41:16ID: 25720940
whatdo you mean 'push it to a machine' ? are you executing the bat file from your console remotely? or do you have a VPN connection to the remote machine or is the bat file excuted at startup?