lunedì 24 ottobre 2011

Windows Live Messenger error 0x81000306

Hi all,
after days of headache trying to solve this stupid error about messenger on my pc I finally found the solution working for me and it was simply this:

run the command prompt (cmd) with administrative rights
type and confirm this command:

netsh interface tcp set global autotuninglevel=disabled 


and it started immediately to work!


hope this could help someone else


bye
Digger

lunedì 10 ottobre 2011

Server uptime - Last Boot time

Hi all,
I would like to share with you this nice and useful command from the console to retrieve the local/remote system last boot time.
It's useful for example to calculate the uptime of a remote server


wmic /node:"servername" os get lastbootuptime

to retrive the local boottime simply don't use the /node option

bye