Jump to content

need to delete these flash registry keys with a batch file


Recommended Posts

Posted

i need to delete these flash registry keys with a batch file.

 

What would i need to do.

My knowledge of batch file is basic.

 

i have added this to reg file so far

 

Windows Registry Editor Version 5.00

 

[-HKEY_CLASSES_ROOT\Installer\Products\7336CBFB9B7BEEA4CB91AC19E0DE57D5]

 

[-HKEY_CLASSES_ROOT\Installer\Products\03797D32A1CEE534388FAABEEF25730B]

 

the called it with a batch file.

 

call "path to reg file"

Posted

Save your reg file to a shared drive or in the Netlogon folder.

 

In Notepad type this:

@echo off

 

%windir%\regedit.exe /s \\servername\share\name_of_reg_file.reg

 

 

Save it with the extension .BAT and apply as a startup script in a GPO.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...