win10-prep

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

commit b32c2c85bd44c5663e25c006358e3c26bd82696c
parent bb46a823f2ee08fec21e0f176782160972790fa2
Author: breadcat <peter@minskio.co.uk>
Date:   Tue, 25 Aug 2020 14:39:35 +0100

Remove batch shortcuts

WSL is an infinitely superior solution

Diffstat:
Mwin10-prep.bat | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/win10-prep.bat b/win10-prep.bat @@ -67,13 +67,6 @@ w32tm /resync /nowait 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 -echo del %1> %windir%\system32\rm.bat -echo exit> %windir%\system32\x.bat exit /b %errorlevel% :registry_tweaks