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
<?php | |
use Resque; | |
use ResqueScheduler\ResqueScheduler; | |
/** | |
* Base class for recurring Resque jobs. | |
* | |
* Jobs must implement the recurrentSetUp(), recurrenctPerform(), and recurrentTearDown() | |
* methods instead of the normal setUp(), perform(), and tearDown() methods. | |
* |
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
## Instructions | |
## 1. Run this script (under Powershell as Administrator): | |
## powershell -ExectionPolicy Bypass .\cleanup-win10.ps1 | |
## 2. Let it run through, you may see a few errors, this is normal | |
## 3. Reboot | |
## shutdown /r /t 0 | |
## 5. Done! | |
## | |
New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT |