วิธีตั้งค่า Remote restrictions Access Denied Trying to Connect to Administrative Shares C$, D$
วิธีแก้ปัญหาเข้า Network Share ด้วย Local Administrative user / password ที่ถูกต้องไม่ได้
ปัญหาที่พบคือคุณตั้งค่า Share ไว้ 2 เครื่องโดยใช้ user และ password เดียวกัน แต่ไม่สามารถแลกเปลี่ยนการเข้าถึงได้ระหว่างทั้งสองเครื่อง
คุณมักจะพบ Error แจ้งเตือนดังนี้
\\192.168.100.100\c$ is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
วิธีแก้ไขคือต้องไปปิดค่า disable UAC remote restrictions ครับ โดย
ให้แก้ไขที่ registry ดังนี้ครับ LocalAccountTokenFilterPolicy
เปลี่ยนจาก 0 เป็น 1 ครับ
ให้ New DWORD VALUE นะครับ เพราะค่า Default จะไม่มี
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Value: LocalAccountTokenFilterPolicy
Data: 1 (to disable, 0 enables filtering)
Type: REG_DWORD (32-bit)
จากนั้นให้ reboot เครื่อง 1 ครั้งเพื่อให้มีผลกระทบครับ
อ้างอิงจาก http://support.microsoft.com/kb/951016 remote restrictions