Difference between revisions of "Windows unshared folders access as Admin"

From Noah.org
Jump to navigationJump to search
 
Line 1: Line 1:
 
[[Category:Engineering]]
 
[[Category:Engineering]]
 
[[Category:Windows]]
 
[[Category:Windows]]
You can map any folder as Admin on a remote Windows machine even it does not have any shared folders. Windows has implicit shares if you have domain Administrator or local Administrator privileges. You can connect to the machine an admin share or a drive letter. The admin$ share is the WINDOWS directory (usually C:\WINDOWS). You can connect to the machine name or to its IP address.
+
Windows has implicit shares called [http://en.wikipedia.org/wiki/Administrative_share Administrative Shares] that allow you to map any partition on a remote Windows machine if you have domain Administrator or local Administrator privileges. The drive letter is followed by a $ to indicate the hidden Administrative Share. There is also an admin$ share name that is the %SYSTEMROOT% directory (usually C:\WINDOWS). You can connect to the machine by its name or to its IP address.
  
 
Open the Run dialog from Start | <u>R</u>un..." and enter something like the following in the Open text field:
 
Open the Run dialog from Start | <u>R</u>un..." and enter something like the following in the Open text field:

Latest revision as of 18:28, 25 September 2008

Windows has implicit shares called Administrative Shares that allow you to map any partition on a remote Windows machine if you have domain Administrator or local Administrator privileges. The drive letter is followed by a $ to indicate the hidden Administrative Share. There is also an admin$ share name that is the %SYSTEMROOT% directory (usually C:\WINDOWS). You can connect to the machine by its name or to its IP address.

Open the Run dialog from Start | Run..." and enter something like the following in the Open text field:

\\remote_machine\admin$
\\remote_machine\C$
\\192.168.1.169\admin$