Introduction How many times have you walked up to a system in your office and needed to click through several diagnostic windows to remind yourself of important aspects of its configuration, such as its name, IP address, or operating system version? If you manage multiple computers you probably need BGInfo. It automatically displays relevant information about Read More
Category: Windows 7/8/10/11
How to Install an Application Remotely with PsExec?
Download PsExec from there. Download PsTools (3.5 MB) Quick reference Create a BAT file (For example: cs.bat) with the below command line \\File_Server\CrowdStrike\WindowsSensor.MaverickGyr.exe” /quiet /norestart CID=4B01xxxxxxxxxxxxx Run the below command to install Crowdstrik windows Agent remotely psexec \\computer-to-be-installed-on -s -c \\File_Server\CrowdStrike\cs.bat Or you can create a serverlist.txt to install multiple servers with only one command psexec Read More
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
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
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
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