does anyone have any know any app that will restart the computer from flashfxps site exec

just seeing if i got that app to service installed properly
As i remember there is one in pstools that restarts pc .....
Psychotec
Apr 6 2004, 05:51 AM
qcred11
Apr 6 2004, 06:39 AM
You should try couple freeware utilities.
First one is
PSSHUTDOWN by Sysinternal
Link: http://www.sysinternals.com/files/PsShutdn.zip(btw I suggest you to download whole package of really helpful tools - PSTOOLS 2.01 from the same website)
Another is
Remote Shutdown by Emco
Link: http://www.emco.is/download/remoteshutdown...oteshutdown.zip
gilbert0
Apr 6 2004, 07:05 AM
Or you could just write it yourself. All you have to do is make a call to a windows API (check out
Shutdown Windows API).
This way you can do whatever you really want:
ie: give in a certain time for the pc to wait before shutdown.
da_cash
Apr 6 2004, 08:58 AM
several tools for restarting..
I use shutdown.exe from
http://www.budja.com/shutdown/or down.exe from great
http://www.losoft.de/download/ls-tools.zipalso another (small) one is on www.illmob.org
for network restarting (GUI)
http://assarbad.org/stuff/rshutdown2.zipalso i saw another commandline option for restarting NT but never tested it..
rundll32 shell32.exe SHexitwindows XX
for XX being:
1 logoff
2 shutdown
3 reboot
4 force
8 Power off ( atx boards)
if anybody tried this then reply if it works..
Pro21
Apr 6 2004, 09:32 AM
site exec shutdown.exe -r -t 2 -f
Computer reboot after 2 second anf force the close of windows
cougar
Apr 6 2004, 09:51 AM
reboot.exe works great

. use it myself sometimes.
DumpZ
Apr 6 2004, 10:03 AM
reboot.exe is very nice, but i can't find that one for u so you can also use psshutdown.exe
decline
Apr 6 2004, 11:35 AM
as Proa21 said site exec shutdown.exe -r -t 2 -f that is the easy way Way should you need at tool for this as long as the machine is a win 2000 or xp then this is enough
predx
Apr 6 2004, 03:26 PM
yeah xp&2003 have the shutdown.exe but if you etablish an ipc connection with administrator account you can use shutdown remotly option on nt/2000 machines with the "-m" options also coping the shutdown.exe to machines that dont have this works aswell
canardwc
Apr 6 2004, 05:22 PM
Crashing it should be enough??? many ways to do this i think.
a simple prog with memory allocatio and for(;;) should do the trick :-)
KoStIsTR
Apr 7 2004, 04:15 AM
| QUOTE |
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "c omment"] [-d up:xx:yy]
No args Display this message (same as -?) -i Display GUI interface, must be the first option -l Log off (cannot be used with -m option) -s Shutdown the computer -r Shutdown and restart the computer -a Abort a system shutdown -m \\computername Remote computer to shutdown/restart/abort -t xx Set timeout for shutdown to xx seconds -c "comment" Shutdown comment (maximum of 127 characters) -f Forces running applications to close without war ning -d [u][p]:xx:yy The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer le ss than 256) yy is the minor reason code (positive integer le ss than 65536) |
P.S. It's easy to type at your command prompt "shutdown /help" but what the heck
sfzhi
Apr 13 2004, 02:19 PM
kill LSASS
i think
nuorder
Apr 13 2004, 03:09 PM
| QUOTE (sfzhi @ Apr 13 2004, 02:19 PM) |
kill LSASS i think |
haha yeh if you can create a small app that kills lsass smss csrss or winlogon (from the top of my memory)
the TerminateProcess API could be useful here,havnt used it for a while tho
Starlight
Apr 13 2004, 10:55 PM
reboot.exe
thats the best one of all
juste rename the jpg file to exe
have fun
Hexboy
Apr 13 2004, 11:08 PM
xor ax, ax
int 19h
- that reboots instantly if i'm not mistaken (probably not in XP tho)
Starlight
Apr 14 2004, 08:13 AM
reboot.exe reboot on all nt windows, tested on win2k pro, win xp home, win xp pro, win 2003 all versions
i didn't test it yep on win 9x / me
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.