Tech Support > Computers & Technology > Windows 98 Scheduled Restart
Windows 98 Scheduled Restart
Posted by Andy Kelly on August 18th, 2004


Is it possible to force Windows 98 to restart using the Scheduler programme?


Posted by °Mike° on August 18th, 2004


Yes, use a batch file. Copy/paste the following into
notepad and save it as reboot.bat


@ECHO OFF
rundll32 shell32.dll,SHExitWindowsEx 2
CLS
EXIT


Place the batch file in a folder, and create a
shortcut to it. Right click on the shortcut,
choose 'Properties', and in the 'Run' dropdown,
select 'Minimized'.

Add the shortcut to your task scheduler.


On Wed, 18 Aug 2004 08:28:48 GMT, in
<4rEUc.141$k57.27@newsfe6-gui.ntli.net>
Andy Kelly scrawled:

--
Basic computer maintenance
http://uk.geocities.com/personel44/maintenance.html

Posted by °Mike° on August 18th, 2004


On Wed, 18 Aug 2004 21:48:22 GMT, in
<G8QUc.957$T51.923@newsfe1-gui.ntli.net>
Andy Kelly scrawled:

You're welcome.

--
Basic computer maintenance
http://uk.geocities.com/personel44/maintenance.html

Posted by Andy Kelly on August 18th, 2004


Thank you.




Similar Posts