|
Answer» No, we are not allowed to shutdown other users computers from a remote location.3 things
First i got the shutdown to work -thanks
Next How do i shutdown a pc remotly (haha cant WAIT)
last In microsoft visual c++ i make a windows window but when i click a button how can i make that view another window
thanksHere is the code for the remote shutdown, but remember you must be on a domain or workgroup and have administrator access.
Code: [Select]shutdown -s -m computerName -t 00 The 00 is the amount of time in seconds so change to your preference.
Or you could bring up the gui of shutdown.exe by using this...
Code: [Select]shutdown -i About your second question, I think you need to post that in Programming. Also I don't exactly get what you mean.WE are not networked but my dad is on his pc were there is a router were i get the NET so :sWell if your not on the same domain or workgroup, and have administrator access, you will not be able to shutdown his computer. Just one question, why do you want to shutdown your dad's computer?Same reason you had at your high school maybe?i AM A admin on my pc not shure if the workgroup is the samehmm shutdown -s -f -t "12"yes i have the problem to, but how do you exactly make a .bat file the automatically executes when starting the PC? (yeah, i do hate school, so i first tried to shutdown all pic's, but its well PROTECTED, since some guy hacked the schoolsite, and posted it full with porn PICS. but how can i make the shutdown.bat file, so it automatically executes when starting the PC.Quote from: JelleGroen on November 20, 2007, 08:39:55 AM yes i have the problem to, but how do you exactly make a .bat file the automatically executes when starting the PC? (yeah, i do hate school, so i first tried to shutdown all pic's, but its well protected, since some guy hacked the schoolsite, and posted it full with porn pics. but how can i make the shutdown.bat file, so it automatically executes when starting the PC.
I have done this to myself 1 time using -r rather then -s and ofcourse on -t 00 just for fun I'm sure you can make up how to do this yourself if you just think about it for a second :pi forgot the code for how to send a code to make someone elses comp shutdown??? MasterMe you should start your own thread if you have a question you need answered. But in this case I don't think you should bother. We wont help you do anything MALICIOUS and/or illegal.
|