Too many temporary files stored on the computer can consume huge storage space. All operating systems create temporary files that tend to grow in volume over time, impacting the disk space available to the system for executing core processes. There…
In this article, we will dive into the world of Windows forensics and explore how to leverage the power of the Windows Events log to detect and investigate unauthorized access to Windows computers and servers. This article will shed light…
In my previous articles, I discussed installing a program using PSExec and PowerShell remotely. In the present article, I will discuss how to deploy Software using Windows group policy. Group Policies can be a powerful tool for managing users and…
In this article, I will guide you on how to remotely install software using PowerShell, a default tool in Windows. Unlike PSExec, PowerShell is already installed on your computer, making it more accessible to use. This step-by-step guide covers the pre-requisites, how to meet the requirements, and how to write a PowerShell script to remotely install a software package.
In a previous blog post, I discussed a method for allowing standard users to run programs with admin rights. While the solution proposed in that article relied on saved admin credentials, it posed a significant security risk. In this article,…
To communicate on the network, each device needs an IP address. This IP address will allow the device, whether a computer, a server, or a printer, to be visible to other devices in the network. There are two ways to…
When you run a program or use your web browser, this one creates temporary files in the “C:\Users\[Username]\AppData\Local\Temp” location. But not all programs are good at cleaning those temporary files when they are no longer needed or when the program…
Are you experiencing performance issues with your Windows 10/11 operating system? While some people suggest switching to Linux, I’m here to tell you that you can optimize and fix Windows performance problems. I’ll address common complaints about Windows performance in…
This guide will show you how to enable monitor mode on the TP-Link TL-WN722N V2/V3 WIFI Adapter. The Steps The reboot is optional here, but if you encounter any error when running the remaining commands, reboot Kali Linux and try…
Waiting several minutes for your computer to boot can be so frustrating! And finding the root cause and fix it can be challenging. After years of dealing with and fixing slow boot problems on several Windows 10 computers, I’ve decided…