summaryrefslogtreecommitdiffstats
path: root/2-tweaks.bat
diff options
context:
space:
mode:
Diffstat (limited to '2-tweaks.bat')
-rw-r--r--2-tweaks.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/2-tweaks.bat b/2-tweaks.bat
index d7645d0..4d59608 100644
--- a/2-tweaks.bat
+++ b/2-tweaks.bat
@@ -11,4 +11,8 @@ w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.o
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 \ No newline at end of file
+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 exit > %windir%\system32\x.bat \ No newline at end of file