forked from deep1ne9/misc
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
deep1ne edited this page Feb 23, 2025
·
6 revisions
AutoByte is a powerful PowerShell automation tool. This wiki provides guides, best practices, and detailed usage instructions.
๐ Return to the GitHub Page
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))choco install autobyte -ychoco uninstall autobyte -yautobyte