Citrix XTE Service

Identified that the CITRIX XTE SERVER service terminated unexpectedly.Solution/workaroundRenamed the httpd.conf file in this directory C:\Program Files (x86)\Citrix\XTE\confCopied the httpd.conf file from a working serverRestarted the Citrix […]

Detect FailedSnapshots AWS

You can use CloudWatch Alert per below with SNS Topichttps://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#ebs-event-types http://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_cwe.html

Sharepoint Promoted Links

How to Configure Promoted LinksPromoted Links are very useful and frequently used features in SharePoint. By using the prompted links, users can display links as icons or […]

OneDrive Slow Down PC

Onedrive CPU high and there are no conflict notifications:Run%localappdata%\Microsoft\OneDrive\onedrive.exe /resetReopen%localappdata%\Microsoft\OneDrive\onedrive.exe

How to run .exe as a service in Windows

There is a tool already in windows which can be used per belowsc.exe create “service name” binpath= “path\to\.exe” start= autoHowever, only programs designed to implement ServiceMain can […]

Disable parts of Outlook Autodiscover and Speed it up!

It is possible to disable certain autodiscover steps by creating DWORD entries in the HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Outlook\AutoDiscover registry key.Note. <version> can be 16.0 for Outlook 2016, 15.0 for Outlook 2013 and […]