How to enable $Admin Shares in Windows 7

 

Quote from: http://www.wintips.org/how-to-enable-admin-shares-windows-7/

 

As “Administrative shares” are defined all the default network shares that can be accessed remotely only from network administrators. The Admin shares are hidden and they are disabled by default in a Windows 7 based computers in order to prevent unauthorized users to access or modify them through a network environment. 

In this tutorial, we explain how to SECURELY enable Admin$ shares for your disk volumes (C$, D$, etc.) on a Windows 7 based computer, so they will be accessible (from another computer on your network) only by specific users.

How to enable $Admin Shares in Windows 7

 

Step 1: Ensure that both computers belong to the same Workgroup.

To check if both computers belong to the same workgroup, do the following:

1. Right-click on “Computer-Name” icon on your desktop and choose “Properties” or (additionally) navigate to Windows Control Panel, choose “System and Security” and select “System”,

 

 

How to enable $Admin Shares in Windows 7

2. Look at “WORKGROUP” name at the right and ensure that it is the same name on both computers (e.g. WORKGROUP)

How to enable $Admin Shares in Windows 7

 

 

Step 2: Specify which user(s) can access the Admin Shares (Disk Volumes).

The Administrative shares can be (and must be) accessed from Administrator users only. So if you want a user from your network to be able to access Admin($) shares, you must give to this user local Administrative rights on the computer that you want to enable Admin shares. To do that:

1. Go to your Windows control panel (“Start” > “Control Panel”).

2. Open “Add or remove user accounts”

How to enable $Admin Shares in Windows 7

 

3. Now create a new account on your computer with Administrative privileges. Additionally, if you have already setup an account, ensure that he has Administrator privileges (choose the Account you want, select “Change the account type” option and set him as “Administrator”).

How to enable $Admin Shares in Windows 7

 

4. Give a username for your new account (e.g. user), set it up as an Administrator user and press “Create Account” button.

How to enable $Admin Shares in Windows 7

 

5. At this point the “Manage Accounts” options window should look like this:

How to enable $Admin Shares in Windows 7

 

6. After you create your account your must specify a password. So click on the new account (e.g. user) and press “Create a password”.

How to enable $Admin Shares in Windows 7

7. Type a strong password (2 times) and press “Create password” button.

How to enable $Admin Shares in Windows 7

 

Step 3: Enable “File and print sharing” through Windows Firewall.

1. Navigate to Windows control panel and click on “System and Security”.

How to enable $Admin Shares in Windows 7

2. On “Windows Firewall” section, press the “Allow a program through Windows Firewall” option.

How to enable $Admin Shares in Windows 7

3.  In”Allowed programs and features” list, check to enable the “File and Printer Sharing” feature and press “OK”.

How to enable $Admin Shares in Windows 7

4. Restart your computer (Optionally).

Step 4. Check if you can access the admin shares from another computer.

1. From another computer press the “Start” buton and in the search box type the following command:

\\<ComputerName>\<DiskVolumeName>$” (without the quotes) and hit “Enter”.

Note:  As “<ComputerName>” put the name of the computer with the Admin Shares enabled on it (e.g. “Computer01”) and as “<DiskVolumeName>” put the name of the volume that you want to access, (e.g. “C$” = Disk Volume C:\ , “D$” = Disk Volume D:\, etc.)

How to enable $Admin Shares in Windows 7

2. Now type the username & the password to access the remote computer’s admin shares (as specified in Step 1) & hit “Enter”.

How to enable $Admin Shares in Windows 7

3. If you follow the above steps as described, then you can access the remote computer’s admin shares without any problems.

 

Step 5: Modify registry settings on the computer with the Admin Shares Enabled(Optional)

Note: Perform this step ONLY if you face problems/errors when you try to access Admin Shares (e.g.logon failure).

How to enable $Admin Shares in Windows 7

1. Go to the remote computer (with the Admin Shares enabled on it) and open Registry Editor. To do that, press “Start” button and in the search box type “regedit” and hit “Enter”.

How to enable $Admin Shares in Windows 7

2.  In registry editor navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

3. Right-click on the right pane and choose “New” > “DWORD (32-bit) Value”.

How to enable $Admin Shares in Windows 7

4. Type the “LocalAccountTokenFilterPolicy” for value name and press “Enter”.

How to enable $Admin Shares in Windows 7

5. Double click on “LocalAccountTokenFilterPolicy” value to modify the “Value Data” from “0” to “1” and press “OK

How to enable $Admin Shares in Windows 7

6. Exit Registry Editor and try again to access administrative shares on the remote computer.

How to enable $Admin Shares in Windows 7,布布扣,bubuko.com

How to enable $Admin Shares in Windows 7

上一篇:window.location.Reload()和window.location.href 区别


下一篇:Python中的装饰器用法详解