We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
i want to map 7 Network drives, all network drives using one other username and password.
I try this already:
<enabled/><data id="NetworkDriveMappingsList" value="1A;\\nw_50032\r_CarCollect2B;\\nw_50032\r_Butterfly3E;\\nw_50032\r_DHL4F;\\nw_50032\r_Fonts5G;\\nw_50032\r_Druckdaten6K;\\nw_50032\r_Kunden7S;\\nw_50032\r_Scanner,Username;Password"/>
But i got an error message: Cannot read properties of null (reading 'state')
Maybe is my String not the right way?
The text was updated successfully, but these errors were encountered:
,Username;Password this looks like it should not be there. :)
Sorry, something went wrong.
No branches or pull requests
Hello,
i want to map 7 Network drives, all network drives using one other username and password.
I try this already:
<enabled/><data id="NetworkDriveMappingsList" value="1A;\\nw_50032\r_CarCollect2B;\\nw_50032\r_Butterfly3E;\\nw_50032\r_DHL4F;\\nw_50032\r_Fonts5G;\\nw_50032\r_Druckdaten6K;\\nw_50032\r_Kunden7S;\\nw_50032\r_Scanner,Username;Password"/>
But i got an error message:
Cannot read properties of null (reading 'state')
Maybe is my String not the right way?
The text was updated successfully, but these errors were encountered: