I have windows 7 setup with ip 172.18.28.65
I have also enabled the $Admin share.
If I hit following command from my XP machine(172.18. 28.59)
net use \\172.18.28.65\ Admin$ /user:Admin
everything works perfectly.
Now, if I telnet to windows 7.
telnet 172.18.28.65
and hit:
net use \\127.0.0.1\Adm in$ /user:Admin
then it gives access denied error.
It may sound crazy, but I need this to run psexec smoothly.
Any help?
I have also enabled the $Admin share.
If I hit following command from my XP machine(172.18. 28.59)
net use \\172.18.28.65\ Admin$ /user:Admin
everything works perfectly.
Now, if I telnet to windows 7.
telnet 172.18.28.65
and hit:
net use \\127.0.0.1\Adm in$ /user:Admin
then it gives access denied error.
It may sound crazy, but I need this to run psexec smoothly.
Any help?
Comment