diff options
author | breadcat | 2020-07-05 18:32:36 +0100 |
---|---|---|
committer | breadcat | 2020-07-05 18:32:36 +0100 |
commit | 0b7a4751e7e505d7192b02b0d1d6b234126e4ca1 (patch) | |
tree | 3d31ffa7a457910396fbd6270923e4a1bae9b775 /1-tweaks.bat | |
parent | 004961c0a812dca3bb4327e5970845b138994db4 (diff) | |
download | win10-prep-0b7a4751e7e505d7192b02b0d1d6b234126e4ca1.tar.gz win10-prep-0b7a4751e7e505d7192b02b0d1d6b234126e4ca1.tar.bz2 win10-prep-0b7a4751e7e505d7192b02b0d1d6b234126e4ca1.zip |
Merge everything into a single file
I swear I'll do some bug fixing
Diffstat (limited to '1-tweaks.bat')
-rw-r--r-- | 1-tweaks.bat | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/1-tweaks.bat b/1-tweaks.bat deleted file mode 100644 index 8c6138c..0000000 --- a/1-tweaks.bat +++ /dev/null @@ -1,20 +0,0 @@ -rem enable f8 boot menu -bcdedit /set {default} bootmenupolicy legacy -rem enable admin account -net user Administrator /active:yes -rem label system drive -label %systemdrive%System -rem disable hibernation, removing hiberfil.sys -powercfg -h off -rem change ntp server addresses and resync time -w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org" -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 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
\ No newline at end of file |