Offline Files feature in Windows 10 allows you to make certain shared network folders and files available offline even if your computer is not connected to the corporate network. In…
Windows 10
- PowerShellWindows 10Windows Server 2016
Checking Active TCP/IP Connections on Windows with PowerShell
March 17, 2024Many administrators usually use the netstat console tool or graphic TCPView to display information about active TCP/IP connections and open TCP ports in Windows. Instead of netstat, you can use…
- Windows 10Windows Server 2019
Using RDCMan (Remote Desktop Connection Manager) on Windows
May 10, 2023RDCMan (Remote Desktop Connection Manager) is a convenient RDP connection manager for Windows system administrators. It allows to manage multiple RDP sessions in a single window, create tree-like structures with…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
How to Install and Update Group Policy Administrative Templates (ADMX)
March 13, 2024In this article, we will show how to update (install) new GPO administrative templates (admx) in the Active Directory domain when upgrading a Windows 10 or Windows Server 2016/2019 build…
- Group PoliciesWindows 10Windows Server 2019
How to Disable “Open File – Security Warnings” on Windows 10
March 11, 2024When you trying to run an exe, msi, bat, cmd or other executable type of files from a local drive or network folder in Windows, you can see this warning:…
- Windows 10Windows Server 2019
How to Check, Enable or Disable SMB Protocol Versions on Windows?
March 11, 2024The Server Message Block (SMB) network protocol is used to share and access folders, files, printers, and other devices over network (TCP port 445). In this article, we will look…
When a domain user logs on to Windows, their credentials are saved on a local computer by default (Cached Credentials: a user name and a password hash). This allows the…
- PowerShellWindows 10Windows Server 2016
PowerShell: Check Free Disk Space and Disk Usage
March 17, 2024In this article, we will show you how to check the free disk space and disk usage on a local or remote Windows host using PowerShell. Also, consider how to…
- Windows 10Windows Server 2016Windows Server 2019
How to Disable Windows Error Reporting and Clear WER\ReportQueue Folder on Windows
March 15, 2024The Windows Error Reporting service (WER) is used to collect the debug information about system and third-party app failures and send error reports to Microsoft servers. This information should be…
- VirtualizationVMWareWindows 10
Adding a Sound Card to a Virtual Machine on VMWare ESXi
March 15, 2024By default, there are no sound devices in VMWare ESXi virtual machines. If you want to get sound from a guest Windows VM, it is easier to use the RDP…