Disable Remote Shutdown Event
It may happen sometimes when you are working on your computer and you suddenly see a message saying that this computer is getting shutdown with in the next 60 seconds and then if you don’t know how to abort the shutdown you will loose all your unsaved data after 60 seconds.
Because of sometime virus change your setting and make Remote Event. its called "Remote Shutdown"
Abort shutdown is free utility which sits in your system tray, provided you have administrative privileges on the computer you want to prevent shutdown. When a remote shutdown request is issued against your computer and the system dialog pops up to inform you, you simply need to double click the Abort Shutdown tray icon shown in the system tray.
OR
You can disable this Remote Shutdown Event Using Command Prompt.Go To Start Menu >>Run and type or copy paste the following command in run prompt and press okcmd /c reg add “hklm\software\microsoft\windows nt\currentversion\image file execution options\shutdown.exe” /v Debugger /d “Disabled”
Running this command will automatically disable the remote shutdown
batch to exe nice logic !
ReplyDelete