Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
RegEdit /E regrun.dat HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
RegEdit /E regrun.dat HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
fc regrun.dat regrun.sav>comp.dat
find /C "****" comp.dat
if errorlevel 1 goto OK
: replace the offending area
RegEdit /D HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
RegEdit /I regrun.sav
rem Warning or halt batch statements
:OK
rest of batch file.