hey guyz
i need a batch file to delete 2 registry entries
could sum1 write one for me or help me heavily in writing it?
these are the instructions which im given for this particular problem:
"-Click Start button
-Click Run
-Type "Regedit" without the quotes
-Locate the "HKEY_LOCAL_MACHINE" node
-Followed by the "SYSTEM" node
-Followed by the "CurrentControlSet" node
-Followed by the "Control" node
-Followed by the "Class" node
-Locate & Click on "{4D36E965-E325-11CE-BFC1-08002BE10318}"
to the right panel look for the 'UpperFilters' and 'LowerFilters' keys.. and delete them.
Note: sometimes both are not there.. it can be one or the other. In either case delete any instances of it.
Windows upon reboot, will recreate those files fresh.
REBOOT YOUR MACHINE"
so basically i need a batch file that will delete those 2 reg entries and also reboot the machine.
the reason i need a batch file (or similar automation) is due to the fact that i need to do this on many machines, and it would be easier to do it automated (so i can just put it on a USB key and double click it) rather than carrying around the instructions in my pocket or in a txt file on the usb key.
i know that you can write a .reg file that can then be imported via a batch file (which is mainly what i need to do), but i just cant figure out how to write the .reg properly, and its probably not safe to do it if i dont know how (after all....it IS the registry )
it would be much appreciated.
Cyber
i need a batch file to delete 2 registry entries
could sum1 write one for me or help me heavily in writing it?
these are the instructions which im given for this particular problem:
"-Click Start button
-Click Run
-Type "Regedit" without the quotes
-Locate the "HKEY_LOCAL_MACHINE" node
-Followed by the "SYSTEM" node
-Followed by the "CurrentControlSet" node
-Followed by the "Control" node
-Followed by the "Class" node
-Locate & Click on "{4D36E965-E325-11CE-BFC1-08002BE10318}"
to the right panel look for the 'UpperFilters' and 'LowerFilters' keys.. and delete them.
Note: sometimes both are not there.. it can be one or the other. In either case delete any instances of it.
Windows upon reboot, will recreate those files fresh.
REBOOT YOUR MACHINE"
so basically i need a batch file that will delete those 2 reg entries and also reboot the machine.
the reason i need a batch file (or similar automation) is due to the fact that i need to do this on many machines, and it would be easier to do it automated (so i can just put it on a USB key and double click it) rather than carrying around the instructions in my pocket or in a txt file on the usb key.
i know that you can write a .reg file that can then be imported via a batch file (which is mainly what i need to do), but i just cant figure out how to write the .reg properly, and its probably not safe to do it if i dont know how (after all....it IS the registry )
it would be much appreciated.
Cyber