2013年11月25日 星期一

Windows mount network drives for all users

網路磁碟機是個別user的設定,不是全系統通用的。


You can put a simple command in the registry.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\
Create a new String I call it “DriveMap” then for the Value Data put “net use H: \\ComputerName\Sharename”



  1. @echo off
    net use * /delete /yes
    net use x: \\server_name\shared_directory_name
  2. Active Directory Users and Computers
  3. Right click domain name at top left and click Properties > Group Policy > Edit > User Configuration > Windows Settings > Scripts (Logon/Logoff) > Logon > Add..



Reference :
How to map network drives for all users in Windows 7 - Microsoft Community
Automatically Map Network Drives on Domain Login for All Users, Certain Users, or Certain Groups
How can I map a drive/port for all new users on a machine without scripts etc? | Systems Management content from Windows IT Pro

沒有留言:

張貼留言