Compare commits
2 Commits
4f4dc7d039
...
687f156874
Author | SHA1 | Date | |
---|---|---|---|
687f156874 | |||
53917f026d |
2
.githooks/post-merge.cmd
Normal file
2
.githooks/post-merge.cmd
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
call ../config
|
||||||
|
echo "UPDATED"
|
@ -1 +1,3 @@
|
|||||||
# HSS win scripts
|
# HSS win scripts
|
||||||
|
|
||||||
|
To configre a LattePanda Delta, run the `init` script
|
@ -2,4 +2,8 @@
|
|||||||
copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
|
copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
|
||||||
|
|
||||||
:: disable sleep
|
:: disable sleep
|
||||||
/hibernate off
|
powercfg.exe /hibernate off
|
||||||
|
|
||||||
|
:: disable updates
|
||||||
|
sc config wuauserv start= disabled
|
||||||
|
sc stop wuauserv
|
Loading…
Reference in New Issue
Block a user