English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

its build into the operating system, you cant disable it. You can put in a password in the BIOS of the motherboard so that the computer won't even boot without a password.

2007-02-19 00:58:41 · answer #1 · answered by Anonymous · 0 0

There is a discussion on this over at http://www.pcreview.co.uk/forums/thread-459300.php. The best answer seems to be the following (copy-n-pasted, try at your own risk):

Perhaps do a bat file that checks the service is running and shutdown off if not.

@echo off
sc query messenger|find "RUNNING"
If errorlevel 1 If Not Errorlevel 2 Shutdown -s -f -c "System shutdown because Gateway not running. Possible cause is the system booted in safe mode"

The service name above is messenger service. Replace with your own. It may need to be assigned as a logon script because most autoruns don't run in safe mode.

2007-02-19 08:58:57 · answer #2 · answered by David B 3 · 0 0

fedest.com, questions and answers