summaryrefslogtreecommitdiffstats
path: root/2-tweaks.bat
diff options
context:
space:
mode:
authorPeter2018-11-17 02:57:17 +0000
committerPeter2018-11-17 02:57:17 +0000
commit1efc700929cef8e99ab2d54a119ad38335110085 (patch)
treed6e3d4eaada706745cdac1bf218dba01743be708 /2-tweaks.bat
parentc8b8716bc349173deae7990901182fe8a376faf2 (diff)
downloadwin10-prep-1efc700929cef8e99ab2d54a119ad38335110085.tar.gz
win10-prep-1efc700929cef8e99ab2d54a119ad38335110085.tar.bz2
win10-prep-1efc700929cef8e99ab2d54a119ad38335110085.zip
Small updates
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