![]() |
Specialized Systems, Inc. VNCPush Framework |
net use \\rhost\ipc$ /user:domain\username passwordIt has been observed that from an XP machine to another XP machine, using the source host's user id (blank username / password in VNCPush), you may get the access denied error even though the authentication is valid. I have found that by connecting via VPN to your home domain (active route to your DC), you can then authenticate. This must be an issue with the destination XP machine needing you to re-confirm your authentication.
net use \\computer\ipc$ net use \\computer\ipc$ /user:domain\username net use \\computer\ipc$ /user:domain\username passwordThe error message returned from the above DOS commands should help troubleshoot the problem.
shutdown -r -f -m \\netbiosnameIf you get authentication problems, map the IPC$ endpoint first with the following command and then use shutdown.exe:
net use \\netbiosname\ipc$ /user:domain\username passwordThe problem usually occurs removing the vnchooks.dll file. I think it is a timing problem with stopping the VNC service and then removing the file too quickly before the service has completely stopped.
C:\Documents and Settings\%username%\Local Settings\TempRun vncpush.exe and you will see a temporary directory appear, copy this directory and rename to vncpush. When you close VNCPush, you will notice the temporary directory will dissappear. You now have the uncompressed vncpush directory where you can make modifications as needed.