WorkDocs won't start up

0

Hello, Having an issue where WorkDocs will NOT start up under a certain user's Windows profile. This is a AWS Workspace Windows server 2019 desktop. I created a new profile on the same Workspace and WorkDocs works perfectly fine. I deleted AppData\Roaming\Amazon folder which promps for user settings to be entered, but once I click login the system tray icon opens and closes immediately and will not connect or show the program. Wondering if there are any recommended steps to resolve this issue other than recreating a new Windows Profile. I also tried resetting theMessage Queuing service already. Thanks in advance. DGVTECH

DGVTECH
已提问 1 年前524 查看次数
1 回答
0
已接受的回答

Here is what I did to resolve our organization's issue-

Step 1- uninstall WorkDocs Client Step 2- Follow the below PowerShell commands-

  1. Open a PowerShell session as Administrator.
  2. Run the Import-Module ServerManager command.
  3. Run the Uninstall-WindowsFeature -Name MSMQ -Restart command. The Windows operating system restarts. Step 3- After the Windows operating system restarts- Delete D:\Users\user_folder\AppData\Roaming\Amazon\AmazonWorkDocs folder Step 4- Reinstall the Messaging Queueing service with the below commands
  4. Open a PowerShell session as Administrator.
  5. Run the Import-Module ServerManager command.
  6. Run the Install-WindowsFeature -Name MSMQ command. Step 5- Install the latest version of AmazonWorkDocs *Do not login yet Restart WorkSpace Step 6- Upon Reboot, login as user and wait for WorkDocs to load the login page. Enter: Site Name> Click Next Enter user’s WorkDocs credentials > Click Login Wait for WorkDocs to load and you are ready to browse your files.
DGVTECH
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则