Bug fix: network interfaces team.

This commit is contained in:
AnD
2026-05-15 16:26:08 -06:00
parent 97d42da9a2
commit f761ff2ed6
25 changed files with 1304 additions and 37 deletions

View File

@@ -0,0 +1,8 @@
# Set computer to never sleep
powercfg /change standby-timeout-ac 0
# Set monitor to never turn off
powercfg /change monitor-timeout-ac 0
# Set hard drives to never turn off
powercfg /change disk-timeout-ac 0