This page is meant to just hold the links to different IT Automation or DevOps configuration for my own ease of access.
3) Oracle Cloud Personal Architecture
1) Press the Windows key.
2) Type “PowerShell” or “Terminal” (for Windows 11).
3) Press Ctrl + Shift + Enter or Right-click and choose “Run as administrator” to launch it with administrator privileges.
irm "paste your ps1 link here" | iex
The json files hold the tweaks and applications that was configured/installed using winutil. Most apps are better off installed using Chocolatey. If you are on a fresh windows copy, you need to install Chocolatey after giving your current terminal session access to run scripts.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
winutil-26.04.02.ps1 (installing with win11 creator debloated iso will apply the Tweaks)
Winutil Install JSONs