Skip to content

Instantly share code, notes, and snippets.

View CalebGilliard's full-sized avatar

CalebGilliard

View GitHub Profile
@CalebGilliard
CalebGilliard / profile-cleanup.cmd
Created February 12, 2024 19:46 — forked from maciakl/profile-cleanup.cmd
A script to delete user data for those occasions where you just want to nuke all user data without reimaging machine.
@echo off
REM use this file to run the powershell script bypassing the policy restrictions
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1'"
pause