- Right-click on 'My Computer', select Manage
- From the Action menu, select 'Connect to another computer...'
- Enter the name of the PC you need to control. Press OK.
- From the 'Services and Applications' tree, select Services.
- From the right-pane, select the pcAnywhere service.
- Right-click on the service and select 'Start'
- Close 'Computer Management' and attempt connection through pcAnywhere.
I'm no guru, but I hope that what I find useful will help someone else. Enjoy.
Sunday, January 01, 2006
Can't get into PCAnywhere after re-boot.
If you're luck enough to be the Administrator on the remote PC and running Windows2000 locally (and Windows NT or better remotely) do the following:
Create a folder based on today's date.
Though this can be applied in many ways, the WindowsNT/2000 Command Prompt has some powerful differences over the old MS-DOS Batch Language. the FOR command is just one difference. The delimiters specified and the order of the variables (%a, %b, %c) will depend on your localized settings. By default the following should create a folder called '20031129' (based on November 29th, 2003).
FOR /F "tokens=2,3,4 delims=/ " %a in ('date /t') do mkdir %c%a%b
This could be applied to a daily backup procedure using PKZIP from a command-line.
Subscribe to:
Posts (Atom)
There is no individual ownership when you are part of a team, it's the sum of the parts that makes you the RESILIENT team you need to be...
-
You can eliminate the use of this middle-man tool by creating Desktop or Quick Launch toolbar shortcuts to the actual program easily, but it...
-
It is critical to ensure data integrity in todays business world. Loss of data can set you back days or weeks and may put you in hot water w...
-
So, a recent project I worked on... So recent as in, MANY MONTHS AGO. So I worked on this script to assist with an installation process a...