Workplace Boredom
There's got to be more to your working day than loafing around the internet, says tfi049113. How do you fill those long, empty desperate hours?
( , Thu 8 Jan 2009, 12:18)
There's got to be more to your working day than loafing around the internet, says tfi049113. How do you fill those long, empty desperate hours?
( , Thu 8 Jan 2009, 12:18)
« Go Back | See The Full Thread
FYI, you don't need the machine name
at least, not in a domain - not too sure about workgroups. You could just have done
net send bosseslogin $filthtext
Although, you may note that under default installs of WinXP SP2 and above, the Messenger service (which governs the reception of these message) is disabled by default.
If you have admin creds, you can start it surrepticiously via
sc \\machine config messenger start= demand
sc \\machine start messenger
NB the space between start= and demand is important.
HTH
( , Sun 11 Jan 2009, 18:04, Reply)
at least, not in a domain - not too sure about workgroups. You could just have done
net send bosseslogin $filthtext
Although, you may note that under default installs of WinXP SP2 and above, the Messenger service (which governs the reception of these message) is disabled by default.
If you have admin creds, you can start it surrepticiously via
sc \\machine config messenger start= demand
sc \\machine start messenger
NB the space between start= and demand is important.
HTH
( , Sun 11 Jan 2009, 18:04, Reply)
« Go Back | See The Full Thread