Skip to content

Instantly share code, notes, and snippets.

@SharkByte561
SharkByte561 / privacy-policy.md
Last active July 2, 2025 18:50
privacy-policy.md

This chatbot collects and sends your messages to my self-hosted n8n automation service in order to process your request and return an appropriate answer.

The only data collected is the message you type. This data is processed instantly and not stored permanently.

Your data will not be shared with third parties.

If you have questions or want your data deleted, please contact me at fred@sfwmd.gov

@SharkByte561
SharkByte561 / OSD-OSDCloudGist.ps1
Created February 19, 2025 19:33
OSD-OSDCloudGist
Write-Host -ForegroundColor Green "Starting OSDCloud ZTI"
Start-Sleep -Seconds 5
Start-OSDCloud -OSVersion 'Windows 11' -OSBuild 24H2 -OSEdition Pro -OSLanguage en-us -OSLicense Retail -ZTI
#Restart from WinPE
Write-Host -ForegroundColor Green “Restarting in 20 seconds!”
Start-Sleep -Seconds 20