Home

  
 
 

Search Knowledge Base


Knowledge Base Web View
Total Records: 103
ID Title Type Of Article
1381 
Work Order Task Details Updates to Main Work Order How To
1105 
Word for Windows Training Tips and Tricks Training Resources
474 
Windows Startup Folder Location Support
712 
Windows 10 multiple display - windows are moved and resized on display power cycle or sleep Support
257 
Windows 10 1803 Redstone 4 Upgrade Support
589 
Why is Data-Tech unique in an industry full of technology service providers? Case Study
595 
What value does Data-Tech bring to a Cloud Provider Partnership? Case Study
588 
Web Enable Applied Systems Technology Software and Consolidate Management Case Study
587 
Voice over IP Phone System as a Business Management Tool Case Study
96 
View emails of deleted employees with GFI Email Archiver Support
236 
Using DocuSign for Quotes in Scorpion Workflow
671 
Use Eversign with Engage for Digital Signatures on Quotes, Work Orders, Invoices and More How To
23 
Upgrading Xp Pro to Windows 7 application and all Support
778 
TPM Installed on Cheetah requires correct BIOS Version How To
594 
The solution was extremely reliable and the process couldn’t be simpler. Case Study
590 
Tew and Associates Migration to Managed Services and Cloud Solution Case Study
120 
Telnet to device not working externally but does internally Support
319 
Submit a Ticket on Scorpion Interactive - Client Facing How To
258 
SOPHOS XG Licensing Guide Support
1323 
Sophos MDR Managed Detection and Response Sales Collateral
1404 
Setup Engage BMS Launch Batch File for Engage Startup How To
1024 
Setup Access to Compliance File Manager on SI Portal How To
585 
Seminole Hard Rock Casino – PCI Compliance for 5 years of data backup on tape Case Study
101 
RETRIEVE AN ONT OR MODULE INVENTORY REPORT IN AXSVISION How To
1317 
Reenabling Home Page or Web Page Views for Outlook Folders How To
Add New  Records per page  1 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.