diff options
Diffstat (limited to '8-clean.bat')
-rw-r--r-- | 8-clean.bat | 3 |
1 files changed, 3 insertions, 0 deletions
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" |