This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Useful script for detaching the screen of Surface Book. | |
# Run if detach light blinks red indicating that it cannot be detached | |
# since applications are preventing the detach. | |
# | |
# Option 1: Copy-paste into powershell window. | |
# | |
# Option 2: Run as PowerShell script (requires execution policy change): | |
# https://superuser.com/questions/106360/how-to-enable-execution-of-powershell-scripts | |
# | |
Try { |