I am very new to PSADT. I am trying to install Google Drive. I have it blocked from running during install: Show-InstallationWelcome -CloseApps ‘GoogleDriveFS’ -AllowDefer -DeferTimes 3 -BlockExecution -ForceCloseAppsCountdown 60
I would like to start Google Drive again once installation is complete. I am using this: Start-Process “$env:ProgramFiles\Google\Drive File Stream$appVersion\GoogleDriveFS.exe”
Google Drive won’t start though since it is blocked. How can I get it to start up again after install?
That’s what I thought too. If I put my Start-Process cmdlet as the first step of the post-installation phase I get a notification that launching this program has been blocked. If I put it at the end of the post-installation phase nothing happens.