Skip to content

Instantly share code, notes, and snippets.

View cerealkella's full-sized avatar

Justin cerealkella

View GitHub Profile
@HauptJ
HauptJ / RemoveJunk.ps1
Last active November 12, 2025 22:32
Powershell script to remove junk apps bundled in Windows 10
############################################################
# Powershell script to remove junk features bundled in Windows 10
# Removes junk bundled with Windows 10
# App list: https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/
# King junk: https://care.king.com/en/candy-crush-soda-saga/how-to-remove-candy-crush-soda-saga-from-windows-10-with-a-powershell-command
# Author: Joshua Haupt [email protected] Date: 19.12.2017
############################################################
##### Remove Awesome Features #####
@veuncent
veuncent / aws_glacier_delete_vault.md
Last active November 30, 2025 06:41
Delete all archives in an AWS Vault

AWS Glacier: Delete vault

Follow these steps to remove all archives from an AWS vault. After this is finished, you will be able to delete the vault itself through the browser console.

Step 1 / Retrieve inventory

This will create a job that collects required information about the vault.

$ aws glacier initiate-job --job-parameters '{"Type": "inventory-retrieval"}' --account-id YOUR_ACCOUNT_ID --region YOUR_REGION --vault-name YOUR_VAULT_NAME