Help - Search - Members - Calendar
Full Version: Need .Bat made?
MSFN Forums > Microsoft Software Products - Discussion & Support > Windows 95/98/98SE/ME > Windows 9x Member Projects

   
Google Internet Forums Unattended CD/DVD Guide
tim_horton
yes.gif can someone in the know make me a regfile or .bat to remove HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\SessionManager\CheckVerDLLs
HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\SessionManager\WarnVerDLLs so i dont need to go to regedit and screw up something .thx u in advance...
un4given1
CODE
@ECHO OFF
REG DELETE HKLM\System\CurrentControlSet\control\SessionManager\CheckVerDLLs
REG DELETE HKLM\System\CurrentControlSet\control\SessionManager\WarnVerDLLs


That should do the trick...
tim_horton
thx u unforgiven one i owe u a coffee ..cheers mn forum rulez.. thumbup.gif
un4given1
Not a problem.... from a command prompt do REG /? and it will give you help on how to do other things with that command. Glad I could help! Later
horsecharles
I like using this program, esp. because of its easy auto history / undo / search functions:

http://www.vsft.com/regexp/
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.