← Back to Posts

Fix Multiple Connections to a Server or Shared Resource by the Same User

👤 علی ذوالفقار 📅 1402/11/07 15:30:38 👁️ 250 views
To fix windows error : 
    Multiple connections to a server or shared resource by the same user, 
    using more than one user name, are not allowed 
net stop workstation /y
net start workstation
← Back to Posts