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.
sysinfo(dy) ;dy.view()
s=dy["WindowsVersion"]
s=s.substr(1,1) ;s.view()
if s="6" then ;Vista
Execute("TaskKill.exe /F /IM TaskEng.exe", No, ExeHidden)
endif
sysinfo(dy) ;dy.view()
s=dy["WindowsVersion"]
s=s.substr(1,1) ;s.view()
if s="6" then ;Vista
try
exit()
Execute("TaskKill.exe /IM PDXRWN32.exe /F /T", No, ExeHidden)
return
onfail
errorclear()
exit()
return
endtry
endif