I keep getting an error posting to the installer section about selecting a instaler so if you all want to use what I came up with to disable sleep on windows 7 machines here it is.
Let me know what I am doing wrong to post in that part of the forums if you will
Step 1
Change Standby Time out
powercfg -change -standby-timeout-ac 0
Step 2
Change Disk Time Out
powercfg -change -disk-timeout-ac 0
Step 3
Make a log file so we know it ran
cd c:\gpo && echo |add in your text here| >> sleep.txt
More info on powercfg here
http://technet.microsoft.com/en-us/library/cc748940%28v=ws.10%29.aspx