Skip to content

Instantly share code, notes, and snippets.

@arcadepro
Last active November 7, 2020 16:16
Show Gist options
  • Save arcadepro/7787f704420cdf74af761d0671d1b198 to your computer and use it in GitHub Desktop.
Save arcadepro/7787f704420cdf74af761d0671d1b198 to your computer and use it in GitHub Desktop.
Start Lcore when resuming from Hibernate
To run after resuming from Hibernate:
Create a Scheduled Task.
Trigger on Custom Event. (New Event Filter)
image 1
Action:
Program: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
Arguments: -WindowStyle Hidden -ExecutionPolicy Bypass -File %USERPROFILE%\pshell\reset-LCore.ps1
Image 2
@arcadepro
Copy link
Author

post-1054-0-31997900-1591773034
post-1054-0-05186900-1591773106_thumb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment