Skip to content

Instantly share code, notes, and snippets.

View arkadiyasuratov's full-sized avatar

Arkadiy Asuratov arkadiyasuratov

View GitHub Profile
#!/usr/bin/env pwsh
<#
.SYNOPSIS
BoxStarter script to configure Windows 10 PC.
.DESCRIPTION
Boxstarter repeats the _entire_ script after restart.
When completed you shoud Restart-Computer to ensure UAC is enabled.
Allow local PowerShell scripts to run:
#!/usr/bin/env pwsh
<#
.SYNOPSIS
BoxStarter script to configure Windows 10 PC.
.DESCRIPTION
Boxstarter repeats the _entire_ script after restart.
When completed you shoud Restart-Computer to ensure UAC is enabled.
Allow local PowerShell scripts to run:
@arkadiyasuratov
arkadiyasuratov / CleanupEmails.php
Created July 26, 2019 08:41
Cleanup Emails in EspoCRM
<?php
// custom/Espo/Custom/Jobs/CleanupEmails.php
namespace Espo\Custom\Jobs;
class CleanupEmails extends \Espo\Core\Jobs\Base
{
public function run()
{
$this->cleanupEmails();