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
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.