Andy said:
hello jimmy, thanks for you response
me user is in the local administrator group on the xp machine
UAC in enabled but there is no authentication dialog - only a error
"access denied". After i can click the tree and access to the user,
groups etc. (all other) but not to the eventlog
can you manage a windows xp machine from vista? right click computer -
manage
Andy
Yeah, using "manage another computer" won't ask you for credentials
automatically, for whatever reason.
I can manage my XP computers from my Vista machine just fine, including
the event logs, but I have to authenticate with the XP computer before hand.
Here's what I do:
- Click start
- Type: cmd
- When cmd appears under programs, right-click, click run as administrator
- Type:
net use \\XPCOMPUTER\ipc$ /user:USERNAME
Where XPCOMPUTER is the computer name of the XP computer, and USERNAME
is the name of my admin account on the XP computer.
It then asks me for my password, and I type it in.
Then, I can go to computer manager, open up that XP computer, and manage it.
- JB