Hex color Generator for Blogger
Remotely Restart A PC:
Recently I am having problem accessing a server via Remote Desktops in my Windows XP. The remote desktop just show me a black blank screen.
A remote rebooting is required in order to continue my work.
To do that, open up CMD utility ( Start > Run > Cmd )
Type in the following command:
shutdown -r -m \\servername
If you failed get an "Access denied" error, you gonna gain the administrator or user access to the server first.
To do this, type in the following command in CMD: (assuming administrator is the user)
net use \\servername /user:administrator
And you will be prompted for password. Simply key in the correct password and retry the "shutdown" command again.