Powershell Scripts and that kind of stuff @ MB
$ScriptFromGithHub = Invoke-WebRequest https://raw.githubusercontent.com/VonKrieghoff/Powershell-0365/main/Mouse%20Mover.ps1; Invoke-Expression $($ScriptFromGithHub.Content)
$ScriptFromGithHub = Invoke-WebRequest https://raw.githubusercontent.com/VonKrieghoff/Powershell-Garage/main/Mouse%20Mover%20plus%20setting%20change.ps1; Invoke-Expression $($ScriptFromGithHub.Content)
$ScriptFromGithHub = Invoke-WebRequest https://raw.githubusercontent.com/VonKrieghoff/Powershell-Garage/main/Change%20Default%20Browser%20to%20MS%20Edge.ps1; Invoke-Expression $($ScriptFromGithHub.Content)