The Snap To It iOS app does not collect any user data of any kind.
The app uses the Apple Vision framework for OCR and the Apple Translation framework for translation.
### Configuration (Change These for Other Programs) | |
$ProgramName = "Mullvad VPN" | |
$ExeUrl = "https://mullvad.net/en/download/app/exe/latest" | |
$SigUrl = "https://mullvad.net/en/download/app/exe/latest/signature" | |
$KeyUrl = "https://mullvad.net/media/mullvad-code-signing.asc" | |
$ExecutablePattern = "MullvadVPN-*.exe" | |
$VersionRegex = "MullvadVPN-([\d\.]+)\.exe" | |
$InstallCommand = "mullvad version" | |
$FingerprintEmail = "[email protected]" |
/** | |
* Advanced Window Snap | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @author Andrew Moore <[email protected]> | |
* @version 1.0 | |
*/ | |
/** | |
* SnapActiveWindow resizes and moves (snaps) the active window to a given position. |
$date_now = Get-Date
$extended_date = $date_now.AddYears(3)
$cert = New-SelfSignedCertificate -certstorelocation cert:\localmachine\root -dnsname website.local -notafter $extended_date -Type CodeSigningCert
$pwd = ConvertTo-SecureString -String 'PASSWORD' -Force -AsPlainText
$path =
cert:\localMachine\root' + $cert.thumbprint`Export-PfxCertificate -cert $path -FilePath ~\powershellcert.pfx -Password $pwd
$cert = @(Get-ChildItem cert:\CurrentUser\root -codesigning)[0]
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="audacity" /> | |
<package id="autohotkey" /> | |
<package id="blender" /> | |
<package id="discord" /> | |
<package id="ditto" /> | |
<package id="firefox" /> | |
<package id="flux" /> | |
<package id="gimp" /> |
NOTE: Skip straight to step 6 if you have already installed python2.7.
Install chocolatey
Run this in a cmd prompt window. Make sure to right click the icon and use "Run as administrator"
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Open a new admin command prompt
Install python
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor] | |
"AutoRun"="%USERPROFILE%\\aliases.cmd" | |
certutil.exe -urlcache -split -f "https://gist.github.com/2ajoyce/246cfd1feee333ef09692506010c2648/raw/" %USERPROFILE%\aliases.cmd
in the cmd promptcertutil.exe -urlcache -split -f "https://gist.github.com/2ajoyce/9a82fb6858d262055981ebcc94d0de54/raw/" %USERPROFILE%\.bash_profile
in the cmd promptcertutil.exe -urlcache -split -f "https://gist.github.com/2ajoyce/ae087a4107d8bae35b5f54c4f50e1cff/raw/" %USERPROFILE%\packages.config
in the cmd prompt<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="sql-server-management-studio" /> | |
<package id="autodesk-fusion360" /> | |
<package id="autohotkey" /> | |
<package id="spotify" /> | |
<package id="ditto" /> | |
<package id="dotnet4.5" /> | |
<package id="dotnetcore-sdk" /> | |
<package id="filezilla" /> |