diff options
author | breadcat | 2018-07-10 14:22:04 +0100 |
---|---|---|
committer | breadcat | 2018-07-10 14:22:04 +0100 |
commit | c8b8716bc349173deae7990901182fe8a376faf2 (patch) | |
tree | 5e36c7c34180527fedf1145bbf32e402e5e176dd /8-clean.bat | |
parent | 532a45ee7b68ee4f5606e1649380b3adf5e4d713 (diff) | |
download | win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.tar.gz win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.tar.bz2 win10-prep-c8b8716bc349173deae7990901182fe8a376faf2.zip |
Initial commit
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" |