First make sure your PC is awake during that period. Else you’d have to change the option in Task Scheduler to switch on the computer at the time.
1. Add the required files as a queue in Internet Download Manager and change its schedule to 2-5am.
2. To make sure the computer doesnt download Windows updates other than during happy hours, schedule the following:
#Stop Background intelligent transfer service. NET STOP "wuauserv" #Disable the service sc config wuauserv start=disabled netsh wlan disconnect
The above should be started or 5 am or any time if missed. The last line disconnects from Wifi.
Next schedule the following to start at 2am:
netsh wlan connect name="hermes"
Change hermes to whatever is the name of your Wifi (Jiofi/hotspot) device.
And:
#The service must be enabled before it can be started sc config wuauserv start=auto #Start the service NET START "wuauserv" #If this doesnt work, enable BITS
Each block of code should be saved in a batch file, and that batch file should be scheduled to start at the appropriate time.
Questions? Ask.
Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.
Kettlebell
How to download from Jio only during happy hours (2-5am)