Two Issues; One User, One Ticket: Common User Issues in IT Support

IT SUPPORT & ESCALATINOS

2 min read

person holding pencil near laptop computer
person holding pencil near laptop computer

Introduction

In the ever-evolving landscape of IT support, professionals frequently encounter user issues that significantly impact productivity. This case study focuses on two common problems faced by users: the challenge of Chrome downloading PDFs but opening them in-browser instead of through Adobe Acrobat, and the random resetting of views in Outlook. Understanding the problem, investigating root causes, and implementing resolutions is crucial for effective IT support.

Problem Summary

The first issue involves users attempting to download PDF files using Google Chrome, only to find that the PDFs open directly in the browser rather than in Adobe Acrobat. This behavior can lead to frustration, as users prefer the Adobe experience for its enhanced functionalities.

The second problem concerns Microsoft Outlook, where users report experiencing random resets of their view settings. This issue disrupts the flow of work, forcing users to repeatedly adjust their settings to maintain a consistent interface.

Investigation Steps

To address these issues, a systematic investigation was conducted. For the PDF problem, the first step involved examining Chrome's settings, specifically the 'Download' behavior. The investigation highlighted that Chrome is configured by default to open certain file types in-browser.

In the case of the Outlook issue, a review of user profiles and any recent updates was necessary. This included evaluating whether recent Office updates might have caused software conflicts or if the user profiles had become corrupted. Identifying and isolating these factors was essential in diagnosing the underlying root causes.

Root Causes and Resolutions

Through investigation, it was determined that the root cause of the PDF issue stemmed from Chrome's inherent behavior to open PDFs in the browser rather than launching Adobe Acrobat. This behavior is standard unless modified in the settings.

For the Outlook settings reset, the investigation revealed two potential culprits: corrupted user profiles and conflicts resulting from Office updates. In some cases, software updates could inadvertently reset custom settings, thus requiring users to reconfigure their views.

To resolve the PDF opening issue, the solution involved instructing users to change Chrome's settings. By navigating to the 'Content Settings' area under Privacy, users were guided to disable the option that allowed PDFs to be opened in the browser, thus ensuring that files would download directly to Adobe Acrobat instead.

For the Outlook view resetting issue, the resolution included utilizing certain commands, such as running outlook.exe /cleanviews to reset view settings and restoring custom configurations. In addition to that, PowerShell commands were employed to make registry changes, ensuring stability in the user profiles.

Tools and Commands Used

The following tools and commands were utilized to implement the resolutions:

  • PowerShell for registry changes to reinforce user settings

  • outlook.exe /cleanviews command to reset Outlook views

Through these methods, both user issues were effectively resolved, showcasing the importance of a systematic approach in IT support.