When download the windows client from web portal, the downloaded exe package name will be decorated with the access point for the user. Install the exe package. When user logs in, he'll get the access point auto filled in.
Sometimes admin need to push the windows client to user's machine automatically. In that case, need to download the exe package as one user in the tenant. The downloaded exe package will have name like below:
(412752078_1_636750868145446272.sync4share.com_4881A449811111)_CloudWindowsClient_x64.exe
Here, 412752078_1_636750868145446272.sync4share.com is the access point information.
The section after the access point information, 4881A449811111, is a unique token information related with the user who downloads the package. Need to remove them when install the package on other machines.
In the example here, the exe package name to use on other machines will be:
(412752078_1_636750868145446272.sync4share.com)_CloudWindowsClient_x64.exe
To run it, from command prompt, run the command here. Keep in mind that need to use double quote for the full path.
"(412752078_1_636750868145446272.sync4share.com)_CloudWindowsClient_x64.exe"
Comments
0 comments
Please sign in to leave a comment.