Skip to content

Instantly share code, notes, and snippets.

View kfrancis's full-sized avatar
😀
Happy to help!

Kori Francis kfrancis

😀
Happy to help!
  • Clinical Support Systems
  • Kingston, Ontario
  • X @djbyter
View GitHub Profile
@kfrancis
kfrancis / cleanrg.cs
Last active June 17, 2025 23:37 — forked from davidfowl/cleanrg.cs
A C# tool for cleaning up resource groups
// -----------------------------------------------------------------------------
// Azure RG Smart Janitor - Enhanced Cleanup Tool
// Run with: dotnet run smart-cleanup.cs
// Targets: .NET 10 Preview 4+
// -----------------------------------------------------------------------------
#:package Azure.Identity@1.*
#:package Azure.ResourceManager@1.*
#:package Azure.ResourceManager.Compute@1.*
#:package Azure.ResourceManager.Storage@1.*
@kfrancis
kfrancis / Win10Daily_BoxSetup.txt
Last active March 8, 2021 22:30 — forked from cygnull/Win10Daily_BoxSetup.txt
Boxstarter script for Windows 10 Daily use, Gaming, Developement..
#As described here: http://boxstarter.org/Learn/WebLauncher
#The command to run, built from the raw link of this gist
#START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/kfrancis/c6351a39b60b4d6c357679a57f626710/raw/9ff85d80e76685203b66e81b2c6c746f485bbfdd/Win10Daily_BoxSetup.txt
Write-BoxstarterMessage "Setting Execution Policy to Unrestricted and Disabling UAC"
Update-ExecutionPolicy Unrestricted
Disable-UAC
Restart-Computer
@kfrancis
kfrancis / bootstrapwindows10.ps1
Last active January 3, 2020 17:14 — forked from zloeber/bootstrapwindows10.ps1
Boxstarter Windows 10 Configuration
<#
The command to run, built from the raw link of this gist
Win+R
iexplore http://boxstarter.org/package/url?<RAW GIST LINK>
OR (if you don't like the way the web launcher force re-installs everything)