W wpickett New member Local time 4:10 AM Messages 7 Oct 1, 2010 #1 Hi all, I'm looking for a program that will power up and shut-down my pc at specific times. Anyone got any recommendations? Cheers My Computer OS64 bit
Hi all, I'm looking for a program that will power up and shut-down my pc at specific times. Anyone got any recommendations? Cheers
JDobbsy1987 Hi all, I'm Jamie Guru Gold Member Local time 4:10 AM Messages 1,861 Location England, Cheshire Oct 1, 2010 #2 Hi wpickett, On some computers there is an option in the BIOS to start computer and to shutdown you can always schedule shutdown.exe to run at a specific time. http://www.sevenforums.com/tutorials/12444-task-scheduler-create-new-task.html I actually have a batch file with the following code in and i have just got Windows task schedule to run it. Code: shutdown -s -t 00 Just paste the above code into a text document and save the file as .bat Note - Change the file type to All Types: Regards, JDobbsy1987 My Computer Computer typePC/DesktopComputer Manufacturer/Model NumberSelf BuiltOSWindows 8.1 Pro x64CPUIntel Core i5-2500K @ 3.30GHz - S1155MotherboardAsus P8P67 LE Rev3, Intel P67, S115Memory8GB Corsair DDR3 XMS3, PC3-12800Graphics Card(s)NVIDIA GeForce GTX 650Sound CardOn-BoardMonitor(s) Displays3 x 24" {Extended Display}Screen Resolution1920 x 1080Hard Drives300GB Seagate Barracuda 7200PSU550W Coolermaster GX550CaseSilverstone Precision PS04BCoolingStockKeyboardLogitech K120MouseWorld of Warcraft Cataclysm MMO Gaming MouseInternet Speed80 MBAntivirusMSE / Windows DefenderBrowserChrome
Hi wpickett, On some computers there is an option in the BIOS to start computer and to shutdown you can always schedule shutdown.exe to run at a specific time. http://www.sevenforums.com/tutorials/12444-task-scheduler-create-new-task.html I actually have a batch file with the following code in and i have just got Windows task schedule to run it. Code: shutdown -s -t 00 Just paste the above code into a text document and save the file as .bat Note - Change the file type to All Types: Regards, JDobbsy1987
JDobbsy1987 Hi all, I'm Jamie Guru Gold Member Local time 4:10 AM Messages 1,861 Location England, Cheshire Oct 1, 2010 #3 This site might help with the auto start - How To Automatically Start Your Computer - Video Not the best quality picture but should be OK. On a side note, the code for a batch file i posted above will shutdown the computer without warning at the time specified, if you need a warning then let me know and i will give you a new script. Regards, JDobbsy1987 My Computer Computer typePC/DesktopComputer Manufacturer/Model NumberSelf BuiltOSWindows 8.1 Pro x64CPUIntel Core i5-2500K @ 3.30GHz - S1155MotherboardAsus P8P67 LE Rev3, Intel P67, S115Memory8GB Corsair DDR3 XMS3, PC3-12800Graphics Card(s)NVIDIA GeForce GTX 650Sound CardOn-BoardMonitor(s) Displays3 x 24" {Extended Display}Screen Resolution1920 x 1080Hard Drives300GB Seagate Barracuda 7200PSU550W Coolermaster GX550CaseSilverstone Precision PS04BCoolingStockKeyboardLogitech K120MouseWorld of Warcraft Cataclysm MMO Gaming MouseInternet Speed80 MBAntivirusMSE / Windows DefenderBrowserChrome
This site might help with the auto start - How To Automatically Start Your Computer - Video Not the best quality picture but should be OK. On a side note, the code for a batch file i posted above will shutdown the computer without warning at the time specified, if you need a warning then let me know and i will give you a new script. Regards, JDobbsy1987
S SouthParade New member Local time 5:10 AM Messages 26 Location EU Oct 1, 2010 #4 JDobbsy1987 said: , if you need a warning then let me know and i will give you a new script. Click to expand... ... or type shutdown/? or simply shutdown at the command prompt and read the instructions My Computer OSWindows 7 Home Premium 32bit
JDobbsy1987 said: , if you need a warning then let me know and i will give you a new script. Click to expand... ... or type shutdown/? or simply shutdown at the command prompt and read the instructions