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.
@echo on
attrib -s -h -r c:\windows\system.dat
attrib -s -h -r c:\windows\user.dat
copy c:\windows\system.dat c:\backup /y
copy c:\windows\user.dat c:\backup /y
attrib +s +h +r c:\windows\user.dat
attrib +s +h +r c:\windows\system.dat
attrib -h -s -r c:\windows\user.dat
attrib -h -s -r c:\windows\system.dat
copy c:\backup\user.dat c:\windows /y
copy c:\backup\system.dat c:\windows /y
attrib +h +s +r c:\windows\user.dat
attrib +h +s +r c:\windows\system.dat