summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2019-07-23 14:00:48 +0100
committerPeter2019-07-23 14:00:48 +0100
commitd26abd5aa312eca43b7a99104d6e51dccf18ad69 (patch)
tree824ce99d0495f57e798b9836f69d198a6774e484
parente02fc34f566b538d73c01b1e6a7b7401adfd4d13 (diff)
downloadwin10-prep-d26abd5aa312eca43b7a99104d6e51dccf18ad69.tar.gz
win10-prep-d26abd5aa312eca43b7a99104d6e51dccf18ad69.tar.bz2
win10-prep-d26abd5aa312eca43b7a99104d6e51dccf18ad69.zip
Add rm alias
-rw-r--r--2-tweaks.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/2-tweaks.bat b/2-tweaks.bat
index 4d59608..877b6b5 100644
--- a/2-tweaks.bat
+++ b/2-tweaks.bat
@@ -15,4 +15,5 @@ powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
rem batch file shortcuts
echo robocopy . . /s /move > %windir%\system32\empties.bat
echo dir /b > %windir%\system32\ls.bat
+echo del > %windir%\system32\rm.bat
echo exit > %windir%\system32\x.bat \ No newline at end of file