win10-prep

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

commit be8a9f478ef52c0d62223895941f46516dad777f
parent 7884c1355074ea2cb232ea210da87dd180e32725
Author: breadcat <peter@minskio.co.uk>
Date:   Sun,  5 Jul 2020 18:52:00 +0100

Add clear alias

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

diff --git a/0-win10prep.bat b/0-win10prep.bat @@ -68,6 +68,7 @@ rem don't require signin after wakeup powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0 powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0 rem batch file shortcuts +echo cls> %windir%\system32\clear.bat echo robocopy . . /s /move> %windir%\system32\empties.bat echo findstr %1> %windir%\system32\grep.bat echo dir /b> %windir%\system32\ls.bat