Last active
November 7, 2020 16:16
-
-
Save arcadepro/7787f704420cdf74af761d0671d1b198 to your computer and use it in GitHub Desktop.
Start Lcore when resuming from Hibernate
This file contains hidden or 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
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 |
Author
arcadepro
commented
Nov 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment