Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
January 9, 2000
Shutdown.exe, from the NT Resource kit, and Supplement 4, and from the W2K Resource kit, has a minor bug.
When you add a message of 8 character, or a multiple of 8 characters, it doesn't shutdown, and it displays: AdjustTokenPrivileges enable failed.
To get around the problem, adjust your message length.
Examples:
shutdown.exe /L /R /T:20 "123456789" /Y
shutdown.exe /L /R /T:20 "12345678123456789" /Y
You May Also Like