Skip to content

Instantly share code, notes, and snippets.

View nvminh461's full-sized avatar
πŸ’­
I may be slow to respond.

Hip Nguyen nvminh461

πŸ’­
I may be slow to respond.
View GitHub Profile
#Requires -RunAsAdministrator
$HOST.UI.RawUI.WindowTitle = "CleanDiskC - Phan tich & Don dep o C"
$ErrorActionPreference = "SilentlyContinue"
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
# ─────────────────────────────────────────────
# HELPER FUNCTIONS
# ─────────────────────────────────────────────