Is there a specific name for the ".\" (dot-slash) shorthand used to log onto a Windows machine?
Posted
by
HopelessN00b
on Server Fault
See other posts from Server Fault
or by HopelessN00b
Published on 2012-09-21T13:21:35Z
Indexed on
2012/09/21
15:41 UTC
Read the original article
Hit count: 266
I guess the title just about says it all. And yes, .\
, not that obsolete \.
thing.
:)
For those who don't know, .\
is a shorthand way of saying "this computer" in Windows at a logon screen, which comes in very handy when you don't know or care about the local computer name but need to authenticate against it anyway, such as through RDP or scripting against a set of shared local users and passwords or even locally, if you're unlucky enough to have to physically go to a machine.
Anyway, does this have an actual name, and if so, what is it? I feel kind of stupid saying the dot-slash thing
, which is how I've been referring to this.
© Server Fault or respective owner