Tech Help

  • SQLite Performance & Concurrency Optimizations Configuration For Laravel
    The below configures the SQLite WAL (Write-Ahead Logging) mode in Laravel, modify your database configuration to issue the correct PRAGMA commands when the connection opens. Add the lines to the config/database.php file.
  • Manage CCMCache Folder
    You can directly launch the Microsoft Configuration Manager Properties control panel by using the command below ran from the Windows Run dialog. From the panel click on Cache, you can then safely delete cached files.
  • Office 365 XML Configuration File Install using Office Deployment Tool ODT
    Configure the XML file Set the product ID for the version to install, some examples; ProPlus2024Volume: Office LTSC Professional Plus 2024Standard2024Volume: Office LTSC Standard 2024ProPlus2021Volume: Office LTSC Professional Plus 2021Standard2021Volume: Office LTSC Standard 2021ProPlus2019Volume: Office Professional Plus 2019Standard2019Volume: Office Standard 2019O365ProPlusRetail – Microsoft 365 Apps for enterpriseO365BusinessRetail – Microsoft 365 Apps for business Set the… Read more: Office 365 XML Configuration File Install using Office Deployment Tool ODT
  • Check Hash of a File
    To check the hash of a file you may of downloaded you can use the Get-FileHash Powershell utility. Algorithm types SHA1SHA256SHA384SHA512MD5
  • Extend VHDX in Windows 11
    Extend Volume in Disk Management may be greyed out when attempting to extend a VHDX volume. You can use Diskpart to extend the volume. First detach the VHDX Using Diskpart select the VHDX location Expand the disk to the required size in MB, e.g. 2Gb, 1GB = 1024MB Reattach the VHDX In Disk Management(diskmgmt.msc) extend… Read more: Extend VHDX in Windows 11