shutdown.exe - Commenting on seperate lines


Recommended Posts

If you restart using "shutdown /r /t 30" Windows will use a comment over two lines. Example...

[Window Title]

You are about to be logged off

[Main Instruction]

Windows will shut down in 2 minutes.

Shutdown will start on 02 April 2013 12:01:07.

[Close]

Does anyone know if it's possible to use separate lines with custom comments rather than it all appearing as one block text?

shutdown /r /t 120 /c "Line one goes here. Line two goes here. Line three goes here" /d p:0:0[/CODE]

[Window Title]

You are about to be logged off

[Main Instruction]

Line one goes here. Line two goes here. Line three goes here

[Close]

SK[' timestamp=1364904644' post='595612054]

Good answer. Completely forgot about that. Sadly not though :(

TBH I think you hit the nail on the head and since \n doesn't work I can't imagine this is possible :/

or \r\n possibly? full carriage return.

If it's in a batch file for example, can you use a carriage return ASCII command (ALT 255 ?). Not sure if that will work though.

Or another shutdown program, such as PsShutdown - http://technet.micro...s/bb897541.aspx

Ahh I see, well i'm fairly sure it's not a go-er, sorry mate. :/

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.