- User ID
- 1
- Joined
- 7 Jan 2019
- Messages
- 1,505
- Reaction score
- 120
- Points
- 63
If your MYOB is running as Administrator, and you have User Account Control turned on, MYOB may be unable to access some network locations.
This problem occurs because User Account Control treats members of the Administrators group as standard users.
To fix this issue permanently, we need to configure the EnableLinkedConnections registry value:
This problem occurs because User Account Control treats members of the Administrators group as standard users.
To work around this issue, use the net use command together with a UNC name to access the network location. For example, at a command prompt, type the following command, and then press Enter:
Code:
net use \\<computername>\<sharename> /user:<username>
To fix this issue permanently, we need to configure the EnableLinkedConnections registry value:
- Start regedit.
- Locate and then right-click the registry subkey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
- Point to New, and then click DWORD Value.
- Type EnableLinkedConnections, and then press ENTER.
- Right-click EnableLinkedConnections, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Exit Registry Editor, and then restart the computer.