From c8b8716bc349173deae7990901182fe8a376faf2 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 10 Jul 2018 14:22:04 +0100 Subject: Initial commit --- 8-clean.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 8-clean.bat (limited to '8-clean.bat') diff --git a/8-clean.bat b/8-clean.bat new file mode 100644 index 0000000..82427a0 --- /dev/null +++ b/8-clean.bat @@ -0,0 +1,3 @@ +rem clean up +if exist "%userprofile%\Desktop\*.lnk" del "%userprofile%\Desktop\*.lnk" +if exist "%allusersprofile%\Desktop\*.lnk" del "%allusersprofile%\Desktop\*.lnk" -- cgit v1.2.3