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.
Declare INTEGER SetComputerName IN WIN32API STRING
IF SetComputerName([MyNewCompName]) > 0
*** Success, you must restart Windows so new name to be used
ELSE
*** Function can't change Computer name
ENDIF