1
1
Is there any difference if I log in as:
- username
- computername\username
- remote\username
- domainname\username
- something\username
I want my computer to behave differently depending how I log in. Is there a simple way to recognize different login methods?
Especially I want to restrict remote logins when someone else is logged in so the behavior should be changed before the logging in happens (a script on background checking login attempts perhaps?).
This should work on win 7 and win xp (not necessary exactly the same).
Relevant question: How to prevent remote desktop login when user is logged in locally?