How to Show Hidden Files and Folders on macOS
- Posted by
- Posted on February 2, 2025
- Computers,IT Support,Mac OS
- No Comments.
How to Show Hidden Files and Folders on macOS There are a few simple ways to reveal hidden files and folders in macOS. Pick the method you prefer: a quick keyboard toggle, a Terminal command that persists, or the same toggle inside Open/Save dialogs. 1) Quick Toggle in Finder (fastest) Open any Finder window. Press […]
Microsoft Word – Use a VBA Macro to Delete All Images
- Posted by
- Posted on January 28, 2025
- IT Support
- No Comments.
You can use a VBA macro to find and delete all pictures in a Microsoft Word document. Before starting, make sure macros are allowed in your document. If they are not, save the file as a “.docm” Word document to allow macros to run. 1.) Press Alt + F11 to open the Visual Basic for […]
Microsoft Teams On Mac (Monterey – macOS 12) – Privacy and Security Permissions
- Posted by
- Posted on July 17, 2022
- Mac OS,Video Conferencing
- No Comments.
Microsoft Teams on macOS depends on several Privacy and Security permissions, and when those permissions are not granted, Teams will either prompt the user to enable them or block the feature until access is approved. In real-world support, users frequently click Don’t Allow, dismiss the prompt, or complete the prompt but still need to enable […]
Excel VLOOKUP Explained: Step-by-Step Example
- Posted by
- Posted on February 13, 2022
- Microsoft Applications,Windows
- No Comments.
How to Use VLOOKUP in Excel (Step-by-Step Example) VLOOKUP is one of Excel’s most commonly used formulas. It allows you to search for a value in a table and return related data from another column in the same row. In this example, we will use VLOOKUP to convert a province code into a full […]
Powershell Script – Get the Most Recent User Login / Logoff Events
- Posted by
- Posted on January 6, 2021
- Computers,Servers
- No Comments.
This great little Powershell script will generate a .csv file, that you can open in excel, which will list each time a user logged in and logged out from the computer or server you run it on. I believe the only downside is that the list only goes as far back as the logs do […]
How to Set a Static IP Address on a Cisco Switch or Router
- Posted by
- Posted on May 13, 2020
- Networking,Router,Switch
- No Comments.
This guide will go through the brief process of Assigning a static management IP Address for your Cisco switch or router, using the command line. 1.) Connect to your switch or router, using your Terminal Emulator. I will be using a computer with Putty installed on it, connected to the switch using a Cisco Rollover […]
How to Close Fake Anti-Virus Pop-Up Alert Scams
- Posted by
- Posted on February 17, 2020
- IT Support
- No Comments.
You are innocently browsing the internet and suddenly a window pops up informing you that your system is either infected or damaged. You take a closer look at the pop-up, and see that it is from an official Anti-Virus company, such as Norton. You try to close our of the window, by clicking on the […]
Configure Windows 10 to Require Confirmation Before Deleting a File
- Posted by
- Posted on December 24, 2019
- Uncategorised
- No Comments.
This guide describes how to configure Windows 10, so that you receive a confirmation dialog each time you try and delete a file or folder. 1.) Go to your desktop, right click on the “Recycle Bin”, and select “Properties” A new window named “Recycle Bin Properties” should open. 2.) (A) Put a check […]
What Version of Windows Do I Have?
- Posted by
- Posted on December 17, 2019
- Computers
- No Comments.
This guide will show you, step by step, how to discover which version of the Windows Operating System, you are currently running. Please note, that new versions of Windows will be released after the creation of this guide. This guide currently details all Versions of Windows up to December of 2019. 1.) Press the “Windows […]
Recent Posts
- Rack Cabling, Labeling, and Rack Design Standards
- Run the Printer Installation UI as Administrator in Windows
- Change the Maximum Size Limit for Outlook PST and OST Files
- So You Want to Be a Hacker, Eh?
- New Chrome Setting Which Blocks Local Network Access for Web Apps
Archives
- May 2026
- February 2026
- January 2026
- December 2025
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- February 2025
- January 2025
- July 2022
- February 2022
- January 2021
- July 2020
- May 2020
- February 2020
- December 2019
- August 2019
- January 2019
- July 2018
Categories
- Audio / Video
- Computers
- Hacking
- IT Support
- Lab
- Linux
- Mac OS
- Management
- Microsoft Applications
- Networking
- Printer
- Router
- Servers
- Switch
- Uncategorised
- Video Conferencing
- Virtualization
- Website
- Windows









How to Disable RSS Feeds in WordPress
WordPress enables RSS and Atom feeds by default. If you do not want your site content or comments to be shared through RSS feeds, you can disable them by adding a few lines to your theme’s functions.php file. Before You Start Use a child theme if possible. Theme updates can overwrite functions.php. Make a quick […]