image

How to Disable Recent Files in Windows 10

Open Personalization in the Settings app. Click/tap on Start on the left side. Turn on or off to Show recently opened items in Jump Lists on Start or the taskbar for what you want. Source You can also set the following registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced Just set the DWORD Start_TrackDocs value to the desired setting 0 = Turn off 1 = Turn on

image

Use PowerShell to Find Installed Software Quickly

by Gayathri R Nayak  In certain situations, we may need to check the list of installed software and its version and for this, we can make use of PowerShell. Here at Bobcares, we have seen several such PowerShell related queries as part of our Server Management Services for web hosts and online service providers. Today, we’ll take a Read More

image

How to Install Chocolatey Clients

Requirements Windows 7+ / Windows Server 2003+ PowerShell v2+ (Not PowerShell Core yet though)(minimum is v3 for install from this website due to TLS 1.2 requirement) .NET Framework 4+ (the installation will attempt to install .NET 4.0 if you do not have it installed)(minimum is 4.5 for install from this website due to TLS 1.2 requirement) That’s Read More

image

How to Deploy CrowdStrike Falcon Sensor Via Intune

CrowdStrike is a cloud-based next-generation antivirus, EDR (endpoint detection and response) solution. You can deploy CrowdStrike in your infrastructure via a single lightweight agent. This post will discuss how we can install CrowdStrike falcon agent / Sensor using Intune on Azure Ad joined devices. Login to CrowdStrike Portal and download the agent. You can use Read More

image

How to Enable Hyper-V on Windows 10

Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell or using the Deployment Imaging Servicing and Management tool (DISM). This document walks through each option. Note: Hyper-V is built into Windows as an optional feature — there is no Hyper-V download. Check Read More