Skip to Main Content
Patch My PC Ideas & Feedback

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:

1 VOTE
Status SUBMITTED
Created by Guest
Created on Mar 6, 2024

Kiteworks application

PowerShell Script to install the app:


Start-Transcript C:\Windows\Temp\InstallKiteworks.log

Write-Host "Starting registry import."

# Importing registry file

Start-Process reg.exe -ArgumentList "import outlook_zero_install.reg /reg:64" -Wait -PassThru -Verbose

Write-Host "Registry import successful."

Write-Host "Starting Kiteworks Plugin Install."

# Installing Kiteworks Plugin

Start-Process msiexec.exe -ArgumentList "/i plugin_outlook_2.14.2401.3601.msi /qn" -Wait -PassThru -Verbose

Write-Host "Kiteworks Plugin Install successful."

Stop-Transcript


Registry File to import:


Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Accellion\AccellionOutlook]

"AccellionActivation"=dword:00000000

"AccellionUsername"=""

"AccellionHostname"="kiteworks.example.com.au"

"AccellionDebugLevel"=dword:00000001

"AccellionForcedStop"=dword:00000000

"AccellionAutoReadMode"=dword:00000001

"AccellionMultiAccount"=dword:00000001

What Patch My PC product is this new application request for? Patch My PC Enterprise
  • Attach files
      Drop here to upload