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.
Get-AppXPackage -allusers | Foreach {Reset-AppxPackage -Package "$($_.PackageFullName )"}
reg save "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore" "%userprofile%\Desktop\AppxAllUserStore.hiv"
wmic useraccount get name,sid