win10-prep

Batch script to tweak Windows 10 to a more usable form
Log | Files | Refs

commit d26abd5aa312eca43b7a99104d6e51dccf18ad69
parent e02fc34f566b538d73c01b1e6a7b7401adfd4d13
Author: Peter <peter@minskio.co.uk>
Date:   Tue, 23 Jul 2019 14:00:48 +0100

Add rm alias

Diffstat:
M2-tweaks.bat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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