LapLock is a discarded personalization app.

  • Invoke the installer from the latest release of its source code repository on GitHub
    Invoke-WebRequest 'https://github.com/dechamps/laplock/releases/latest/download/laplock.exe' -OutFile "$env:Temp/laplock.exe"
    if ($?) {Start-Process "$env:Temp/laplock.exe"}