- medusajs.com - Shopify open source
- MassFulfill - Upload tracking number in bulk(excel sheet)
- Useproof (x from Washington bought y)
- Deadline funnel (scarcity)
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit } | |
function Get-RandomAlphanumericString | |
{ | |
Param($length) | |
return -join ((65..70) + (48..57) | Get-Random -Count $length | % {[char]$_}) | |
} | |
# Change Mac Address |