When starting an OpenVPN server or establishing a new connection using the OpenVPN client, you may encounter an error:
Continue reading “OpenVPN Error: All TAP-Windows Adapters Are Currently in Use”
When starting an OpenVPN server or establishing a new connection using the OpenVPN client, you may encounter an error:
Continue reading “OpenVPN Error: All TAP-Windows Adapters Are Currently in Use”
By default, a running app in Windows can run on any of the available CPU cores. The operating system manages and distributes processes between cores. However, you can manually bind certain processes (applications) to processor cores in Windows using the Processor Affinity feature. Let’s see how to bind a program (process) to specific CPU cores in Windows.
Several times I came across a situation where one of the users on a Windows Server host with an RDS (Remote Desktop Services) role ran an application that leaked and occupied all available RAM. It was impossible to connect to such a host via RDP remotely. To kill the leaked process, you need to remotely logoff this user.
I ran into a strange issue while establishing an RDP connection to a Windows Server 2019 RDS host from Windows 11 via VPN.
If a Windows service or application writes logs not to the Event Viewer (.evt and .evtx files), but to plain text log files, you sometimes need to display and monitor new events in real-time.
Continue reading “Windows: Monitoring Logs and Text File Changes in Real Time”
Predictive IntelliSense is a new feature in PSReadline 2.1 and is available by default in PowerShell 7.2. When typing a command in the PowerShell console, Predictive IntelliSense suggests the appropriate commands you have previously typed (using the history of previous PowerShell commands). Predictive IntelliSense works differently than the TAB auto-completion feature (or Bash’s TAB auto-completion). the suggestion of subsequent characters in the command is displayed in gray text after the cursor.
Continue reading “Using Predictive IntelliSense in PowerShell”
In this article, we will show you how to create a virtual machine on the Proxmox Virtual Environment hypervisor and install the Windows 10/11 or Windows Server 2022/2019/2016 guest operating system on it.
Continue reading “How to Create a Windows Virtual Machine in Proxmox VE”
The automatic registry backup feature has been enabled in all Windows 10 builds up to 1803. Registry files were automatically backed up with a scheduled task to the %windir%\System32\config\RegBack folder.
Continue reading “Enable Automatic Registry Backup on Windows 10”