Home

  
 
 

Search Knowledge Base


Knowledge Base Web View
Total Records: 103
ID Title Type Of Article
1155 
Change your Microsoft 365 for business password to keep your account secure How To
1158 
Enable IE Compatibility Mode in Windows Edge Browser How To
1171 
Check Junk Folder and Quarantine Email on Office 365 to find missing emails How To
1317 
Reenabling Home Page or Web Page Views for Outlook Folders How To
1381 
Work Order Task Details Updates to Main Work Order How To
1404 
Setup Engage BMS Launch Batch File for Engage Startup How To
1439 
Engage SQL Errors and find a stuck user session means RDP Server needs to be rebooted How To
273 
Offboarding Checklist New Client
222 
Onboarding VMS check List New Client
993 
5 things customers want from their salesperson Sales and Marketing
1312 
Case Studies and Success Stories Sales Collateral
1323 
Sophos MDR Managed Detection and Response Sales Collateral
1228 
Customer Care Vendor Management & Billing Protocol SOP
223 
Marketing Monthly Reporting Information Support
687 
Fix for Error Call to GetCustomUI() for RibbonID "Microsoft.Excel.Workbook in Engage OLE" Support
712 
Windows 10 multiple display - windows are moved and resized on display power cycle or sleep Support
557 
DT Easy Button working with Remote Desktop or Parallels Support
517 
500 colours by colour name, Hex value, RGB value and Microsoft Access code number Support
490 
Excel Opens File Very Slowly in Remote Desktop Session RDS Support
221 
New Customer: Billing, Collecting, Memorized Transaction Support
217 
Deploy Kaseya Script to Install Symantec Antivirus in Server Support
204 
Outlook Connection Status Window Support
195 
3CX Adding BLF Settings across multiple extensions in the Management Console Support
161 
Distribution Group Mail Flow Support
132 
MS Access System Resources Exceeded Error Support
Add New  Records per page  3 of 5   
Engage Knowledge Base Web View         How To          Print
Title Setup Engage BMS Launch Batch File for Engage Startup      
Resolution
@echo off

:: Define variables
set "destinationPath=%USERPROFILE%\SCVersion10"

del "%userprofile%\scversion10\*.laccdb" > NUL
del "%userprofile%\scversion10\*.accde" > NUL
del "%userprofile%\scversion10\*.rar" > NUL

:: Delete existing registry keys (if they exist)
reg delete "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location2" /f >nul 2>&1
reg delete "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location3" /f >nul 2>&1
reg delete "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location4" /f >nul 2>&1

:: Create the registry keys with new values
reg add "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location2" /v "Path" /t REG_SZ /d "C:\Program Files\Microsoft Office\root\Office16\ACCWIZ\" /f >nul 2>&1
reg add "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location2" /v "Description" /t REG_SZ /d "Access default location: Wizard Databases" /f >nul 2>&1
reg add "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location3" /v "AllowSubfolders" /t REG_DWORD /d 0x00000001 /f >nul 2>&1
reg add "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location3" /v "Path" /t REG_SZ /d "%sourceUNC%" /f >nul 2>&1
reg add "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location4" /v "AllowSubfolders" /t REG_DWORD /d 0x00000001 /f >nul 2>&1
reg add "HKCU\Software\Microsoft\Office\16.0\Access\Security\Trusted Locations\Location4" /v "Path" /t REG_SZ /d "%destinationPath%" /f >nul 2>&1

:: Create destination directory if it doesn't exist (suppressing prompts)
mkdir "%destinationPath%" >nul 2>&1

:: Copy EngageBMS.accde from network drive to local destination
xcopy "C:\Users\Public\SCVersion10\EngageBMS.accde" "%destinationPath%\" /Y >nul 2>&1

:: Start Access for EngageBMS.accde
start "" "C:\Program Files\Microsoft Office\root\Office16\Msaccess.exe" /nostartup "%destinationPath%\EngageBMS.accde" >nul 2>&1

@echo off
TIMEOUT /T 5 /NOBREAK

@echo off
start Outlook.exe /recycle
Vendor Engagement Software, LLC
Web Link
Date Entered 1/29/2024
You Tube Link
Type Of Article How To
Article ID 1404


  Copyright    Lietz Development, Inc. 1996. All Rights Reserved.