GuidesHow to Distribute and Run a .REG File in Silent Mode

How to Distribute and Run a .REG File in Silent Mode





by Dana Daugherty

To push a registry hack via SMS  to Win 9x clients you can
create a SMS Package containing a batch file with the following
code: 

With this information you can create a SMS Package to push a registry modification to Win9x clients through SMS.

regedit /S FILEServerInstallbatchfilename.reg 

@echo off

cls

In the same directory as the .reg file add a file named yes.txt.
Open yes.txt and add the letter “y”, save it, and close it. 

echo off , cls will cause any batch
file to run silently on Win 9x PCs

Get the Free Newsletter!
Subscribe to Daily Tech Insider for top news, trends & analysis
This email address is invalid.
Get the Free Newsletter!
Subscribe to Daily Tech Insider for top news, trends & analysis
This email address is invalid.

Latest Posts

Related Stories