Help creating a script in windows?

angrynerdrock

Member
Jul 9, 2005
174
0
76
So, trying to use a spare i7-2640m processor in a laptop that has a HM70 chipset. It works great aside from the artificial limitation intel put into the HM70 chipset that makes it shut down every 30 minutes with Core I processors (30 minute timer doesnt apply to Celeron or Pentium).

So, the trick is, if you put the computer to sleep and wake it back up, the timer resets to 0. What I want to do is every 28 minutes to put the laptop to sleep and then automatically wake back up. Ive read i can create a batch script and do something in task scheduler to make this all happen. Can someone assist to what I need to do to make this happen?
 

LPCTech

Senior member
Dec 11, 2013
680
93
86
Task scheduler.

Set a task for every 28min, to sleep PC. (I think this is possible, not sure)

Set another task that wakes the PC whenever the event of "Sleep" occurs.

So every 28 min, the pc will run task to sleep, then the sleep state will immediately trigger the wake.

Disclaimer. I've never actually tried this. But I think its possible.