Microsoft DOS
--
Questions
--
Followers
Top Experts
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
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Do the other users definately have these reg keys???
Also, take a look at
http://support.microsoft.com/kb/823468
Cheers,
Bob...






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
[-HKEY_CLASSES_ROOT\.fts\S
[-HKEY_CLASSES_ROOT\.dft\S
[-HKEY_CLASSES_ROOT\.pm6\S
[-HKEY_CLASSES_ROOT\.p65\S
export the key from your registry and add the - before it this removes it
[-HKEY_CURRENT_USER\Softwa
[-HKEY_LOCAL_MACHINE\Softw
When I tried using the above in my .bat file. Â I get a "The system cannot find the path specified" error. Â

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
reg delete HKCU\Software\Nemetschek /f
reg delete HKCU\Software\VectorWorks /f
reg delete HKCU\Software\Nemetschek /f
Hope it helps
reg delete HKCU\Software\Nemetschek /f
reg delete HKCU\Software\VectorWorks /f
reg delete HKLM\Software\Nemetschek /f
If so, you've got a problem. The batch file needs to run under the according account on each machine.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
reg delete HKCU\Software\Nemetschek /f
reg delete HKCU\Software\VectorWorks /f
reg delete HKCU\Software\Nemetschek /f






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Microsoft DOS
--
Questions
--
Followers
Top Experts
Microsoft Disk Operating System (MS-DOS) was an operating system for x86-based personal computers, and traces of it are still found in the Windows operating system. DOS is still used in some embedded systems and for certain legacy 16-bit networks.