In different versions of Outlook (2019/2016/2013/Microsoft 365 Apps), a bug occurs periodically when the create signature button stops working. When the user clicks the Signature button in the Outlook settings,…
Windows 11
- PowerShellWindows 10Windows 11Windows Server 2019
Uninstalling Programs with PowerShell in Windows 10/11
March 17, 2024In this article, we’ll look at how to uninstall software on a local or remote Windows computer using PowerShell. Quite often, the system administrator uses scripts to uninstall Windows applications.…
- Group PoliciesWindows 10Windows 11Windows Server 2019
Changing Default File Associations in Windows 10 and 11
February 27, 2023In this article, we’ll look at how to manage the default File Type Associations (FTA) on Windows 10/11 and Windows Server 2022/2019/2016. As an example, we will show how to…
Windows Subsystem for Linux (WSL2) is widely used by developers, administrators, and common users to run different Linux distros (Ubuntu, Debian, OpenSUSE, Kali Linux, Alpine), tools, and apps in Windows…
In the Windows 10/11 GUI, only the lightweight interface for configuring VPN connections is available, which does not allow you to configure some VPN settings. You can use both the…
- LinuxWindows 10Windows 11
Install Windows Subsystem for Linux (WSL 2) on Windows 10/11
October 25, 2023Windows Subsystem for Linux (WSL) allows you to run native apps, write scripts, and run bash Linux commands and scripts directly from within Windows without the need for emulators or…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Enable and Configure SSH Server on Windows with OpenSSH
March 16, 2024SSH-server based on the OpenSSH package is part of the operating system in all modern versions of Windows. In this article, we’ll show you how to install and configure the…
- Active DirectoryPowerShellWindows 10Windows 11Windows Server 2019
Find Windows OS Versions and Builds in Active Directory
February 20, 2023Let’s look at several ways to inventory versions and builds of Windows OSs in an Active Directory domain (it is especially relevant for Windows 10). If you haven’t any tools…
- Windows 11Windows Server 2019
Adding USB 3.0 and NVMe Drivers to Windows 7 Install Media
March 11, 2024The Windows 7 RTM distribution doesn’t support USB 3.0 and NVME controllers out-of-the-box, and you can encounter some problems when installing Windows 7 on a computer/laptop having USB 3.0/3.1 ports…
- PowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
Configuring SFTP (SSH FTP) Server on Windows
March 17, 2024You can use the built-in OpenSSH package in Windows to easily enable secure file transfers between the client and Windows server using the SFTP (Secure FTP) protocol. In this article,…