• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Shutdown icon for 3 computers

you could make a batch script that does it:
---------------------------------------------
shutdown -s -m \\computer1
shutdown -s -m \\computer2
shutdown -s -m \\computer3
 
Originally posted by: Coro Dominicano
could you be more especific, I have no idea on what a batch script is.

A batch script is just a file, that when run runs individual commands. He gave you an example. Just put that into notepad, modify it as appropriate, save it and rename it to whatever.bat. Then, as an administrator (because I know you're not stupid enough to run as administrator all of the time) double click the file.
 
Back
Top