Disable_BITS.bat
@echo off
sc stop BITS
sc config BITS start=disabled
exit
Reference :
How to Stop Background Intelligent Transfer Service Permanently Windows 10
Disable_BITS.bat
@echo off
sc stop BITS
sc config BITS start=disabled
exit
Reference :
How to Stop Background Intelligent Transfer Service Permanently Windows 10