Skip to content

bloggingIT

a tecchy's blog

johnsreid

johnsreid

An IT guy trying to make the world a better place one day at a time. Loving gadgets that make the world a better place one pixel at a time. Father Programmer Blogger Podcaster

Verified Services

View Full Profile →

A Quick Shutdown Command

Dos Batch FileFor shutting down multiple computers on a network:

<code>for /L %C in (1,1,30) do shutdown -f -s -t 0 -m \\ict-%C</code>

This shuts down all Windows computers named ict-X where X is a number from 1 to 30.

No related posts.

Posted on 24 November 200913 September 2010Author JohnCategories TechnologyTags batch, Command, Scripting, Windows

Post navigation

Previous Previous post: BBC iPlayer launches Wii channel
Next Next post: Stop Sexy Bookmarks from being filtererd
Proudly powered by WordPress