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

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

ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.





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

Latest Posts

Related Stories