Office productivity
@echo off rem This file is called homepage.cmd and will only work in Windows (Internet Explorer). set key=HKCU\Software\Microsoft\Internet Explorer\Main set value=Start page set data=http://www.pkidd.com/ :set data=%1 reg.exe add "%key%" /v "%value%" /d "%data%" /f |